Class: Aws::Types::AutoMLJobChannel
- Inherits:
-
Object
- Object
- Aws::Types::AutoMLJobChannel
- 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.
Instance Attribute Details
#channel_type ⇒ "training", "validation"
Returns the value of attribute channel_type.
650 651 652 |
# File 'sig/types.rbs', line 650 def channel_type @channel_type end |
#compression_type ⇒ "None", "Gzip"
Returns the value of attribute compression_type.
652 653 654 |
# File 'sig/types.rbs', line 652 def compression_type @compression_type end |
#content_type ⇒ ::String
Returns the value of attribute content_type.
651 652 653 |
# File 'sig/types.rbs', line 651 def content_type @content_type end |
#data_source ⇒ Types::AutoMLDataSource
Returns the value of attribute data_source.
653 654 655 |
# File 'sig/types.rbs', line 653 def data_source @data_source end |