Class: Aws::Types::UpdateInferenceComponentRuntimeConfigInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateInferenceComponentRuntimeConfigInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#desired_runtime_config ⇒ Types::InferenceComponentRuntimeConfig
Returns the value of attribute desired_runtime_config.
-
#inference_component_name ⇒ ::String
Returns the value of attribute inference_component_name.
Instance Attribute Details
#desired_runtime_config ⇒ Types::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.
12203 12204 12205 |
# File 'sig/types.rbs', line 12203 def inference_component_name @inference_component_name end |