DescribeBatchPredictionsOutput constructor
DescribeBatchPredictionsOutput({
- String? nextToken,
- List<
BatchPrediction> ? results,
Implementation
DescribeBatchPredictionsOutput({
this.nextToken,
this.results,
});