Class: Aws::Types::TrainingDataResult
- Inherits:
-
Object
- Object
- Aws::Types::TrainingDataResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#input ⇒ Types::TrainingData
Returns the value of attribute input.
-
#output ⇒ Types::TrainingData
Returns the value of attribute output.
-
#validation ⇒ Types::ValidationData
Returns the value of attribute validation.
Instance Attribute Details
#input ⇒ Types::TrainingData
Returns the value of attribute input.
2046 2047 2048 |
# File 'sig/types.rbs', line 2046 def input @input end |
#output ⇒ Types::TrainingData
Returns the value of attribute output.
2047 2048 2049 |
# File 'sig/types.rbs', line 2047 def output @output end |
#validation ⇒ Types::ValidationData
Returns the value of attribute validation.
2048 2049 2050 |
# File 'sig/types.rbs', line 2048 def validation @validation end |