PredictorExecution

public struct PredictorExecution : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The ARN of the algorithm used to test the predictor.

    Declaration

    Swift

    public let algorithmArn: String?
  • An array of test windows used to evaluate the algorithm. The NumberOfBacktestWindows from the object determines the number of windows in the array.

    Declaration

    Swift

    public let testWindows: [TestWindowSummary]?
  • Undocumented

    Declaration

    Swift

    public init(algorithmArn: String? = nil, testWindows: [TestWindowSummary]? = nil)