Class: Aws::Types::ModelSpeculativeDecodingConfig
- Inherits:
-
Object
- Object
- Aws::Types::ModelSpeculativeDecodingConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#technique ⇒ "EAGLE"
Returns the value of attribute technique.
-
#training_data_source ⇒ Types::ModelSpeculativeDecodingTrainingDataSource
Returns the value of attribute training_data_source.
Instance Attribute Details
#technique ⇒ "EAGLE"
Returns the value of attribute technique.
9224 9225 9226 |
# File 'sig/types.rbs', line 9224 def technique @technique end |
#training_data_source ⇒ Types::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 |