| 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 |
|---|---|
CreateBatchSegmentJobResult |
AmazonPersonalizeClient.createBatchSegmentJob(CreateBatchSegmentJobRequest request)
Creates a batch segment job.
|
CreateBatchSegmentJobResult |
AbstractAmazonPersonalize.createBatchSegmentJob(CreateBatchSegmentJobRequest request) |
CreateBatchSegmentJobResult |
AmazonPersonalize.createBatchSegmentJob(CreateBatchSegmentJobRequest createBatchSegmentJobRequest)
Creates a batch segment job.
|
| Modifier and Type | Method and Description |
|---|---|
Future<CreateBatchSegmentJobResult> |
AmazonPersonalizeAsyncClient.createBatchSegmentJobAsync(CreateBatchSegmentJobRequest request,
AsyncHandler<CreateBatchSegmentJobRequest,CreateBatchSegmentJobResult> asyncHandler) |
Future<CreateBatchSegmentJobResult> |
AbstractAmazonPersonalizeAsync.createBatchSegmentJobAsync(CreateBatchSegmentJobRequest request,
AsyncHandler<CreateBatchSegmentJobRequest,CreateBatchSegmentJobResult> asyncHandler) |
Future<CreateBatchSegmentJobResult> |
AmazonPersonalizeAsync.createBatchSegmentJobAsync(CreateBatchSegmentJobRequest createBatchSegmentJobRequest,
AsyncHandler<CreateBatchSegmentJobRequest,CreateBatchSegmentJobResult> asyncHandler)
Creates a batch segment job.
|
| Modifier and Type | Method and Description |
|---|---|
CreateBatchSegmentJobResult |
CreateBatchSegmentJobResult.clone() |
CreateBatchSegmentJobResult |
CreateBatchSegmentJobResult.withBatchSegmentJobArn(String batchSegmentJobArn)
The ARN of the batch segment job.
|
Copyright © 2023. All rights reserved.