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.
665 666 667 |
# File 'sig/types.rbs', line 665 def channel_type @channel_type end |
#compression_type ⇒ "None", "Gzip"
Returns the value of attribute compression_type.
667 668 669 |
# File 'sig/types.rbs', line 667 def compression_type @compression_type end |
#content_type ⇒ ::String
Returns the value of attribute content_type.
666 667 668 |
# File 'sig/types.rbs', line 666 def content_type @content_type end |
#data_source ⇒ Types::AutoMLDataSource
Returns the value of attribute data_source.
668 669 670 |
# File 'sig/types.rbs', line 668 def data_source @data_source end |