EvaluationResult class
The results of evaluating an algorithm. Returned as part of the GetAccuracyMetrics response.
Constructors
-
EvaluationResult({String? algorithmArn, List<
WindowSummary> ? testWindows}) -
EvaluationResult.fromJson(Map<
String, dynamic> json) -
factory
Properties
- algorithmArn → String?
-
The Amazon Resource Name (ARN) of the algorithm that was evaluated.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
testWindows
→ List<
WindowSummary> ? -
The array of test windows used for evaluating the algorithm. The
NumberOfBacktestWindows
from the EvaluationParameters object determines the number of windows in the array.final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited