Class: Aws::Types::AutoMLContainerDefinition

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

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

Returns the value of attribute environment.

Returns:

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


629
630
631
# File 'sig/types.rbs', line 629

def environment
  @environment
end

#image::String

Returns the value of attribute image.

Returns:

  • (::String)


627
628
629
# File 'sig/types.rbs', line 627

def image
  @image
end

#model_data_url::String

Returns the value of attribute model_data_url.

Returns:

  • (::String)


628
629
630
# File 'sig/types.rbs', line 628

def model_data_url
  @model_data_url
end