GoogleCloudAiplatformV1ImportDataConfig constructor

GoogleCloudAiplatformV1ImportDataConfig({
  1. Map<String, String>? annotationLabels,
  2. Map<String, String>? dataItemLabels,
  3. GoogleCloudAiplatformV1GcsSource? gcsSource,
  4. String? importSchemaUri,
})

Implementation

GoogleCloudAiplatformV1ImportDataConfig({
  this.annotationLabels,
  this.dataItemLabels,
  this.gcsSource,
  this.importSchemaUri,
});