Module: Aws::SageMaker::Client::_DescribeModelResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeModelOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #containers ⇒ ::Array[Types::ContainerDefinition]
- #creation_time ⇒ ::Time
- #deployment_recommendation ⇒ Types::DeploymentRecommendation
- #enable_network_isolation ⇒ Boolean
- #execution_role_arn ⇒ ::String
- #inference_execution_config ⇒ Types::InferenceExecutionConfig
- #model_arn ⇒ ::String
- #model_name ⇒ ::String
- #primary_container ⇒ Types::ContainerDefinition
- #vpc_config ⇒ Types::VpcConfig
Instance Method Details
#containers ⇒ ::Array[Types::ContainerDefinition]
4497 |
# File 'sig/client.rbs', line 4497
def containers: () -> ::Array[Types::ContainerDefinition]
|
#creation_time ⇒ ::Time
4501 |
# File 'sig/client.rbs', line 4501
def creation_time: () -> ::Time
|
#deployment_recommendation ⇒ Types::DeploymentRecommendation
4504 |
# File 'sig/client.rbs', line 4504
def deployment_recommendation: () -> Types::DeploymentRecommendation
|
#enable_network_isolation ⇒ Boolean
4503 |
# File 'sig/client.rbs', line 4503
def enable_network_isolation: () -> bool
|
#execution_role_arn ⇒ ::String
4499 |
# File 'sig/client.rbs', line 4499
def execution_role_arn: () -> ::String
|
#inference_execution_config ⇒ Types::InferenceExecutionConfig
4498 |
# File 'sig/client.rbs', line 4498
def inference_execution_config: () -> Types::InferenceExecutionConfig
|
#model_arn ⇒ ::String
4502 |
# File 'sig/client.rbs', line 4502
def model_arn: () -> ::String
|
#model_name ⇒ ::String
4495 |
# File 'sig/client.rbs', line 4495
def model_name: () -> ::String
|
#primary_container ⇒ Types::ContainerDefinition
4496 |
# File 'sig/client.rbs', line 4496
def primary_container: () -> Types::ContainerDefinition
|
#vpc_config ⇒ Types::VpcConfig
4500 |
# File 'sig/client.rbs', line 4500
def vpc_config: () -> Types::VpcConfig
|