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
4346 |
# File 'sig/client.rbs', line 4346
def creation_time: () -> ::Time
|
#endpoint_arn ⇒ ::String
4340 |
# File 'sig/client.rbs', line 4340
def endpoint_arn: () -> ::String
|
#endpoint_name ⇒ ::String
4339 |
# File 'sig/client.rbs', line 4339
def endpoint_name: () -> ::String
|
#failure_reason ⇒ ::String
4342 |
# File 'sig/client.rbs', line 4342
def failure_reason: () -> ::String
|
#inference_component_arn ⇒ ::String
4338 |
# File 'sig/client.rbs', line 4338
def inference_component_arn: () -> ::String
|
#inference_component_name ⇒ ::String
4337 |
# File 'sig/client.rbs', line 4337
def inference_component_name: () -> ::String
|
#inference_component_status ⇒ "InService", ...
4348 |
# File 'sig/client.rbs', line 4348
def inference_component_status: () -> ("InService" | "Creating" | "Updating" | "Failed" | "Deleting")
|
#last_deployment_config ⇒ Types::InferenceComponentDeploymentConfig
4349 |
# File 'sig/client.rbs', line 4349
def last_deployment_config: () -> Types::InferenceComponentDeploymentConfig
|
#last_modified_time ⇒ ::Time
4347 |
# File 'sig/client.rbs', line 4347
def last_modified_time: () -> ::Time
|
#runtime_config ⇒ Types::InferenceComponentRuntimeConfigSummary
4345 |
# File 'sig/client.rbs', line 4345
def runtime_config: () -> Types::InferenceComponentRuntimeConfigSummary
|
#specification ⇒ Types::InferenceComponentSpecificationSummary
4343 |
# File 'sig/client.rbs', line 4343
def specification: () -> Types::InferenceComponentSpecificationSummary
|
#specifications ⇒ ::Array[Types::InferenceComponentSpecificationSummary]
4344 |
# File 'sig/client.rbs', line 4344
def specifications: () -> ::Array[Types::InferenceComponentSpecificationSummary]
|
#variant_name ⇒ ::String
4341 |
# File 'sig/client.rbs', line 4341
def variant_name: () -> ::String
|