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