Module: Aws::SageMaker::Client::_DescribeInferenceComponentResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeInferenceComponentOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #creation_time ⇒ ::Time
- #endpoint_arn ⇒ ::String
- #endpoint_name ⇒ ::String
- #failure_reason ⇒ ::String
- #inference_component_arn ⇒ ::String
- #inference_component_name ⇒ ::String
- #inference_component_status ⇒ "InService", ...
- #last_deployment_config ⇒ Types::InferenceComponentDeploymentConfig
- #last_modified_time ⇒ ::Time
- #runtime_config ⇒ Types::InferenceComponentRuntimeConfigSummary
- #specification ⇒ Types::InferenceComponentSpecificationSummary
- #specifications ⇒ ::Array[Types::InferenceComponentSpecificationSummary]
- #variant_name ⇒ ::String
Instance Method Details
#creation_time ⇒ ::Time
4318 |
# File 'sig/client.rbs', line 4318
def creation_time: () -> ::Time
|
#endpoint_arn ⇒ ::String
4312 |
# File 'sig/client.rbs', line 4312
def endpoint_arn: () -> ::String
|
#endpoint_name ⇒ ::String
4311 |
# File 'sig/client.rbs', line 4311
def endpoint_name: () -> ::String
|
#failure_reason ⇒ ::String
4314 |
# File 'sig/client.rbs', line 4314
def failure_reason: () -> ::String
|
#inference_component_arn ⇒ ::String
4310 |
# File 'sig/client.rbs', line 4310
def inference_component_arn: () -> ::String
|
#inference_component_name ⇒ ::String
4309 |
# File 'sig/client.rbs', line 4309
def inference_component_name: () -> ::String
|
#inference_component_status ⇒ "InService", ...
4320 |
# File 'sig/client.rbs', line 4320
def inference_component_status: () -> ("InService" | "Creating" | "Updating" | "Failed" | "Deleting")
|
#last_deployment_config ⇒ Types::InferenceComponentDeploymentConfig
4321 |
# File 'sig/client.rbs', line 4321
def last_deployment_config: () -> Types::InferenceComponentDeploymentConfig
|
#last_modified_time ⇒ ::Time
4319 |
# File 'sig/client.rbs', line 4319
def last_modified_time: () -> ::Time
|
#runtime_config ⇒ Types::InferenceComponentRuntimeConfigSummary
4317 |
# File 'sig/client.rbs', line 4317
def runtime_config: () -> Types::InferenceComponentRuntimeConfigSummary
|
#specification ⇒ Types::InferenceComponentSpecificationSummary
4315 |
# File 'sig/client.rbs', line 4315
def specification: () -> Types::InferenceComponentSpecificationSummary
|
#specifications ⇒ ::Array[Types::InferenceComponentSpecificationSummary]
4316 |
# File 'sig/client.rbs', line 4316
def specifications: () -> ::Array[Types::InferenceComponentSpecificationSummary]
|
#variant_name ⇒ ::String
4313 |
# File 'sig/client.rbs', line 4313
def variant_name: () -> ::String
|