| 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<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 |
|---|---|
CreateBatchSegmentJobRequest |
CreateBatchSegmentJobRequest.clone() |
CreateBatchSegmentJobRequest |
CreateBatchSegmentJobRequest.withFilterArn(String filterArn)
The ARN of the filter to apply to the batch segment job.
|
CreateBatchSegmentJobRequest |
CreateBatchSegmentJobRequest.withJobInput(BatchSegmentJobInput jobInput)
The Amazon S3 path for the input data used to generate the batch segment job.
|
CreateBatchSegmentJobRequest |
CreateBatchSegmentJobRequest.withJobName(String jobName)
The name of the batch segment job to create.
|
CreateBatchSegmentJobRequest |
CreateBatchSegmentJobRequest.withJobOutput(BatchSegmentJobOutput jobOutput)
The Amazon S3 path for the bucket where the job's output will be stored.
|
CreateBatchSegmentJobRequest |
CreateBatchSegmentJobRequest.withNumResults(Integer numResults)
The number of predicted users generated by the batch segment job for each line of input data.
|
CreateBatchSegmentJobRequest |
CreateBatchSegmentJobRequest.withRoleArn(String roleArn)
The ARN of the Amazon Identity and Access Management role that has permissions to read and write to your input
and output Amazon S3 buckets respectively.
|
CreateBatchSegmentJobRequest |
CreateBatchSegmentJobRequest.withSolutionVersionArn(String solutionVersionArn)
The Amazon Resource Name (ARN) of the solution version you want the batch segment job to use to generate batch
segments.
|
CreateBatchSegmentJobRequest |
CreateBatchSegmentJobRequest.withTags(Collection<Tag> tags)
A list of tags to apply
to the batch segment job.
|
CreateBatchSegmentJobRequest |
CreateBatchSegmentJobRequest.withTags(Tag... tags)
A list of tags to apply
to the batch segment job.
|
Copyright © 2023. All rights reserved.