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.
12212 12213 12214 |
# File 'sig/types.rbs', line 12212 def desired_runtime_config @desired_runtime_config end |
#inference_component_name ⇒ ::String
Returns the value of attribute inference_component_name.
12211 12212 12213 |
# File 'sig/types.rbs', line 12211 def inference_component_name @inference_component_name end |