UpdateBatchPredictionOutput constructor

UpdateBatchPredictionOutput({
  1. String? batchPredictionId,
})

Implementation

UpdateBatchPredictionOutput({
  this.batchPredictionId,
});