Uses of Class
software.amazon.awssdk.services.personalize.model.BatchSegmentJobInput
-
Packages that use BatchSegmentJobInput Package Description software.amazon.awssdk.services.personalize.model -
-
Uses of BatchSegmentJobInput in software.amazon.awssdk.services.personalize.model
Methods in software.amazon.awssdk.services.personalize.model that return BatchSegmentJobInput Modifier and Type Method Description BatchSegmentJobInputBatchSegmentJob. jobInput()The Amazon S3 path that leads to the input data used to generate the batch segment job.BatchSegmentJobInputCreateBatchSegmentJobRequest. jobInput()The Amazon S3 path for the input data used to generate the batch segment job.Methods in software.amazon.awssdk.services.personalize.model with parameters of type BatchSegmentJobInput Modifier and Type Method Description BatchSegmentJob.BuilderBatchSegmentJob.Builder. jobInput(BatchSegmentJobInput jobInput)The Amazon S3 path that leads to the input data used to generate the batch segment job.CreateBatchSegmentJobRequest.BuilderCreateBatchSegmentJobRequest.Builder. jobInput(BatchSegmentJobInput jobInput)The Amazon S3 path for the input data used to generate the batch segment job.
-