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.
2357 2358 2359 |
# File 'sig/types.rbs', line 2357 def endpoint_name @endpoint_name end |
#inference_component_name ⇒ ::String
Returns the value of attribute inference_component_name.
2356 2357 2358 |
# File 'sig/types.rbs', line 2356 def inference_component_name @inference_component_name end |
#runtime_config ⇒ Types::InferenceComponentRuntimeConfig
Returns the value of attribute runtime_config.
2361 2362 2363 |
# File 'sig/types.rbs', line 2361 def runtime_config @runtime_config end |
#specification ⇒ Types::InferenceComponentSpecification
Returns the value of attribute specification.
2359 2360 2361 |
# File 'sig/types.rbs', line 2359 def specification @specification end |
#specifications ⇒ ::Array[Types::InferenceComponentSpecification]
Returns the value of attribute specifications.
2360 2361 2362 |
# File 'sig/types.rbs', line 2360 def specifications @specifications end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
2362 2363 2364 |
# File 'sig/types.rbs', line 2362 def @tags end |
#variant_name ⇒ ::String
Returns the value of attribute variant_name.
2358 2359 2360 |
# File 'sig/types.rbs', line 2358 def variant_name @variant_name end |