Uses of Interface
software.amazon.awssdk.services.personalize.model.DescribeBatchSegmentJobRequest.Builder
-
Packages that use DescribeBatchSegmentJobRequest.Builder 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.model -
-
Uses of DescribeBatchSegmentJobRequest.Builder in software.amazon.awssdk.services.personalize
Method parameters in software.amazon.awssdk.services.personalize with type arguments of type DescribeBatchSegmentJobRequest.Builder 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 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. -
Uses of DescribeBatchSegmentJobRequest.Builder in software.amazon.awssdk.services.personalize.model
Methods in software.amazon.awssdk.services.personalize.model that return DescribeBatchSegmentJobRequest.Builder Modifier and Type Method Description DescribeBatchSegmentJobRequest.BuilderDescribeBatchSegmentJobRequest.Builder. batchSegmentJobArn(String batchSegmentJobArn)The ARN of the batch segment job to describe.static DescribeBatchSegmentJobRequest.BuilderDescribeBatchSegmentJobRequest. builder()DescribeBatchSegmentJobRequest.BuilderDescribeBatchSegmentJobRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeBatchSegmentJobRequest.BuilderDescribeBatchSegmentJobRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DescribeBatchSegmentJobRequest.BuilderDescribeBatchSegmentJobRequest. toBuilder()Methods in software.amazon.awssdk.services.personalize.model that return types with arguments of type DescribeBatchSegmentJobRequest.Builder Modifier and Type Method Description static Class<? extends DescribeBatchSegmentJobRequest.Builder>DescribeBatchSegmentJobRequest. serializableBuilderClass()
-