QuestionQ31

Snowflake Gen AI Governance

Which privileges are needed to run a model fine-tuning job?

Choose two
  • A READ or WRITE on the stage that contains the model
  • B USAGE on the database used to query the training and validation data
  • C OPERATE on the database used to query the training and validation data
  • D USAGE on the schema where the fine-tuned model will be saved
  • E CREATE MODEL of OWNERSHIP on the schema where the fine-tuned model will be saved
Explanation

A fine-tuning role needs USAGE on the database containing the queried training and validation data, and it must have CREATE MODEL or OWNERSHIP on the schema in which the fine-tuned model is saved.

Learn more

Community Discussion

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