public static interface InferenceS3InputConfiguration.Builder extends SdkPojo, CopyableBuilder<InferenceS3InputConfiguration.Builder,InferenceS3InputConfiguration>
| Modifier and Type | Method and Description |
|---|---|
InferenceS3InputConfiguration.Builder |
bucket(String bucket)
The bucket containing the input dataset for the inference.
|
InferenceS3InputConfiguration.Builder |
prefix(String prefix)
The prefix for the S3 bucket used for the input data for the inference.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildInferenceS3InputConfiguration.Builder bucket(String bucket)
The bucket containing the input dataset for the inference.
bucket - The bucket containing the input dataset for the inference.InferenceS3InputConfiguration.Builder prefix(String prefix)
The prefix for the S3 bucket used for the input data for the inference.
prefix - The prefix for the S3 bucket used for the input data for the inference.Copyright © 2022. All rights reserved.