Interface OutputConfig.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<OutputConfig.Builder,OutputConfig>,SdkBuilder<OutputConfig.Builder,OutputConfig>,SdkPojo
- Enclosing class:
- OutputConfig
public static interface OutputConfig.Builder extends SdkPojo, CopyableBuilder<OutputConfig.Builder,OutputConfig>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OutputConfig.Builders3Bucket(String s3Bucket)The S3 bucket where training output is placed.OutputConfig.Builders3KeyPrefix(String s3KeyPrefix)The prefix applied to the training output files.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
s3Bucket
OutputConfig.Builder s3Bucket(String s3Bucket)
The S3 bucket where training output is placed.
- Parameters:
s3Bucket- The S3 bucket where training output is placed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
s3KeyPrefix
OutputConfig.Builder s3KeyPrefix(String s3KeyPrefix)
The prefix applied to the training output files.
- Parameters:
s3KeyPrefix- The prefix applied to the training output files.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-