DescribeBatchPredictionsOutput constructor

DescribeBatchPredictionsOutput({
  1. String? nextToken,
  2. List<BatchPrediction>? results,
})

Implementation

DescribeBatchPredictionsOutput({
  this.nextToken,
  this.results,
});