EvaluationResult constructor
EvaluationResult({
- String? algorithmArn,
- List<
WindowSummary> ? testWindows,
Implementation
EvaluationResult({
this.algorithmArn,
this.testWindows,
});