GoogleCloudAiplatformV1FeatureView constructor

GoogleCloudAiplatformV1FeatureView({
  1. GoogleCloudAiplatformV1FeatureViewBigQuerySource? bigQuerySource,
  2. String? createTime,
  3. String? etag,
  4. GoogleCloudAiplatformV1FeatureViewFeatureRegistrySource? featureRegistrySource,
  5. Map<String, String>? labels,
  6. String? name,
  7. GoogleCloudAiplatformV1FeatureViewSyncConfig? syncConfig,
  8. String? updateTime,
})

Implementation

GoogleCloudAiplatformV1FeatureView({
  this.bigQuerySource,
  this.createTime,
  this.etag,
  this.featureRegistrySource,
  this.labels,
  this.name,
  this.syncConfig,
  this.updateTime,
});