Uses of Class
software.amazon.awssdk.services.personalize.model.DescribeBatchSegmentJobResponse
-
Packages that use DescribeBatchSegmentJobResponse 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 DescribeBatchSegmentJobResponse in software.amazon.awssdk.services.personalize
Methods in software.amazon.awssdk.services.personalize that return DescribeBatchSegmentJobResponse Modifier and Type Method Description default DescribeBatchSegmentJobResponsePersonalizeClient. describeBatchSegmentJob(Consumer<DescribeBatchSegmentJobRequest.Builder> 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.Methods in software.amazon.awssdk.services.personalize that return types with arguments of type DescribeBatchSegmentJobResponse Modifier and Type Method Description default CompletableFuture<DescribeBatchSegmentJobResponse>PersonalizeAsyncClient. describeBatchSegmentJob(Consumer<DescribeBatchSegmentJobRequest.Builder> 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 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.
-