| Package | Description |
|---|---|
| com.amazonaws.services.personalize.model |
| Modifier and Type | Method and Description |
|---|---|
BatchInferenceJobInput |
BatchInferenceJobInput.clone() |
BatchInferenceJobInput |
CreateBatchInferenceJobRequest.getJobInput()
The Amazon S3 path that leads to the input file to base your recommendations on.
|
BatchInferenceJobInput |
BatchInferenceJob.getJobInput()
The Amazon S3 path that leads to the input data used to generate the batch inference job.
|
BatchInferenceJobInput |
BatchInferenceJobInput.withS3DataSource(S3DataConfig s3DataSource)
The URI of the Amazon S3 location that contains your input data.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateBatchInferenceJobRequest.setJobInput(BatchInferenceJobInput jobInput)
The Amazon S3 path that leads to the input file to base your recommendations on.
|
void |
BatchInferenceJob.setJobInput(BatchInferenceJobInput jobInput)
The Amazon S3 path that leads to the input data used to generate the batch inference job.
|
CreateBatchInferenceJobRequest |
CreateBatchInferenceJobRequest.withJobInput(BatchInferenceJobInput jobInput)
The Amazon S3 path that leads to the input file to base your recommendations on.
|
BatchInferenceJob |
BatchInferenceJob.withJobInput(BatchInferenceJobInput jobInput)
The Amazon S3 path that leads to the input data used to generate the batch inference job.
|
Copyright © 2020. All rights reserved.