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")


9239
9240
9241
# File 'sig/types.rbs', line 9239

def technique
  @technique
end

#training_data_sourceTypes::ModelSpeculativeDecodingTrainingDataSource

Returns the value of attribute training_data_source.



9240
9241
9242
# File 'sig/types.rbs', line 9240

def training_data_source
  @training_data_source
end