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.
4519 4520 4521 |
# File 'sig/types.rbs', line 4519 def creation_time @creation_time end |
#endpoint_arn ⇒ ::String
Returns the value of attribute endpoint_arn.
4513 4514 4515 |
# File 'sig/types.rbs', line 4513 def endpoint_arn @endpoint_arn end |
#endpoint_name ⇒ ::String
Returns the value of attribute endpoint_name.
4512 4513 4514 |
# File 'sig/types.rbs', line 4512 def endpoint_name @endpoint_name end |
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
4515 4516 4517 |
# File 'sig/types.rbs', line 4515 def failure_reason @failure_reason end |
#inference_component_arn ⇒ ::String
Returns the value of attribute inference_component_arn.
4511 4512 4513 |
# File 'sig/types.rbs', line 4511 def inference_component_arn @inference_component_arn end |
#inference_component_name ⇒ ::String
Returns the value of attribute inference_component_name.
4510 4511 4512 |
# File 'sig/types.rbs', line 4510 def inference_component_name @inference_component_name end |
#inference_component_status ⇒ "InService", ...
Returns the value of attribute inference_component_status.
4521 4522 4523 |
# File 'sig/types.rbs', line 4521 def inference_component_status @inference_component_status end |
#last_deployment_config ⇒ Types::InferenceComponentDeploymentConfig
Returns the value of attribute last_deployment_config.
4522 4523 4524 |
# File 'sig/types.rbs', line 4522 def last_deployment_config @last_deployment_config end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
4520 4521 4522 |
# File 'sig/types.rbs', line 4520 def last_modified_time @last_modified_time end |
#runtime_config ⇒ Types::InferenceComponentRuntimeConfigSummary
Returns the value of attribute runtime_config.
4518 4519 4520 |
# File 'sig/types.rbs', line 4518 def runtime_config @runtime_config end |
#specification ⇒ Types::InferenceComponentSpecificationSummary
Returns the value of attribute specification.
4516 4517 4518 |
# File 'sig/types.rbs', line 4516 def specification @specification end |
#specifications ⇒ ::Array[Types::InferenceComponentSpecificationSummary]
Returns the value of attribute specifications.
4517 4518 4519 |
# File 'sig/types.rbs', line 4517 def specifications @specifications end |
#variant_name ⇒ ::String
Returns the value of attribute variant_name.
4514 4515 4516 |
# File 'sig/types.rbs', line 4514 def variant_name @variant_name end |