DeleteBatchPredictionOutput constructor

DeleteBatchPredictionOutput({
  1. String? batchPredictionId,
})

Implementation

DeleteBatchPredictionOutput({
  this.batchPredictionId,
});