Can I use both cloud deploy and encryption at same time?

In the session "Use model deployment and security with Core ML", I know that Apple provide cloud deploy CoreML models and model encryption, but they are separated.
Can I encrypt the model and use cloud to deploy that encryped model.
Or did cloud deployment already do the encryption automatically?
Answered by kerfuffle in 616287022
You can use cloud deployment with or without encryption. When you deploy to the cloud, you can enable encryption by checking the "Encrypt model" option and then it will be handled automatically.
Accepted Answer
You can use cloud deployment with or without encryption. When you deploy to the cloud, you can enable encryption by checking the "Encrypt model" option and then it will be handled automatically.
Thank you, @kerfuffle. Here is a good starting point for Core ML model deployment that also covers encrypting models before deployment: https://developer.apple.com/documentation/coreml/core_ml_api/creating_and_deploying_a_model_collection
Can I use both cloud deploy and encryption at same time?
 
 
Q