public static interface BatchInferenceJobOutput.Builder extends SdkPojo, CopyableBuilder<BatchInferenceJobOutput.Builder,BatchInferenceJobOutput>
| Modifier and Type | Method and Description |
|---|---|
default 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 |
s3DataDestination(S3DataConfig s3DataDestination)
Information on the Amazon S3 bucket in which the batch inference job's output is stored.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchInferenceJobOutput.Builder s3DataDestination(S3DataConfig s3DataDestination)
Information on the Amazon S3 bucket in which the batch inference job's output is stored.
s3DataDestination - Information on the Amazon S3 bucket in which the batch inference job's output is stored.default BatchInferenceJobOutput.Builder s3DataDestination(Consumer<S3DataConfig.Builder> s3DataDestination)
Information on the Amazon S3 bucket in which the batch inference job's output is stored.
This is a convenience method that creates an instance of theS3DataConfig.Builder avoiding the need
to create one manually via S3DataConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to s3DataDestination(S3DataConfig).s3DataDestination - a consumer that will call methods on S3DataConfig.Builders3DataDestination(S3DataConfig)Copyright © 2022. All rights reserved.