GoogleCloudAiplatformV1BatchPredictionJobOutputConfig constructor

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

Implementation

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