| Package | Description |
|---|---|
| software.amazon.awssdk.services.personalize.model |
| Modifier and Type | Method and Description |
|---|---|
BatchInferenceJobOutput |
BatchInferenceJob.jobOutput()
The Amazon S3 bucket that contains the output data generated by the batch inference job.
|
BatchInferenceJobOutput |
CreateBatchInferenceJobRequest.jobOutput()
The path to the Amazon S3 bucket where the job's output will be stored.
|
| Modifier and Type | Method and Description |
|---|---|
BatchInferenceJob.Builder |
BatchInferenceJob.Builder.jobOutput(BatchInferenceJobOutput jobOutput)
The Amazon S3 bucket that contains the output data generated by the batch inference job.
|
CreateBatchInferenceJobRequest.Builder |
CreateBatchInferenceJobRequest.Builder.jobOutput(BatchInferenceJobOutput jobOutput)
The path to the Amazon S3 bucket where the job's output will be stored.
|
Copyright © 2022. All rights reserved.