Class: Aws::Types::AIRecommendationOptimizationDetail
- Inherits:
-
Object
- Object
- Aws::Types::AIRecommendationOptimizationDetail
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#optimization_config ⇒ ::Hash[::String, ::String]
Returns the value of attribute optimization_config.
-
#optimization_type ⇒ "SpeculativeDecoding", "KernelTuning"
Returns the value of attribute optimization_type.
Instance Attribute Details
#optimization_config ⇒ ::Hash[::String, ::String]
Returns the value of attribute optimization_config.
209 210 211 |
# File 'sig/types.rbs', line 209 def optimization_config @optimization_config end |
#optimization_type ⇒ "SpeculativeDecoding", "KernelTuning"
Returns the value of attribute optimization_type.
208 209 210 |
# File 'sig/types.rbs', line 208 def optimization_type @optimization_type end |