Uses of Class
software.amazon.awssdk.services.personalize.model.BatchInferenceJobInput
-
Packages that use BatchInferenceJobInput Package Description software.amazon.awssdk.services.personalize.model -
-
Uses of BatchInferenceJobInput in software.amazon.awssdk.services.personalize.model
Methods in software.amazon.awssdk.services.personalize.model that return BatchInferenceJobInput Modifier and Type Method Description BatchInferenceJobInputBatchInferenceJob. jobInput()The Amazon S3 path that leads to the input data used to generate the batch inference job.BatchInferenceJobInputCreateBatchInferenceJobRequest. jobInput()The Amazon S3 path that leads to the input file to base your recommendations on.Methods in software.amazon.awssdk.services.personalize.model with parameters of type BatchInferenceJobInput Modifier and Type Method Description BatchInferenceJob.BuilderBatchInferenceJob.Builder. jobInput(BatchInferenceJobInput jobInput)The Amazon S3 path that leads to the input data used to generate the batch inference job.CreateBatchInferenceJobRequest.BuilderCreateBatchInferenceJobRequest.Builder. jobInput(BatchInferenceJobInput jobInput)The Amazon S3 path that leads to the input file to base your recommendations on.
-