| 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 |
|---|---|
Future<ListBatchSegmentJobsResult> |
AbstractAmazonPersonalizeAsync.listBatchSegmentJobsAsync(ListBatchSegmentJobsRequest request,
AsyncHandler<ListBatchSegmentJobsRequest,ListBatchSegmentJobsResult> asyncHandler) |
Future<ListBatchSegmentJobsResult> |
AmazonPersonalizeAsync.listBatchSegmentJobsAsync(ListBatchSegmentJobsRequest listBatchSegmentJobsRequest,
AsyncHandler<ListBatchSegmentJobsRequest,ListBatchSegmentJobsResult> asyncHandler)
Gets a list of the batch segment jobs that have been performed off of a solution version that you specify.
|
Future<ListBatchSegmentJobsResult> |
AmazonPersonalizeAsyncClient.listBatchSegmentJobsAsync(ListBatchSegmentJobsRequest request,
AsyncHandler<ListBatchSegmentJobsRequest,ListBatchSegmentJobsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListBatchSegmentJobsRequest |
ListBatchSegmentJobsRequest.clone() |
ListBatchSegmentJobsRequest |
ListBatchSegmentJobsRequest.withMaxResults(Integer maxResults)
The maximum number of batch segment job results to return in each page.
|
ListBatchSegmentJobsRequest |
ListBatchSegmentJobsRequest.withNextToken(String nextToken)
The token to request the next page of results.
|
ListBatchSegmentJobsRequest |
ListBatchSegmentJobsRequest.withSolutionVersionArn(String solutionVersionArn)
The Amazon Resource Name (ARN) of the solution version that the batch segment jobs used to generate batch
segments.
|
Copyright © 2022. All rights reserved.