encryptionConfiguration property

EncryptionConfiguration? encryptionConfiguration
getter/setter pair

Custom encryption configuration (e.g., Cloud KMS keys).

This shows the encryption configuration of the model data while stored in BigQuery storage. This field can be used with PatchModel to update encryption key for an already encrypted model.

Implementation

EncryptionConfiguration? encryptionConfiguration;