Uses of Class
software.amazon.awssdk.services.personalize.model.CreateBatchSegmentJobRequest
-
Packages that use CreateBatchSegmentJobRequest Package Description software.amazon.awssdk.services.personalize Amazon Personalize is a machine learning service that makes it easy to add individualized recommendations to customers.software.amazon.awssdk.services.personalize.transform -
-
Uses of CreateBatchSegmentJobRequest in software.amazon.awssdk.services.personalize
Methods in software.amazon.awssdk.services.personalize with parameters of type CreateBatchSegmentJobRequest Modifier and Type Method Description default CompletableFuture<CreateBatchSegmentJobResponse>PersonalizeAsyncClient. createBatchSegmentJob(CreateBatchSegmentJobRequest createBatchSegmentJobRequest)Creates a batch segment job.default CreateBatchSegmentJobResponsePersonalizeClient. createBatchSegmentJob(CreateBatchSegmentJobRequest createBatchSegmentJobRequest)Creates a batch segment job. -
Uses of CreateBatchSegmentJobRequest in software.amazon.awssdk.services.personalize.transform
Methods in software.amazon.awssdk.services.personalize.transform with parameters of type CreateBatchSegmentJobRequest Modifier and Type Method Description SdkHttpFullRequestCreateBatchSegmentJobRequestMarshaller. marshall(CreateBatchSegmentJobRequest createBatchSegmentJobRequest)
-