Class: Aws::Types::ContainerDefinition
- Inherits:
-
Object
- Object
- Aws::Types::ContainerDefinition
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#additional_model_data_sources ⇒ ::Array[Types::AdditionalModelDataSource]
Returns the value of attribute additional_model_data_sources.
-
#container_hostname ⇒ ::String
Returns the value of attribute container_hostname.
-
#container_metrics_config ⇒ Types::ContainerMetricsConfig
Returns the value of attribute container_metrics_config.
-
#environment ⇒ ::Hash[::String, ::String]
Returns the value of attribute environment.
-
#image ⇒ ::String
Returns the value of attribute image.
-
#image_config ⇒ Types::ImageConfig
Returns the value of attribute image_config.
-
#inference_specification_name ⇒ ::String
Returns the value of attribute inference_specification_name.
-
#mode ⇒ "SingleModel", "MultiModel"
Returns the value of attribute mode.
-
#model_data_source ⇒ Types::ModelDataSource
Returns the value of attribute model_data_source.
-
#model_data_url ⇒ ::String
Returns the value of attribute model_data_url.
-
#model_package_name ⇒ ::String
Returns the value of attribute model_package_name.
-
#multi_model_config ⇒ Types::MultiModelConfig
Returns the value of attribute multi_model_config.
Instance Attribute Details
#additional_model_data_sources ⇒ ::Array[Types::AdditionalModelDataSource]
Returns the value of attribute additional_model_data_sources.
1764 1765 1766 |
# File 'sig/types.rbs', line 1764 def additional_model_data_sources @additional_model_data_sources end |
#container_hostname ⇒ ::String
Returns the value of attribute container_hostname.
1758 1759 1760 |
# File 'sig/types.rbs', line 1758 def container_hostname @container_hostname end |
#container_metrics_config ⇒ Types::ContainerMetricsConfig
Returns the value of attribute container_metrics_config.
1769 1770 1771 |
# File 'sig/types.rbs', line 1769 def container_metrics_config @container_metrics_config end |
#environment ⇒ ::Hash[::String, ::String]
Returns the value of attribute environment.
1765 1766 1767 |
# File 'sig/types.rbs', line 1765 def environment @environment end |
#image ⇒ ::String
Returns the value of attribute image.
1759 1760 1761 |
# File 'sig/types.rbs', line 1759 def image @image end |
#image_config ⇒ Types::ImageConfig
Returns the value of attribute image_config.
1760 1761 1762 |
# File 'sig/types.rbs', line 1760 def image_config @image_config end |
#inference_specification_name ⇒ ::String
Returns the value of attribute inference_specification_name.
1767 1768 1769 |
# File 'sig/types.rbs', line 1767 def inference_specification_name @inference_specification_name end |
#mode ⇒ "SingleModel", "MultiModel"
Returns the value of attribute mode.
1761 1762 1763 |
# File 'sig/types.rbs', line 1761 def mode @mode end |
#model_data_source ⇒ Types::ModelDataSource
Returns the value of attribute model_data_source.
1763 1764 1765 |
# File 'sig/types.rbs', line 1763 def model_data_source @model_data_source end |
#model_data_url ⇒ ::String
Returns the value of attribute model_data_url.
1762 1763 1764 |
# File 'sig/types.rbs', line 1762 def model_data_url @model_data_url end |
#model_package_name ⇒ ::String
Returns the value of attribute model_package_name.
1766 1767 1768 |
# File 'sig/types.rbs', line 1766 def model_package_name @model_package_name end |
#multi_model_config ⇒ Types::MultiModelConfig
Returns the value of attribute multi_model_config.
1768 1769 1770 |
# File 'sig/types.rbs', line 1768 def multi_model_config @multi_model_config end |