QuestionQ66

Snowflake for Gen AI Overview

A Generative AI Specialist builds a model using Python libraries. After training the model, they log it into a Snowflake Model Registry.

Where is the Model Registry stored within Snowflake?

  • A In a Snowflake stage as a scoped XML file
  • B In the image repository of a container compute pool
  • C In the model monitoring area of the model details page
  • D In a database and schema as a first-class Snowflake object
Explanation

Snowflake's Model Registry stores logged models as first-class, schema-level objects inside a Snowflake database and schema, just like other Snowflake objects such as tables or views. Because models are first-class objects, they can be managed using SQL commands such as DROP MODEL, SHOW MODELS, and ALTER MODEL, and they support standard Snowflake governance features including role-based access control (with OWNERSHIP, USAGE, and READ privileges) and information schema visibility.

Learn more

Community Discussion

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