Class: Aws::Types::UpdateInferenceComponentRuntimeConfigInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#desired_runtime_configTypes::InferenceComponentRuntimeConfig

Returns the value of attribute desired_runtime_config.



12204
12205
12206
# File 'sig/types.rbs', line 12204

def desired_runtime_config
  @desired_runtime_config
end

#inference_component_name::String

Returns the value of attribute inference_component_name.

Returns:

  • (::String)


12203
12204
12205
# File 'sig/types.rbs', line 12203

def inference_component_name
  @inference_component_name
end