GoogleCloudAiplatformV1ExamplesExampleGcsSource constructor

GoogleCloudAiplatformV1ExamplesExampleGcsSource({
  1. String? dataFormat,
  2. GoogleCloudAiplatformV1GcsSource? gcsSource,
})

Implementation

GoogleCloudAiplatformV1ExamplesExampleGcsSource({
  this.dataFormat,
  this.gcsSource,
});