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


616
617
618
# File 'sig/types.rbs', line 616

def channel_type
  @channel_type
end

#compression_type"None", "Gzip"

Returns the value of attribute compression_type.

Returns:

  • ("None", "Gzip")


613
614
615
# File 'sig/types.rbs', line 613

def compression_type
  @compression_type
end

#content_type::String

Returns the value of attribute content_type.

Returns:

  • (::String)


615
616
617
# File 'sig/types.rbs', line 615

def content_type
  @content_type
end

#data_sourceTypes::AutoMLDataSource

Returns the value of attribute data_source.



612
613
614
# File 'sig/types.rbs', line 612

def data_source
  @data_source
end

#sample_weight_attribute_name::String

Returns the value of attribute sample_weight_attribute_name.

Returns:

  • (::String)


617
618
619
# File 'sig/types.rbs', line 617

def sample_weight_attribute_name
  @sample_weight_attribute_name
end

#target_attribute_name::String

Returns the value of attribute target_attribute_name.

Returns:

  • (::String)


614
615
616
# File 'sig/types.rbs', line 614

def target_attribute_name
  @target_attribute_name
end