PredictorExecutionDetails
public struct PredictorExecutionDetails : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
An array of the backtests performed to evaluate the accuracy of the predictor against a particular algorithm. The NumberOfBacktestWindows from the object determines the number of windows in the array.
Declaration
Swift
public let predictorExecutions: [PredictorExecution]?
-
Undocumented
Declaration
Swift
public init(predictorExecutions: [PredictorExecution]? = nil)