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.
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.
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.
630 631 632 |
# File 'sig/types.rbs', line 630 def content_type @content_type end |
#data_source ⇒ Types::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.
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.
629 630 631 |
# File 'sig/types.rbs', line 629 def target_attribute_name @target_attribute_name end |