Class: Aws::Types::AutoMLJobChannel

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#channel_type"training", "validation"

Returns the value of attribute channel_type.

Returns:

  • ("training", "validation")


650
651
652
# File 'sig/types.rbs', line 650

def channel_type
  @channel_type
end

#compression_type"None", "Gzip"

Returns the value of attribute compression_type.

Returns:

  • ("None", "Gzip")


652
653
654
# File 'sig/types.rbs', line 652

def compression_type
  @compression_type
end

#content_type::String

Returns the value of attribute content_type.

Returns:

  • (::String)


651
652
653
# File 'sig/types.rbs', line 651

def content_type
  @content_type
end

#data_sourceTypes::AutoMLDataSource

Returns the value of attribute data_source.



653
654
655
# File 'sig/types.rbs', line 653

def data_source
  @data_source
end