Class: Aws::Types::Model
- Inherits:
-
Object
- Object
- Aws::Types::Model
- 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.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#vpc_config ⇒ Types::VpcConfig
Returns the value of attribute vpc_config.
Instance Attribute Details
#containers ⇒ ::Array[Types::ContainerDefinition]
Returns the value of attribute containers.
8780 8781 8782 |
# File 'sig/types.rbs', line 8780 def containers @containers end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
8784 8785 8786 |
# File 'sig/types.rbs', line 8784 def creation_time @creation_time end |
#deployment_recommendation ⇒ Types::DeploymentRecommendation
Returns the value of attribute deployment_recommendation.
8788 8789 8790 |
# File 'sig/types.rbs', line 8788 def deployment_recommendation @deployment_recommendation end |
#enable_network_isolation ⇒ Boolean
Returns the value of attribute enable_network_isolation.
8786 8787 8788 |
# File 'sig/types.rbs', line 8786 def enable_network_isolation @enable_network_isolation end |
#execution_role_arn ⇒ ::String
Returns the value of attribute execution_role_arn.
8782 8783 8784 |
# File 'sig/types.rbs', line 8782 def execution_role_arn @execution_role_arn end |
#inference_execution_config ⇒ Types::InferenceExecutionConfig
Returns the value of attribute inference_execution_config.
8781 8782 8783 |
# File 'sig/types.rbs', line 8781 def inference_execution_config @inference_execution_config end |
#model_arn ⇒ ::String
Returns the value of attribute model_arn.
8785 8786 8787 |
# File 'sig/types.rbs', line 8785 def model_arn @model_arn end |
#model_name ⇒ ::String
Returns the value of attribute model_name.
8778 8779 8780 |
# File 'sig/types.rbs', line 8778 def model_name @model_name end |
#primary_container ⇒ Types::ContainerDefinition
Returns the value of attribute primary_container.
8779 8780 8781 |
# File 'sig/types.rbs', line 8779 def primary_container @primary_container end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
8787 8788 8789 |
# File 'sig/types.rbs', line 8787 def @tags end |
#vpc_config ⇒ Types::VpcConfig
Returns the value of attribute vpc_config.
8783 8784 8785 |
# File 'sig/types.rbs', line 8783 def vpc_config @vpc_config end |