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.
6527 6528 6529 |
# File 'sig/types.rbs', line 6527 def artifact_url @artifact_url end |
#container_metrics_config ⇒ Types::ContainerMetricsConfig
Returns the value of attribute container_metrics_config.
6529 6530 6531 |
# File 'sig/types.rbs', line 6529 def container_metrics_config @container_metrics_config end |
#environment ⇒ ::Hash[::String, ::String]
Returns the value of attribute environment.
6528 6529 6530 |
# File 'sig/types.rbs', line 6528 def environment @environment end |
#image ⇒ ::String
Returns the value of attribute image.
6526 6527 6528 |
# File 'sig/types.rbs', line 6526 def image @image end |