QuestionQ38

Snowflake Gen AI & LLM Functions

Which arguments are required when you use the log_model method to log a model in the Snowflake Model Registry?

Choose two
  • A model
  • B model_name
  • C code_paths
  • D version_name
  • E python_version
Explanation

Snowflake Model Registry requires a serializable supported model object and a valid Snowflake identifier for model_name when logging a model. version_name is optional because Snowflake generates one when it is omitted; code_paths and python_version are also optional.

Learn more

Community Discussion

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