QuestionQ16

Snowflake Gen AI Governance

Which key considerations apply when using the Snowflake Model Registry to manage models?

Choose two
  • A Once a model is registered, it cannot be updated or deleted.
  • B Models need to be exported to external storage before they are registered.
  • C Models can be deployed and invoked directly using SQL commands in Snowflake.
  • D Models registered in the Model Registry can only be used with Snowpark for Python.
  • E The Model Registry supports versioning so that multiple versions of a model can be tracked.
Explanation

Snowflake Model Registry stores models as schema-level objects, supports lifecycle management through multiple model versions, and requires a default version. Registered model methods can be invoked for inference from SQL, including with the MODEL(model_name)!method_name(...) syntax.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!