Class: Aws::Types::AIRecommendationOptimizationDetail

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#optimization_config::Hash[::String, ::String]

Returns the value of attribute optimization_config.

Returns:

  • (::Hash[::String, ::String])


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.

Returns:

  • ("SpeculativeDecoding", "KernelTuning")


208
209
210
# File 'sig/types.rbs', line 208

def optimization_type
  @optimization_type
end