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.
8765 8766 8767 |
# File 'sig/types.rbs', line 8765 def containers @containers end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
8769 8770 8771 |
# File 'sig/types.rbs', line 8769 def creation_time @creation_time end |
#deployment_recommendation ⇒ Types::DeploymentRecommendation
Returns the value of attribute deployment_recommendation.
8773 8774 8775 |
# File 'sig/types.rbs', line 8773 def deployment_recommendation @deployment_recommendation end |
#enable_network_isolation ⇒ Boolean
Returns the value of attribute enable_network_isolation.
8771 8772 8773 |
# File 'sig/types.rbs', line 8771 def enable_network_isolation @enable_network_isolation end |
#execution_role_arn ⇒ ::String
Returns the value of attribute execution_role_arn.
8767 8768 8769 |
# File 'sig/types.rbs', line 8767 def execution_role_arn @execution_role_arn end |
#inference_execution_config ⇒ Types::InferenceExecutionConfig
Returns the value of attribute inference_execution_config.
8766 8767 8768 |
# File 'sig/types.rbs', line 8766 def inference_execution_config @inference_execution_config end |
#model_arn ⇒ ::String
Returns the value of attribute model_arn.
8770 8771 8772 |
# File 'sig/types.rbs', line 8770 def model_arn @model_arn end |
#model_name ⇒ ::String
Returns the value of attribute model_name.
8763 8764 8765 |
# File 'sig/types.rbs', line 8763 def model_name @model_name end |
#primary_container ⇒ Types::ContainerDefinition
Returns the value of attribute primary_container.
8764 8765 8766 |
# File 'sig/types.rbs', line 8764 def primary_container @primary_container end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
8772 8773 8774 |
# File 'sig/types.rbs', line 8772 def @tags end |
#vpc_config ⇒ Types::VpcConfig
Returns the value of attribute vpc_config.
8768 8769 8770 |
# File 'sig/types.rbs', line 8768 def vpc_config @vpc_config end |