GoogleCloudAiplatformV1BatchPredictionJobInputConfig constructor

GoogleCloudAiplatformV1BatchPredictionJobInputConfig({
  1. GoogleCloudAiplatformV1BigQuerySource? bigquerySource,
  2. GoogleCloudAiplatformV1GcsSource? gcsSource,
  3. String? instancesFormat,
})

Implementation

GoogleCloudAiplatformV1BatchPredictionJobInputConfig({
  this.bigquerySource,
  this.gcsSource,
  this.instancesFormat,
});