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.
6542 6543 6544 |
# File 'sig/types.rbs', line 6542 def artifact_url @artifact_url end |
#container_metrics_config ⇒ Types::ContainerMetricsConfig
Returns the value of attribute container_metrics_config.
6544 6545 6546 |
# File 'sig/types.rbs', line 6544 def container_metrics_config @container_metrics_config end |
#environment ⇒ ::Hash[::String, ::String]
Returns the value of attribute environment.
6543 6544 6545 |
# File 'sig/types.rbs', line 6543 def environment @environment end |
#image ⇒ ::String
Returns the value of attribute image.
6541 6542 6543 |
# File 'sig/types.rbs', line 6541 def image @image end |