BatchPredictionJob_OutputInfo constructor

BatchPredictionJob_OutputInfo({
  1. String? gcsOutputDirectory,
  2. String? bigqueryOutputDataset,
  3. String bigqueryOutputTable = '',
})

Implementation

BatchPredictionJob_OutputInfo({
  this.gcsOutputDirectory,
  this.bigqueryOutputDataset,
  this.bigqueryOutputTable = '',
}) : super(fullyQualifiedName);