Class: Aws::Types::Forecast
- Inherits:
-
Object
- Object
- Aws::Types::Forecast
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#predictions ⇒ ::Hash[::String, ::Array[Types::DataPoint]]
Returns the value of attribute predictions.
Instance Attribute Details
#predictions ⇒ ::Hash[::String, ::Array[Types::DataPoint]]
Returns the value of attribute predictions.
18 19 20 |
# File 'sig/types.rbs', line 18 def predictions @predictions end |