Class: Aws::Types::AutoMLChannel

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


631
632
633
# File 'sig/types.rbs', line 631

def channel_type
  @channel_type
end

#compression_type"None", "Gzip"

Returns the value of attribute compression_type.

Returns:

  • ("None", "Gzip")


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

def compression_type
  @compression_type
end

#content_type::String

Returns the value of attribute content_type.

Returns:

  • (::String)


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

def content_type
  @content_type
end

#data_sourceTypes::AutoMLDataSource

Returns the value of attribute data_source.



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

def data_source
  @data_source
end

#sample_weight_attribute_name::String

Returns the value of attribute sample_weight_attribute_name.

Returns:

  • (::String)


632
633
634
# File 'sig/types.rbs', line 632

def sample_weight_attribute_name
  @sample_weight_attribute_name
end

#target_attribute_name::String

Returns the value of attribute target_attribute_name.

Returns:

  • (::String)


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

def target_attribute_name
  @target_attribute_name
end