Class: Aws::Types::OptimizationConfig

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

Defined Under Namespace

Classes: ModelCompilationConfig, ModelQuantizationConfig, ModelShardingConfig, ModelSpeculativeDecodingConfig, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#model_compilation_configTypes::ModelCompilationConfig

Returns the value of attribute model_compilation_config.



9609
9610
9611
# File 'sig/types.rbs', line 9609

def model_compilation_config
  @model_compilation_config
end

#model_quantization_configTypes::ModelQuantizationConfig

Returns the value of attribute model_quantization_config.



9608
9609
9610
# File 'sig/types.rbs', line 9608

def model_quantization_config
  @model_quantization_config
end

#model_sharding_configTypes::ModelShardingConfig

Returns the value of attribute model_sharding_config.



9610
9611
9612
# File 'sig/types.rbs', line 9610

def model_sharding_config
  @model_sharding_config
end

#model_speculative_decoding_configTypes::ModelSpeculativeDecodingConfig

Returns the value of attribute model_speculative_decoding_config.



9611
9612
9613
# File 'sig/types.rbs', line 9611

def model_speculative_decoding_config
  @model_speculative_decoding_config
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


9612
9613
9614
# File 'sig/types.rbs', line 9612

def unknown
  @unknown
end