EvaluationResult constructor

EvaluationResult({
  1. String? algorithmArn,
  2. List<WindowSummary>? testWindows,
})

Implementation

EvaluationResult({
  this.algorithmArn,
  this.testWindows,
});