| 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 |
| Modifier and Type | Method and 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 DescribeBatchSegmentJobResponse |
PersonalizeClient.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.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeBatchSegmentJobRequest.Builder |
DescribeBatchSegmentJobRequest.Builder.batchSegmentJobArn(String batchSegmentJobArn)
The ARN of the batch segment job to describe.
|
static DescribeBatchSegmentJobRequest.Builder |
DescribeBatchSegmentJobRequest.builder() |
DescribeBatchSegmentJobRequest.Builder |
DescribeBatchSegmentJobRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeBatchSegmentJobRequest.Builder |
DescribeBatchSegmentJobRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DescribeBatchSegmentJobRequest.Builder |
DescribeBatchSegmentJobRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DescribeBatchSegmentJobRequest.Builder> |
DescribeBatchSegmentJobRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.