GoogleCloudAiplatformV1MetadataStore constructor

GoogleCloudAiplatformV1MetadataStore({
  1. String? createTime,
  2. String? description,
  3. GoogleCloudAiplatformV1EncryptionSpec? encryptionSpec,
  4. String? name,
  5. GoogleCloudAiplatformV1MetadataStoreMetadataStoreState? state,
  6. String? updateTime,
})

Implementation

GoogleCloudAiplatformV1MetadataStore({
  this.createTime,
  this.description,
  this.encryptionSpec,
  this.name,
  this.state,
  this.updateTime,
});