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.



9594
9595
9596
# File 'sig/types.rbs', line 9594

def model_compilation_config
  @model_compilation_config
end

#model_quantization_configTypes::ModelQuantizationConfig

Returns the value of attribute model_quantization_config.



9593
9594
9595
# File 'sig/types.rbs', line 9593

def model_quantization_config
  @model_quantization_config
end

#model_sharding_configTypes::ModelShardingConfig

Returns the value of attribute model_sharding_config.



9595
9596
9597
# File 'sig/types.rbs', line 9595

def model_sharding_config
  @model_sharding_config
end

#model_speculative_decoding_configTypes::ModelSpeculativeDecodingConfig

Returns the value of attribute model_speculative_decoding_config.



9596
9597
9598
# File 'sig/types.rbs', line 9596

def model_speculative_decoding_config
  @model_speculative_decoding_config
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


9597
9598
9599
# File 'sig/types.rbs', line 9597

def unknown
  @unknown
end