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)


6535
6536
6537
# File 'sig/types.rbs', line 6535

def artifact_url
  @artifact_url
end

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

Returns:

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


6536
6537
6538
# File 'sig/types.rbs', line 6536

def environment
  @environment
end