Class: Aws::Types::ModelSpeculativeDecodingConfig

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#technique"EAGLE"

Returns the value of attribute technique.

Returns:

  • ("EAGLE")


9224
9225
9226
# File 'sig/types.rbs', line 9224

def technique
  @technique
end

#training_data_sourceTypes::ModelSpeculativeDecodingTrainingDataSource

Returns the value of attribute training_data_source.



9225
9226
9227
# File 'sig/types.rbs', line 9225

def training_data_source
  @training_data_source
end