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.
6535 6536 6537 |
# File 'sig/types.rbs', line 6535 def artifact_url @artifact_url end |
#container_metrics_config ⇒ Types::ContainerMetricsConfig
Returns the value of attribute container_metrics_config.
6537 6538 6539 |
# File 'sig/types.rbs', line 6537 def container_metrics_config @container_metrics_config end |
#deployed_image ⇒ Types::DeployedImage
Returns the value of attribute deployed_image.
6534 6535 6536 |
# File 'sig/types.rbs', line 6534 def deployed_image @deployed_image end |
#environment ⇒ ::Hash[::String, ::String]
Returns the value of attribute environment.
6536 6537 6538 |
# File 'sig/types.rbs', line 6536 def environment @environment end |