Class: Aws::Types::UpdateInferenceComponentInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateInferenceComponentInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#deployment_config ⇒ Types::InferenceComponentDeploymentConfig
Returns the value of attribute deployment_config.
-
#inference_component_name ⇒ ::String
Returns the value of attribute inference_component_name.
-
#runtime_config ⇒ Types::InferenceComponentRuntimeConfig
Returns the value of attribute runtime_config.
-
#specification ⇒ Types::InferenceComponentSpecification
Returns the value of attribute specification.
-
#specifications ⇒ ::Array[Types::InferenceComponentSpecification]
Returns the value of attribute specifications.
Instance Attribute Details
#deployment_config ⇒ Types::InferenceComponentDeploymentConfig
Returns the value of attribute deployment_config.
12216 12217 12218 |
# File 'sig/types.rbs', line 12216 def deployment_config @deployment_config end |
#inference_component_name ⇒ ::String
Returns the value of attribute inference_component_name.
12212 12213 12214 |
# File 'sig/types.rbs', line 12212 def inference_component_name @inference_component_name end |
#runtime_config ⇒ Types::InferenceComponentRuntimeConfig
Returns the value of attribute runtime_config.
12215 12216 12217 |
# File 'sig/types.rbs', line 12215 def runtime_config @runtime_config end |
#specification ⇒ Types::InferenceComponentSpecification
Returns the value of attribute specification.
12213 12214 12215 |
# File 'sig/types.rbs', line 12213 def specification @specification end |
#specifications ⇒ ::Array[Types::InferenceComponentSpecification]
Returns the value of attribute specifications.
12214 12215 12216 |
# File 'sig/types.rbs', line 12214 def specifications @specifications end |