Class: Aws::Types::InferenceComponentContainerSpecification

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)


6527
6528
6529
# File 'sig/types.rbs', line 6527

def artifact_url
  @artifact_url
end

#container_metrics_configTypes::ContainerMetricsConfig

Returns the value of attribute container_metrics_config.



6529
6530
6531
# File 'sig/types.rbs', line 6529

def container_metrics_config
  @container_metrics_config
end

#environment::Hash[::String, ::String]

Returns the value of attribute environment.

Returns:

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


6528
6529
6530
# File 'sig/types.rbs', line 6528

def environment
  @environment
end

#image::String

Returns the value of attribute image.

Returns:

  • (::String)


6526
6527
6528
# File 'sig/types.rbs', line 6526

def image
  @image
end