CreateBatchInferenceJobRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The configuration details of a batch inference job.

Link copied to clipboard

The mode of the batch inference job. To generate descriptive themes for groups of similar items, set the job mode to THEME_GENERATION. If you don't want to generate themes, use the default BATCH_INFERENCE.

Link copied to clipboard

The ARN of the filter to apply to the batch inference job. For more information on using filters, see Filtering batch recommendations.

Link copied to clipboard

The Amazon S3 path that leads to the input file to base your recommendations on. The input material must be in JSON format.

Link copied to clipboard

The name of the batch inference job to create.

Link copied to clipboard

The path to the Amazon S3 bucket where the job's output will be stored.

Link copied to clipboard

The number of recommendations to retrieve.

Link copied to clipboard

The ARN of the Amazon Identity and Access Management role that has permissions to read and write to your input and output Amazon S3 buckets respectively.

Link copied to clipboard

The Amazon Resource Name (ARN) of the solution version that will be used to generate the batch inference recommendations.

Link copied to clipboard
val tags: List<Tag>?

A list of tags to apply to the batch inference job.

Link copied to clipboard

For theme generation jobs, specify the name of the column in your Items dataset that contains each item's name.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String