PredictorExecution class
The algorithm used to perform a backtest and the status of those tests.
Constructors
-
PredictorExecution({String? algorithmArn, List<
TestWindowSummary> ? testWindows}) -
PredictorExecution.fromJson(Map<
String, dynamic> json) -
factory
Properties
- algorithmArn → String?
-
The ARN of the algorithm used to test the predictor.
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<
TestWindowSummary> ? -
An array of test windows used to evaluate the algorithm. The
NumberOfBacktestWindows
from the 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