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])


644
645
646
# File 'sig/types.rbs', line 644

def environment
  @environment
end

#image::String

Returns the value of attribute image.

Returns:

  • (::String)


642
643
644
# File 'sig/types.rbs', line 642

def image
  @image
end

#model_data_url::String

Returns the value of attribute model_data_url.

Returns:

  • (::String)


643
644
645
# File 'sig/types.rbs', line 643

def model_data_url
  @model_data_url
end