| Package | Description |
|---|---|
| software.amazon.awssdk.services.personalize.model |
| Modifier and Type | Method and Description |
|---|---|
static BatchInferenceJobOutput.Builder |
BatchInferenceJobOutput.builder() |
default BatchInferenceJobOutput.Builder |
BatchInferenceJobOutput.Builder.s3DataDestination(Consumer<S3DataConfig.Builder> s3DataDestination)
Information on the Amazon S3 bucket in which the batch inference job's output is stored.
|
BatchInferenceJobOutput.Builder |
BatchInferenceJobOutput.Builder.s3DataDestination(S3DataConfig s3DataDestination)
Information on the Amazon S3 bucket in which the batch inference job's output is stored.
|
BatchInferenceJobOutput.Builder |
BatchInferenceJobOutput.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends BatchInferenceJobOutput.Builder> |
BatchInferenceJobOutput.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CreateBatchInferenceJobRequest.Builder |
CreateBatchInferenceJobRequest.Builder.jobOutput(Consumer<BatchInferenceJobOutput.Builder> jobOutput)
The path to the Amazon S3 bucket where the job's output will be stored.
|
default BatchInferenceJob.Builder |
BatchInferenceJob.Builder.jobOutput(Consumer<BatchInferenceJobOutput.Builder> jobOutput)
The Amazon S3 bucket that contains the output data generated by the batch inference job.
|
Copyright © 2020. All rights reserved.