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.
4796 4797 4798 |
# File 'sig/types.rbs', line 4796 def containers @containers end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
4800 4801 4802 |
# File 'sig/types.rbs', line 4800 def creation_time @creation_time end |
#deployment_recommendation ⇒ Types::DeploymentRecommendation
Returns the value of attribute deployment_recommendation.
4803 4804 4805 |
# File 'sig/types.rbs', line 4803 def deployment_recommendation @deployment_recommendation end |
#enable_network_isolation ⇒ Boolean
Returns the value of attribute enable_network_isolation.
4802 4803 4804 |
# File 'sig/types.rbs', line 4802 def enable_network_isolation @enable_network_isolation end |
#execution_role_arn ⇒ ::String
Returns the value of attribute execution_role_arn.
4798 4799 4800 |
# File 'sig/types.rbs', line 4798 def execution_role_arn @execution_role_arn end |
#inference_execution_config ⇒ Types::InferenceExecutionConfig
Returns the value of attribute inference_execution_config.
4797 4798 4799 |
# File 'sig/types.rbs', line 4797 def inference_execution_config @inference_execution_config end |
#model_arn ⇒ ::String
Returns the value of attribute model_arn.
4801 4802 4803 |
# File 'sig/types.rbs', line 4801 def model_arn @model_arn end |
#model_name ⇒ ::String
Returns the value of attribute model_name.
4794 4795 4796 |
# File 'sig/types.rbs', line 4794 def model_name @model_name end |
#primary_container ⇒ Types::ContainerDefinition
Returns the value of attribute primary_container.
4795 4796 4797 |
# File 'sig/types.rbs', line 4795 def primary_container @primary_container end |
#vpc_config ⇒ Types::VpcConfig
Returns the value of attribute vpc_config.
4799 4800 4801 |
# File 'sig/types.rbs', line 4799 def vpc_config @vpc_config end |