GoogleCloudAiplatformV1MetadataStore constructor
GoogleCloudAiplatformV1MetadataStore({
- String? createTime,
- GoogleCloudAiplatformV1MetadataStoreDataplexConfig? dataplexConfig,
- String? description,
- GoogleCloudAiplatformV1EncryptionSpec? encryptionSpec,
- String? name,
- GoogleCloudAiplatformV1MetadataStoreMetadataStoreState? state,
- String? updateTime,
Implementation
GoogleCloudAiplatformV1MetadataStore({
this.createTime,
this.dataplexConfig,
this.description,
this.encryptionSpec,
this.name,
this.state,
this.updateTime,
});