Class: Aws::Types::AutoMLChannel
- Inherits:
-
Object
- Object
- Aws::Types::AutoMLChannel
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#channel_type ⇒ "training", "validation"
Returns the value of attribute channel_type.
-
#compression_type ⇒ "None", "Gzip"
Returns the value of attribute compression_type.
-
#content_type ⇒ ::String
Returns the value of attribute content_type.
-
#data_source ⇒ Types::AutoMLDataSource
Returns the value of attribute data_source.
-
#sample_weight_attribute_name ⇒ ::String
Returns the value of attribute sample_weight_attribute_name.
-
#target_attribute_name ⇒ ::String
Returns the value of attribute target_attribute_name.
Instance Attribute Details
#channel_type ⇒ "training", "validation"
Returns the value of attribute channel_type.
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.
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.
615 616 617 |
# File 'sig/types.rbs', line 615 def content_type @content_type end |
#data_source ⇒ Types::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.
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.
614 615 616 |
# File 'sig/types.rbs', line 614 def target_attribute_name @target_attribute_name end |