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

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
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)


39425
39426
39427
39428
39429
39430
# File 'lib/aws-sdk-sagemaker/types.rb', line 39425

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)


39425
39426
39427
39428
39429
39430
# File 'lib/aws-sdk-sagemaker/types.rb', line 39425

class ModelSpeculativeDecodingTrainingDataSource < Struct.new(
  :s3_uri,
  :s3_data_type)
  SENSITIVE = []
  include Aws::Structure
end