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 =

Instance Attribute Summary collapse

Instance Attribute Details

#model_compilation_configTypes::ModelCompilationConfig

Returns the value of attribute model_compilation_config.



9657
9658
9659
# File 'sig/types.rbs', line 9657

def model_compilation_config
  @model_compilation_config
end

#model_quantization_configTypes::ModelQuantizationConfig

Returns the value of attribute model_quantization_config.



9656
9657
9658
# File 'sig/types.rbs', line 9656

def model_quantization_config
  @model_quantization_config
end

#model_sharding_configTypes::ModelShardingConfig

Returns the value of attribute model_sharding_config.



9658
9659
9660
# File 'sig/types.rbs', line 9658

def model_sharding_config
  @model_sharding_config
end

#model_speculative_decoding_configTypes::ModelSpeculativeDecodingConfig

Returns the value of attribute model_speculative_decoding_config.



9659
9660
9661
# File 'sig/types.rbs', line 9659

def model_speculative_decoding_config
  @model_speculative_decoding_config
end

#unknownObject

Returns the value of attribute unknown.



9660
9661
9662
# File 'sig/types.rbs', line 9660

def unknown
  @unknown
end