Class: Aws::SageMaker::Types::ModelSpeculativeDecodingTrainingDataSource

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#s3_data_typeString

The type of data stored in the Amazon S3 location. Valid values are S3Prefix or ManifestFile.

Returns:

  • (String)


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_uriString

The Amazon S3 URI that points to the training data for speculative decoding.

Returns:

  • (String)


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