public static interface InferenceS3OutputConfiguration.Builder extends SdkPojo, CopyableBuilder<InferenceS3OutputConfiguration.Builder,InferenceS3OutputConfiguration>
| Modifier and Type | Method and Description |
|---|---|
InferenceS3OutputConfiguration.Builder |
bucket(String bucket)
The bucket containing the output results from the inference
|
InferenceS3OutputConfiguration.Builder |
prefix(String prefix)
The prefix for the S3 bucket used for the output results from the inference.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildInferenceS3OutputConfiguration.Builder bucket(String bucket)
The bucket containing the output results from the inference
bucket - The bucket containing the output results from the inferenceInferenceS3OutputConfiguration.Builder prefix(String prefix)
The prefix for the S3 bucket used for the output results from the inference.
prefix - The prefix for the S3 bucket used for the output results from the inference.Copyright © 2022. All rights reserved.