Class: Aws::Types::InferenceComponentContainerSpecification
- Inherits:
-
Object
- Object
- Aws::Types::InferenceComponentContainerSpecification
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#artifact_url ⇒ ::String
Returns the value of attribute artifact_url.
-
#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.
Instance Attribute Details
#artifact_url ⇒ ::String
Returns the value of attribute artifact_url.
6582 6583 6584 |
# File 'sig/types.rbs', line 6582 def artifact_url @artifact_url end |
#container_metrics_config ⇒ Types::ContainerMetricsConfig
Returns the value of attribute container_metrics_config.
6584 6585 6586 |
# File 'sig/types.rbs', line 6584 def container_metrics_config @container_metrics_config end |
#environment ⇒ ::Hash[::String, ::String]
Returns the value of attribute environment.
6583 6584 6585 |
# File 'sig/types.rbs', line 6583 def environment @environment end |
#image ⇒ ::String
Returns the value of attribute image.
6581 6582 6583 |
# File 'sig/types.rbs', line 6581 def image @image end |