| Package | Description |
|---|---|
| com.amazonaws.services.personalize |
Amazon Personalize is a machine learning service that makes it easy to add individualized recommendations to
customers.
|
| com.amazonaws.services.personalize.model |
| Modifier and Type | Method and Description |
|---|---|
DescribeBatchSegmentJobResult |
AmazonPersonalizeClient.describeBatchSegmentJob(DescribeBatchSegmentJobRequest request)
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.
|
DescribeBatchSegmentJobResult |
AbstractAmazonPersonalize.describeBatchSegmentJob(DescribeBatchSegmentJobRequest request) |
DescribeBatchSegmentJobResult |
AmazonPersonalize.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.
|
Future<DescribeBatchSegmentJobResult> |
AmazonPersonalizeAsyncClient.describeBatchSegmentJobAsync(DescribeBatchSegmentJobRequest request) |
Future<DescribeBatchSegmentJobResult> |
AbstractAmazonPersonalizeAsync.describeBatchSegmentJobAsync(DescribeBatchSegmentJobRequest request) |
Future<DescribeBatchSegmentJobResult> |
AmazonPersonalizeAsync.describeBatchSegmentJobAsync(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.
|
Future<DescribeBatchSegmentJobResult> |
AmazonPersonalizeAsyncClient.describeBatchSegmentJobAsync(DescribeBatchSegmentJobRequest request,
AsyncHandler<DescribeBatchSegmentJobRequest,DescribeBatchSegmentJobResult> asyncHandler) |
Future<DescribeBatchSegmentJobResult> |
AbstractAmazonPersonalizeAsync.describeBatchSegmentJobAsync(DescribeBatchSegmentJobRequest request,
AsyncHandler<DescribeBatchSegmentJobRequest,DescribeBatchSegmentJobResult> asyncHandler) |
Future<DescribeBatchSegmentJobResult> |
AmazonPersonalizeAsync.describeBatchSegmentJobAsync(DescribeBatchSegmentJobRequest describeBatchSegmentJobRequest,
AsyncHandler<DescribeBatchSegmentJobRequest,DescribeBatchSegmentJobResult> asyncHandler)
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 |
DescribeBatchSegmentJobRequest.clone() |
DescribeBatchSegmentJobRequest |
DescribeBatchSegmentJobRequest.withBatchSegmentJobArn(String batchSegmentJobArn)
The ARN of the batch segment job to describe.
|
Copyright © 2023. All rights reserved.