Interface ModelSpeculativeDecodingTrainingDataSource.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ModelSpeculativeDecodingTrainingDataSource.Builder,,ModelSpeculativeDecodingTrainingDataSource> SdkBuilder<ModelSpeculativeDecodingTrainingDataSource.Builder,,ModelSpeculativeDecodingTrainingDataSource> SdkPojo
- Enclosing class:
ModelSpeculativeDecodingTrainingDataSource
@Mutable
@NotThreadSafe
public static interface ModelSpeculativeDecodingTrainingDataSource.Builder
extends SdkPojo, CopyableBuilder<ModelSpeculativeDecodingTrainingDataSource.Builder,ModelSpeculativeDecodingTrainingDataSource>
-
Method Summary
Modifier and TypeMethodDescriptions3DataType(String s3DataType) The type of data stored in the Amazon S3 location.s3DataType(ModelSpeculativeDecodingS3DataType s3DataType) The type of data stored in the Amazon S3 location.The Amazon S3 URI that points to the training data for speculative decoding.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
s3Uri
The Amazon S3 URI that points to the training data for speculative decoding.
- Parameters:
s3Uri- The Amazon S3 URI that points to the training data for speculative decoding.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
s3DataType
The type of data stored in the Amazon S3 location. Valid values are
S3PrefixorManifestFile.- Parameters:
s3DataType- The type of data stored in the Amazon S3 location. Valid values areS3PrefixorManifestFile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
s3DataType
ModelSpeculativeDecodingTrainingDataSource.Builder s3DataType(ModelSpeculativeDecodingS3DataType s3DataType) The type of data stored in the Amazon S3 location. Valid values are
S3PrefixorManifestFile.- Parameters:
s3DataType- The type of data stored in the Amazon S3 location. Valid values areS3PrefixorManifestFile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-