| Package | Description |
|---|---|
| com.amazonaws.services.personalize.model |
| Modifier and Type | Method and Description |
|---|---|
BatchInferenceJobOutput |
BatchInferenceJobOutput.clone() |
BatchInferenceJobOutput |
BatchInferenceJob.getJobOutput()
The Amazon S3 bucket that contains the output data generated by the batch inference job.
|
BatchInferenceJobOutput |
CreateBatchInferenceJobRequest.getJobOutput()
The path to the Amazon S3 bucket where the job's output will be stored.
|
BatchInferenceJobOutput |
BatchInferenceJobOutput.withS3DataDestination(S3DataConfig s3DataDestination)
Information on the Amazon S3 bucket in which the batch inference job's output is stored.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchInferenceJob.setJobOutput(BatchInferenceJobOutput jobOutput)
The Amazon S3 bucket that contains the output data generated by the batch inference job.
|
void |
CreateBatchInferenceJobRequest.setJobOutput(BatchInferenceJobOutput jobOutput)
The path to the Amazon S3 bucket where the job's output will be stored.
|
BatchInferenceJob |
BatchInferenceJob.withJobOutput(BatchInferenceJobOutput jobOutput)
The Amazon S3 bucket that contains the output data generated by the batch inference job.
|
CreateBatchInferenceJobRequest |
CreateBatchInferenceJobRequest.withJobOutput(BatchInferenceJobOutput jobOutput)
The path to the Amazon S3 bucket where the job's output will be stored.
|
Copyright © 2023. All rights reserved.