GoogleCloudAiplatformV1BatchPredictionJobOutputInfo constructor

GoogleCloudAiplatformV1BatchPredictionJobOutputInfo({
  1. String? bigqueryOutputDataset,
  2. String? bigqueryOutputTable,
  3. String? gcsOutputDirectory,
})

Implementation

GoogleCloudAiplatformV1BatchPredictionJobOutputInfo({
  this.bigqueryOutputDataset,
  this.bigqueryOutputTable,
  this.gcsOutputDirectory,
});