GoogleCloudAiplatformV1FeatureOnlineStore constructor

GoogleCloudAiplatformV1FeatureOnlineStore({
  1. GoogleCloudAiplatformV1FeatureOnlineStoreBigtable? bigtable,
  2. String? createTime,
  3. String? etag,
  4. Map<String, String>? labels,
  5. String? name,
  6. String? state,
  7. String? updateTime,
})

Implementation

GoogleCloudAiplatformV1FeatureOnlineStore({
  this.bigtable,
  this.createTime,
  this.etag,
  this.labels,
  this.name,
  this.state,
  this.updateTime,
});