EvaluationResult
public struct EvaluationResult : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The Amazon Resource Name (ARN) of the algorithm that was evaluated.
Declaration
Swift
public let algorithmArn: String? -
The array of test windows used for evaluating the algorithm. The NumberOfBacktestWindows from the EvaluationParameters object determines the number of windows in the array.
Declaration
Swift
public let testWindows: [WindowSummary]? -
Undocumented
Declaration
Swift
public init(algorithmArn: String? = nil, testWindows: [WindowSummary]? = nil)
View on GitHub
EvaluationResult Structure Reference