CreateBatchPredictionOutput constructor

CreateBatchPredictionOutput({
  1. String? batchPredictionId,
})

Implementation

CreateBatchPredictionOutput({
  this.batchPredictionId,
});