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]
4542 |
# File 'sig/client.rbs', line 4542
def containers: () -> ::Array[Types::ContainerDefinition]
|
#creation_time ⇒ ::Time
4546 |
# File 'sig/client.rbs', line 4546
def creation_time: () -> ::Time
|
#deployment_recommendation ⇒ Types::DeploymentRecommendation
4549 |
# File 'sig/client.rbs', line 4549
def deployment_recommendation: () -> Types::DeploymentRecommendation
|
#enable_network_isolation ⇒ Boolean
4548 |
# File 'sig/client.rbs', line 4548
def enable_network_isolation: () -> bool
|
#execution_role_arn ⇒ ::String
4544 |
# File 'sig/client.rbs', line 4544
def execution_role_arn: () -> ::String
|
#inference_execution_config ⇒ Types::InferenceExecutionConfig
4543 |
# File 'sig/client.rbs', line 4543
def inference_execution_config: () -> Types::InferenceExecutionConfig
|
#model_arn ⇒ ::String
4547 |
# File 'sig/client.rbs', line 4547
def model_arn: () -> ::String
|
#model_name ⇒ ::String
4540 |
# File 'sig/client.rbs', line 4540
def model_name: () -> ::String
|
#primary_container ⇒ Types::ContainerDefinition
4541 |
# File 'sig/client.rbs', line 4541
def primary_container: () -> Types::ContainerDefinition
|
#vpc_config ⇒ Types::VpcConfig
4545 |
# File 'sig/client.rbs', line 4545
def vpc_config: () -> Types::VpcConfig
|