encryptionSpec property

EncryptionSpec? encryptionSpec
final

Customer-managed encryption key spec for a TrainingPipeline. If set, this TrainingPipeline will be secured by this key.

Note: Model trained by this TrainingPipeline is also secured by this key if model_to_upload is not set separately.

Implementation

final EncryptionSpec? encryptionSpec;