Class: Aws::Types::CreateModelInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateModelInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#containers ⇒ ::Array[Types::ContainerDefinition]
Returns the value of attribute containers.
-
#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_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.
2546 2547 2548 |
# File 'sig/types.rbs', line 2546 def containers @containers end |
#enable_network_isolation ⇒ Boolean
Returns the value of attribute enable_network_isolation.
2551 2552 2553 |
# File 'sig/types.rbs', line 2551 def enable_network_isolation @enable_network_isolation end |
#execution_role_arn ⇒ ::String
Returns the value of attribute execution_role_arn.
2548 2549 2550 |
# File 'sig/types.rbs', line 2548 def execution_role_arn @execution_role_arn end |
#inference_execution_config ⇒ Types::InferenceExecutionConfig
Returns the value of attribute inference_execution_config.
2547 2548 2549 |
# File 'sig/types.rbs', line 2547 def inference_execution_config @inference_execution_config end |
#model_name ⇒ ::String
Returns the value of attribute model_name.
2544 2545 2546 |
# File 'sig/types.rbs', line 2544 def model_name @model_name end |
#primary_container ⇒ Types::ContainerDefinition
Returns the value of attribute primary_container.
2545 2546 2547 |
# File 'sig/types.rbs', line 2545 def primary_container @primary_container end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
2549 2550 2551 |
# File 'sig/types.rbs', line 2549 def @tags end |
#vpc_config ⇒ Types::VpcConfig
Returns the value of attribute vpc_config.
2550 2551 2552 |
# File 'sig/types.rbs', line 2550 def vpc_config @vpc_config end |