| 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<CreateBatchInferenceJobResult> |
AbstractAmazonPersonalizeAsync.createBatchInferenceJobAsync(CreateBatchInferenceJobRequest request,
AsyncHandler<CreateBatchInferenceJobRequest,CreateBatchInferenceJobResult> asyncHandler) |
Future<CreateBatchInferenceJobResult> |
AmazonPersonalizeAsync.createBatchInferenceJobAsync(CreateBatchInferenceJobRequest createBatchInferenceJobRequest,
AsyncHandler<CreateBatchInferenceJobRequest,CreateBatchInferenceJobResult> asyncHandler)
Creates a batch inference job.
|
Future<CreateBatchInferenceJobResult> |
AmazonPersonalizeAsyncClient.createBatchInferenceJobAsync(CreateBatchInferenceJobRequest request,
AsyncHandler<CreateBatchInferenceJobRequest,CreateBatchInferenceJobResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateBatchInferenceJobRequest |
CreateBatchInferenceJobRequest.clone() |
CreateBatchInferenceJobRequest |
CreateBatchInferenceJobRequest.withJobInput(BatchInferenceJobInput jobInput)
The Amazon S3 path that leads to the input file to base your recommendations on.
|
CreateBatchInferenceJobRequest |
CreateBatchInferenceJobRequest.withJobName(String jobName)
The name of the batch inference job to create.
|
CreateBatchInferenceJobRequest |
CreateBatchInferenceJobRequest.withJobOutput(BatchInferenceJobOutput jobOutput)
The path to the Amazon S3 bucket where the job's output will be stored.
|
CreateBatchInferenceJobRequest |
CreateBatchInferenceJobRequest.withNumResults(Integer numResults)
The number of recommendations to retreive.
|
CreateBatchInferenceJobRequest |
CreateBatchInferenceJobRequest.withRoleArn(String roleArn)
The ARN of the Amazon Identity and Access Management role that has permissions to read and write to your input
and out Amazon S3 buckets respectively.
|
CreateBatchInferenceJobRequest |
CreateBatchInferenceJobRequest.withSolutionVersionArn(String solutionVersionArn)
The Amazon Resource Name (ARN) of the solution version that will be used to generate the batch inference
recommendations.
|
Copyright © 2019. All rights reserved.