Forecast
public struct Forecast : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The forecast. The string of the string-to-array map is one of the following values: p10 p50 p90
Declaration
Swift
public let predictions: [String : [DataPoint]]?
-
Undocumented
Declaration
Swift
public init(predictions: [String : [DataPoint]]? = nil)