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


665
666
667
# File 'sig/types.rbs', line 665

def channel_type
  @channel_type
end

#compression_type"None", "Gzip"

Returns the value of attribute compression_type.

Returns:

  • ("None", "Gzip")


667
668
669
# File 'sig/types.rbs', line 667

def compression_type
  @compression_type
end

#content_type::String

Returns the value of attribute content_type.

Returns:

  • (::String)


666
667
668
# File 'sig/types.rbs', line 666

def content_type
  @content_type
end

#data_sourceTypes::AutoMLDataSource

Returns the value of attribute data_source.



668
669
670
# File 'sig/types.rbs', line 668

def data_source
  @data_source
end