Class: Aws::SageMaker::Types::ModelSpeculativeDecodingTrainingDataSource
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::ModelSpeculativeDecodingTrainingDataSource
- Defined in:
- gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb
Overview
Contains information about the training data source for speculative decoding.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#s3_data_type ⇒ String
The type of data stored in the Amazon S3 location.
-
#s3_uri ⇒ String
The Amazon S3 URI that points to the training data for speculative decoding.
Instance Attribute Details
#s3_data_type ⇒ String
The type of data stored in the Amazon S3 location. Valid values are
S3Prefix or ManifestFile.
39080 39081 39082 39083 39084 39085 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 39080 class ModelSpeculativeDecodingTrainingDataSource < Struct.new( :s3_uri, :s3_data_type) SENSITIVE = [] include Aws::Structure end |
#s3_uri ⇒ String
The Amazon S3 URI that points to the training data for speculative decoding.
39080 39081 39082 39083 39084 39085 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 39080 class ModelSpeculativeDecodingTrainingDataSource < Struct.new( :s3_uri, :s3_data_type) SENSITIVE = [] include Aws::Structure end |