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.
2562 2563 2564 |
# File 'sig/types.rbs', line 2562 def containers @containers end |
#enable_network_isolation ⇒ Boolean
Returns the value of attribute enable_network_isolation.
2567 2568 2569 |
# File 'sig/types.rbs', line 2567 def enable_network_isolation @enable_network_isolation end |
#execution_role_arn ⇒ ::String
Returns the value of attribute execution_role_arn.
2564 2565 2566 |
# File 'sig/types.rbs', line 2564 def execution_role_arn @execution_role_arn end |
#inference_execution_config ⇒ Types::InferenceExecutionConfig
Returns the value of attribute inference_execution_config.
2563 2564 2565 |
# File 'sig/types.rbs', line 2563 def inference_execution_config @inference_execution_config end |
#model_name ⇒ ::String
Returns the value of attribute model_name.
2560 2561 2562 |
# File 'sig/types.rbs', line 2560 def model_name @model_name end |
#primary_container ⇒ Types::ContainerDefinition
Returns the value of attribute primary_container.
2561 2562 2563 |
# File 'sig/types.rbs', line 2561 def primary_container @primary_container end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
2565 2566 2567 |
# File 'sig/types.rbs', line 2565 def @tags end |
#vpc_config ⇒ Types::VpcConfig
Returns the value of attribute vpc_config.
2566 2567 2568 |
# File 'sig/types.rbs', line 2566 def vpc_config @vpc_config end |