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)


39431
39432
39433
39434
39435
39436
# File 'lib/aws-sdk-sagemaker/types.rb', line 39431

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)


39431
39432
39433
39434
39435
39436
# File 'lib/aws-sdk-sagemaker/types.rb', line 39431

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