Class: Aws::Types::OutputChannelMapping
- Inherits:
-
Object
- Object
- Aws::Types::OutputChannelMapping
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#input_channels ⇒ ::Array[::Integer]
Returns the value of attribute input_channels.
-
#input_channels_fine_tune ⇒ ::Array[::Float]
Returns the value of attribute input_channels_fine_tune.
Instance Attribute Details
#input_channels ⇒ ::Array[::Integer]
Returns the value of attribute input_channels.
2030 2031 2032 |
# File 'sig/types.rbs', line 2030 def input_channels @input_channels end |
#input_channels_fine_tune ⇒ ::Array[::Float]
Returns the value of attribute input_channels_fine_tune.
2031 2032 2033 |
# File 'sig/types.rbs', line 2031 def input_channels_fine_tune @input_channels_fine_tune end |