EvaluationResult

The results of evaluating an algorithm. Returned as part of the GetAccuracyMetrics response.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Amazon Resource Name (ARN) of the algorithm that was evaluated.

Link copied to clipboard

The array of test windows used for evaluating the algorithm. The NumberOfBacktestWindows from the EvaluationParameters object determines the number of windows in the array.

Functions

Link copied to clipboard
inline fun copy(block: EvaluationResult.Builder.() -> Unit = {}): EvaluationResult
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String