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
4302 |
# File 'sig/client.rbs', line 4302
def creation_time: () -> ::Time
|
#endpoint_arn ⇒ ::String
4296 |
# File 'sig/client.rbs', line 4296
def endpoint_arn: () -> ::String
|
#endpoint_name ⇒ ::String
4295 |
# File 'sig/client.rbs', line 4295
def endpoint_name: () -> ::String
|
#failure_reason ⇒ ::String
4298 |
# File 'sig/client.rbs', line 4298
def failure_reason: () -> ::String
|
#inference_component_arn ⇒ ::String
4294 |
# File 'sig/client.rbs', line 4294
def inference_component_arn: () -> ::String
|
#inference_component_name ⇒ ::String
4293 |
# File 'sig/client.rbs', line 4293
def inference_component_name: () -> ::String
|
#inference_component_status ⇒ "InService", ...
4304 |
# File 'sig/client.rbs', line 4304
def inference_component_status: () -> ("InService" | "Creating" | "Updating" | "Failed" | "Deleting")
|
#last_deployment_config ⇒ Types::InferenceComponentDeploymentConfig
4305 |
# File 'sig/client.rbs', line 4305
def last_deployment_config: () -> Types::InferenceComponentDeploymentConfig
|
#last_modified_time ⇒ ::Time
4303 |
# File 'sig/client.rbs', line 4303
def last_modified_time: () -> ::Time
|
#runtime_config ⇒ Types::InferenceComponentRuntimeConfigSummary
4301 |
# File 'sig/client.rbs', line 4301
def runtime_config: () -> Types::InferenceComponentRuntimeConfigSummary
|
#specification ⇒ Types::InferenceComponentSpecificationSummary
4299 |
# File 'sig/client.rbs', line 4299
def specification: () -> Types::InferenceComponentSpecificationSummary
|
#specifications ⇒ ::Array[Types::InferenceComponentSpecificationSummary]
4300 |
# File 'sig/client.rbs', line 4300
def specifications: () -> ::Array[Types::InferenceComponentSpecificationSummary]
|
#variant_name ⇒ ::String
4297 |
# File 'sig/client.rbs', line 4297
def variant_name: () -> ::String
|