Class: Aws::Types::CreateInferenceComponentInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateInferenceComponentInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#endpoint_name ⇒ ::String
Returns the value of attribute endpoint_name.
-
#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.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#variant_name ⇒ ::String
Returns the value of attribute variant_name.
Instance Attribute Details
#endpoint_name ⇒ ::String
Returns the value of attribute endpoint_name.
2372 2373 2374 |
# File 'sig/types.rbs', line 2372 def endpoint_name @endpoint_name end |
#inference_component_name ⇒ ::String
Returns the value of attribute inference_component_name.
2371 2372 2373 |
# File 'sig/types.rbs', line 2371 def inference_component_name @inference_component_name end |
#runtime_config ⇒ Types::InferenceComponentRuntimeConfig
Returns the value of attribute runtime_config.
2376 2377 2378 |
# File 'sig/types.rbs', line 2376 def runtime_config @runtime_config end |
#specification ⇒ Types::InferenceComponentSpecification
Returns the value of attribute specification.
2374 2375 2376 |
# File 'sig/types.rbs', line 2374 def specification @specification end |
#specifications ⇒ ::Array[Types::InferenceComponentSpecification]
Returns the value of attribute specifications.
2375 2376 2377 |
# File 'sig/types.rbs', line 2375 def specifications @specifications end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
2377 2378 2379 |
# File 'sig/types.rbs', line 2377 def end |
#variant_name ⇒ ::String
Returns the value of attribute variant_name.
2373 2374 2375 |
# File 'sig/types.rbs', line 2373 def variant_name @variant_name end |