GoogleCloudAiplatformV1DatasetVersion constructor

GoogleCloudAiplatformV1DatasetVersion({
  1. String? bigQueryDatasetName,
  2. String? createTime,
  3. String? displayName,
  4. String? etag,
  5. Object? metadata,
  6. String? name,
  7. String? updateTime,
})

Implementation

GoogleCloudAiplatformV1DatasetVersion({
  this.bigQueryDatasetName,
  this.createTime,
  this.displayName,
  this.etag,
  this.metadata,
  this.name,
  this.updateTime,
});