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.
1779 1780 1781 |
# File 'sig/types.rbs', line 1779 def additional_model_data_sources @additional_model_data_sources end |
#container_hostname ⇒ ::String
Returns the value of attribute container_hostname.
1773 1774 1775 |
# File 'sig/types.rbs', line 1773 def container_hostname @container_hostname end |
#container_metrics_config ⇒ Types::ContainerMetricsConfig
Returns the value of attribute container_metrics_config.
1784 1785 1786 |
# File 'sig/types.rbs', line 1784 def container_metrics_config @container_metrics_config end |
#environment ⇒ ::Hash[::String, ::String]
Returns the value of attribute environment.
1780 1781 1782 |
# File 'sig/types.rbs', line 1780 def environment @environment end |
#image ⇒ ::String
Returns the value of attribute image.
1774 1775 1776 |
# File 'sig/types.rbs', line 1774 def image @image end |
#image_config ⇒ Types::ImageConfig
Returns the value of attribute image_config.
1775 1776 1777 |
# File 'sig/types.rbs', line 1775 def image_config @image_config end |
#inference_specification_name ⇒ ::String
Returns the value of attribute inference_specification_name.
1782 1783 1784 |
# File 'sig/types.rbs', line 1782 def inference_specification_name @inference_specification_name end |
#mode ⇒ "SingleModel", "MultiModel"
Returns the value of attribute mode.
1776 1777 1778 |
# File 'sig/types.rbs', line 1776 def mode @mode end |
#model_data_source ⇒ Types::ModelDataSource
Returns the value of attribute model_data_source.
1778 1779 1780 |
# File 'sig/types.rbs', line 1778 def model_data_source @model_data_source end |
#model_data_url ⇒ ::String
Returns the value of attribute model_data_url.
1777 1778 1779 |
# File 'sig/types.rbs', line 1777 def model_data_url @model_data_url end |
#model_package_name ⇒ ::String
Returns the value of attribute model_package_name.
1781 1782 1783 |
# File 'sig/types.rbs', line 1781 def model_package_name @model_package_name end |
#multi_model_config ⇒ Types::MultiModelConfig
Returns the value of attribute multi_model_config.
1783 1784 1785 |
# File 'sig/types.rbs', line 1783 def multi_model_config @multi_model_config end |