Class: Aws::Types::DescribeModelOutput
- Inherits:
-
Object
- Object
- Aws::Types::DescribeModelOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#containers ⇒ ::Array[Types::ContainerDefinition]
Returns the value of attribute containers.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#deployment_recommendation ⇒ Types::DeploymentRecommendation
Returns the value of attribute deployment_recommendation.
-
#enable_network_isolation ⇒ Boolean
Returns the value of attribute enable_network_isolation.
-
#execution_role_arn ⇒ ::String
Returns the value of attribute execution_role_arn.
-
#inference_execution_config ⇒ Types::InferenceExecutionConfig
Returns the value of attribute inference_execution_config.
-
#model_arn ⇒ ::String
Returns the value of attribute model_arn.
-
#model_name ⇒ ::String
Returns the value of attribute model_name.
-
#primary_container ⇒ Types::ContainerDefinition
Returns the value of attribute primary_container.
-
#vpc_config ⇒ Types::VpcConfig
Returns the value of attribute vpc_config.
Instance Attribute Details
#containers ⇒ ::Array[Types::ContainerDefinition]
Returns the value of attribute containers.
4778 4779 4780 |
# File 'sig/types.rbs', line 4778 def containers @containers end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
4782 4783 4784 |
# File 'sig/types.rbs', line 4782 def creation_time @creation_time end |
#deployment_recommendation ⇒ Types::DeploymentRecommendation
Returns the value of attribute deployment_recommendation.
4785 4786 4787 |
# File 'sig/types.rbs', line 4785 def deployment_recommendation @deployment_recommendation end |
#enable_network_isolation ⇒ Boolean
Returns the value of attribute enable_network_isolation.
4784 4785 4786 |
# File 'sig/types.rbs', line 4784 def enable_network_isolation @enable_network_isolation end |
#execution_role_arn ⇒ ::String
Returns the value of attribute execution_role_arn.
4780 4781 4782 |
# File 'sig/types.rbs', line 4780 def execution_role_arn @execution_role_arn end |
#inference_execution_config ⇒ Types::InferenceExecutionConfig
Returns the value of attribute inference_execution_config.
4779 4780 4781 |
# File 'sig/types.rbs', line 4779 def inference_execution_config @inference_execution_config end |
#model_arn ⇒ ::String
Returns the value of attribute model_arn.
4783 4784 4785 |
# File 'sig/types.rbs', line 4783 def model_arn @model_arn end |
#model_name ⇒ ::String
Returns the value of attribute model_name.
4776 4777 4778 |
# File 'sig/types.rbs', line 4776 def model_name @model_name end |
#primary_container ⇒ Types::ContainerDefinition
Returns the value of attribute primary_container.
4777 4778 4779 |
# File 'sig/types.rbs', line 4777 def primary_container @primary_container end |
#vpc_config ⇒ Types::VpcConfig
Returns the value of attribute vpc_config.
4781 4782 4783 |
# File 'sig/types.rbs', line 4781 def vpc_config @vpc_config end |