Class: Aws::Types::DescribeInferenceComponentOutput
- Inherits:
-
Object
- Object
- Aws::Types::DescribeInferenceComponentOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#endpoint_arn ⇒ ::String
Returns the value of attribute endpoint_arn.
-
#endpoint_name ⇒ ::String
Returns the value of attribute endpoint_name.
-
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
-
#inference_component_arn ⇒ ::String
Returns the value of attribute inference_component_arn.
-
#inference_component_name ⇒ ::String
Returns the value of attribute inference_component_name.
-
#inference_component_status ⇒ "InService", ...
Returns the value of attribute inference_component_status.
-
#last_deployment_config ⇒ Types::InferenceComponentDeploymentConfig
Returns the value of attribute last_deployment_config.
-
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
-
#runtime_config ⇒ Types::InferenceComponentRuntimeConfigSummary
Returns the value of attribute runtime_config.
-
#specification ⇒ Types::InferenceComponentSpecificationSummary
Returns the value of attribute specification.
-
#specifications ⇒ ::Array[Types::InferenceComponentSpecificationSummary]
Returns the value of attribute specifications.
-
#variant_name ⇒ ::String
Returns the value of attribute variant_name.
Instance Attribute Details
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
4502 4503 4504 |
# File 'sig/types.rbs', line 4502 def creation_time @creation_time end |
#endpoint_arn ⇒ ::String
Returns the value of attribute endpoint_arn.
4496 4497 4498 |
# File 'sig/types.rbs', line 4496 def endpoint_arn @endpoint_arn end |
#endpoint_name ⇒ ::String
Returns the value of attribute endpoint_name.
4495 4496 4497 |
# File 'sig/types.rbs', line 4495 def endpoint_name @endpoint_name end |
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
4498 4499 4500 |
# File 'sig/types.rbs', line 4498 def failure_reason @failure_reason end |
#inference_component_arn ⇒ ::String
Returns the value of attribute inference_component_arn.
4494 4495 4496 |
# File 'sig/types.rbs', line 4494 def inference_component_arn @inference_component_arn end |
#inference_component_name ⇒ ::String
Returns the value of attribute inference_component_name.
4493 4494 4495 |
# File 'sig/types.rbs', line 4493 def inference_component_name @inference_component_name end |
#inference_component_status ⇒ "InService", ...
Returns the value of attribute inference_component_status.
4504 4505 4506 |
# File 'sig/types.rbs', line 4504 def inference_component_status @inference_component_status end |
#last_deployment_config ⇒ Types::InferenceComponentDeploymentConfig
Returns the value of attribute last_deployment_config.
4505 4506 4507 |
# File 'sig/types.rbs', line 4505 def last_deployment_config @last_deployment_config end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
4503 4504 4505 |
# File 'sig/types.rbs', line 4503 def last_modified_time @last_modified_time end |
#runtime_config ⇒ Types::InferenceComponentRuntimeConfigSummary
Returns the value of attribute runtime_config.
4501 4502 4503 |
# File 'sig/types.rbs', line 4501 def runtime_config @runtime_config end |
#specification ⇒ Types::InferenceComponentSpecificationSummary
Returns the value of attribute specification.
4499 4500 4501 |
# File 'sig/types.rbs', line 4499 def specification @specification end |
#specifications ⇒ ::Array[Types::InferenceComponentSpecificationSummary]
Returns the value of attribute specifications.
4500 4501 4502 |
# File 'sig/types.rbs', line 4500 def specifications @specifications end |
#variant_name ⇒ ::String
Returns the value of attribute variant_name.
4497 4498 4499 |
# File 'sig/types.rbs', line 4497 def variant_name @variant_name end |