GoogleCloudAiplatformV1BatchPredictionJobOutputConfig constructor

GoogleCloudAiplatformV1BatchPredictionJobOutputConfig({
  1. GoogleCloudAiplatformV1BigQueryDestination? bigqueryDestination,
  2. GoogleCloudAiplatformV1GcsDestination? gcsDestination,
  3. String? predictionsFormat,
})

Implementation

GoogleCloudAiplatformV1BatchPredictionJobOutputConfig({
  this.bigqueryDestination,
  this.gcsDestination,
  this.predictionsFormat,
});