PredictorExecution constructor

PredictorExecution({
  1. String? algorithmArn,
  2. List<TestWindowSummary>? testWindows,
})

Implementation

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