GoogleCloudAiplatformV1Featurestore constructor

GoogleCloudAiplatformV1Featurestore({
  1. String? createTime,
  2. GoogleCloudAiplatformV1EncryptionSpec? encryptionSpec,
  3. String? etag,
  4. Map<String, String>? labels,
  5. String? name,
  6. GoogleCloudAiplatformV1FeaturestoreOnlineServingConfig? onlineServingConfig,
  7. int? onlineStorageTtlDays,
  8. String? state,
  9. String? updateTime,
})

Implementation

GoogleCloudAiplatformV1Featurestore({
  this.createTime,
  this.encryptionSpec,
  this.etag,
  this.labels,
  this.name,
  this.onlineServingConfig,
  this.onlineStorageTtlDays,
  this.state,
  this.updateTime,
});