GoogleCloudAiplatformV1FeatureGroup constructor

GoogleCloudAiplatformV1FeatureGroup({
  1. GoogleCloudAiplatformV1FeatureGroupBigQuery? bigQuery,
  2. String? createTime,
  3. String? description,
  4. String? etag,
  5. Map<String, String>? labels,
  6. String? name,
  7. String? updateTime,
})

Implementation

GoogleCloudAiplatformV1FeatureGroup({
  this.bigQuery,
  this.createTime,
  this.description,
  this.etag,
  this.labels,
  this.name,
  this.updateTime,
});