Class: Aws::Types::InferenceComponentContainerSpecificationSummary

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#artifact_url::String

Returns the value of attribute artifact_url.

Returns:

  • (::String)


6550
6551
6552
# File 'sig/types.rbs', line 6550

def artifact_url
  @artifact_url
end

#container_metrics_configTypes::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_imageTypes::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.

Returns:

  • (::Hash[::String, ::String])


6551
6552
6553
# File 'sig/types.rbs', line 6551

def environment
  @environment
end