Struct aws_sdk_personalize::input::create_batch_inference_job_input::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }Expand description
A builder for CreateBatchInferenceJobInput
Implementations
The name of the batch inference job to create.
The name of the batch inference job to create.
The Amazon Resource Name (ARN) of the solution version that will be used to generate the batch inference recommendations.
The Amazon Resource Name (ARN) of the solution version that will be used to generate the batch inference recommendations.
The ARN of the filter to apply to the batch inference job. For more information on using filters, see Filtering Batch Recommendations..
The ARN of the filter to apply to the batch inference job. For more information on using filters, see Filtering Batch Recommendations..
The number of recommendations to retreive.
The number of recommendations to retreive.
The Amazon S3 path that leads to the input file to base your recommendations on. The input material must be in JSON format.
The Amazon S3 path that leads to the input file to base your recommendations on. The input material must be in JSON format.
The path to the Amazon S3 bucket where the job's output will be stored.
The path to the Amazon S3 bucket where the job's output will be stored.
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.
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.
The configuration details of a batch inference job.
The configuration details of a batch inference job.
Consumes the builder and constructs a CreateBatchInferenceJobInput
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
