GoogleCloudAiplatformV1FeatureOnlineStore constructor

GoogleCloudAiplatformV1FeatureOnlineStore({
  1. GoogleCloudAiplatformV1FeatureOnlineStoreBigtable? bigtable,
  2. String? createTime,
  3. GoogleCloudAiplatformV1FeatureOnlineStoreDedicatedServingEndpoint? dedicatedServingEndpoint,
  4. GoogleCloudAiplatformV1EncryptionSpec? encryptionSpec,
  5. String? etag,
  6. Map<String, String>? labels,
  7. String? name,
  8. GoogleCloudAiplatformV1FeatureOnlineStoreOptimized? optimized,
  9. String? state,
  10. String? updateTime,
})

Implementation

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