Class: Aws::Types::InferenceComponentContainerSpecificationSummary
- Inherits:
-
Object
- Object
- Aws::Types::InferenceComponentContainerSpecificationSummary
- 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.
-
#deployed_image ⇒ Types::DeployedImage
Returns the value of attribute deployed_image.
-
#environment ⇒ ::Hash[::String, ::String]
Returns the value of attribute environment.
Instance Attribute Details
#artifact_url ⇒ ::String
Returns the value of attribute artifact_url.
6550 6551 6552 |
# File 'sig/types.rbs', line 6550 def artifact_url @artifact_url end |
#container_metrics_config ⇒ Types::ContainerMetricsConfig
Returns the value of attribute container_metrics_config.
6552 6553 6554 |
# File 'sig/types.rbs', line 6552 def container_metrics_config @container_metrics_config end |
#deployed_image ⇒ Types::DeployedImage
Returns the value of attribute deployed_image.
6549 6550 6551 |
# File 'sig/types.rbs', line 6549 def deployed_image @deployed_image end |
#environment ⇒ ::Hash[::String, ::String]
Returns the value of attribute environment.
6551 6552 6553 |
# File 'sig/types.rbs', line 6551 def environment @environment end |