WindowSummary
public struct WindowSummary : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The type of evaluation. SUMMARY - The average metrics across all windows. COMPUTED - The metrics for the specified window.
Declaration
Swift
public let evaluationType: EvaluationType? -
The number of data points within the window.
Declaration
Swift
public let itemCount: Int? -
Provides metrics used to evaluate the performance of a predictor.
Declaration
Swift
public let metrics: Metrics? -
The timestamp that defines the end of the window.
Declaration
Swift
public let testWindowEnd: TimeStamp? -
The timestamp that defines the start of the window.
Declaration
Swift
public let testWindowStart: TimeStamp? -
Undocumented
Declaration
Swift
public init(evaluationType: EvaluationType? = nil, itemCount: Int? = nil, metrics: Metrics? = nil, testWindowEnd: TimeStamp? = nil, testWindowStart: TimeStamp? = nil)
View on GitHub
WindowSummary Structure Reference