Class: Aws::Types::ContainerDefinition

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#additional_model_data_sources::Array[Types::AdditionalModelDataSource]

Returns the value of attribute additional_model_data_sources.

Returns:



1764
1765
1766
# File 'sig/types.rbs', line 1764

def additional_model_data_sources
  @additional_model_data_sources
end

#container_hostname::String

Returns the value of attribute container_hostname.

Returns:

  • (::String)


1758
1759
1760
# File 'sig/types.rbs', line 1758

def container_hostname
  @container_hostname
end

#container_metrics_configTypes::ContainerMetricsConfig

Returns the value of attribute container_metrics_config.



1769
1770
1771
# File 'sig/types.rbs', line 1769

def container_metrics_config
  @container_metrics_config
end

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

Returns the value of attribute environment.

Returns:

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


1765
1766
1767
# File 'sig/types.rbs', line 1765

def environment
  @environment
end

#image::String

Returns the value of attribute image.

Returns:

  • (::String)


1759
1760
1761
# File 'sig/types.rbs', line 1759

def image
  @image
end

#image_configTypes::ImageConfig

Returns the value of attribute image_config.

Returns:



1760
1761
1762
# File 'sig/types.rbs', line 1760

def image_config
  @image_config
end

#inference_specification_name::String

Returns the value of attribute inference_specification_name.

Returns:

  • (::String)


1767
1768
1769
# File 'sig/types.rbs', line 1767

def inference_specification_name
  @inference_specification_name
end

#mode"SingleModel", "MultiModel"

Returns the value of attribute mode.

Returns:

  • ("SingleModel", "MultiModel")


1761
1762
1763
# File 'sig/types.rbs', line 1761

def mode
  @mode
end

#model_data_sourceTypes::ModelDataSource

Returns the value of attribute model_data_source.



1763
1764
1765
# File 'sig/types.rbs', line 1763

def model_data_source
  @model_data_source
end

#model_data_url::String

Returns the value of attribute model_data_url.

Returns:

  • (::String)


1762
1763
1764
# File 'sig/types.rbs', line 1762

def model_data_url
  @model_data_url
end

#model_package_name::String

Returns the value of attribute model_package_name.

Returns:

  • (::String)


1766
1767
1768
# File 'sig/types.rbs', line 1766

def model_package_name
  @model_package_name
end

#multi_model_configTypes::MultiModelConfig

Returns the value of attribute multi_model_config.



1768
1769
1770
# File 'sig/types.rbs', line 1768

def multi_model_config
  @multi_model_config
end