Uses of Class
software.amazon.awssdk.services.personalize.model.DescribeBatchSegmentJobRequest
-
Packages that use DescribeBatchSegmentJobRequest 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 DescribeBatchSegmentJobRequest in software.amazon.awssdk.services.personalize
Methods in software.amazon.awssdk.services.personalize with parameters of type DescribeBatchSegmentJobRequest Modifier and Type Method Description default CompletableFuture<DescribeBatchSegmentJobResponse>PersonalizeAsyncClient. describeBatchSegmentJob(DescribeBatchSegmentJobRequest describeBatchSegmentJobRequest)Gets the properties of a batch segment job including name, Amazon Resource Name (ARN), status, input and output configurations, and the ARN of the solution version used to generate segments.default DescribeBatchSegmentJobResponsePersonalizeClient. describeBatchSegmentJob(DescribeBatchSegmentJobRequest describeBatchSegmentJobRequest)Gets the properties of a batch segment job including name, Amazon Resource Name (ARN), status, input and output configurations, and the ARN of the solution version used to generate segments. -
Uses of DescribeBatchSegmentJobRequest in software.amazon.awssdk.services.personalize.transform
Methods in software.amazon.awssdk.services.personalize.transform with parameters of type DescribeBatchSegmentJobRequest Modifier and Type Method Description SdkHttpFullRequestDescribeBatchSegmentJobRequestMarshaller. marshall(DescribeBatchSegmentJobRequest describeBatchSegmentJobRequest)
-