Valid GES-C01 Dumps shared by EduDump.com for Helping Passing GES-C01 Exam! EduDump.com now offer the newest GES-C01 exam dumps, the EduDump.com GES-C01 exam questions have been updated and answers have been corrected get the newest EduDump.com GES-C01 dumps with Test Engine here:
A new Gen AI specialist is setting up Document AI. They have successfully created the necessary database, schema, and a custom role named 'doc_ai specialist_role'. This custom role has been granted the 'SNOWFLAKE.DOCUMENT INTELLIGENCE CREATOR database role. However, when the specialist attempts to create a new Document AI model build in Snowsight, they receive the error: Unable to create a build on the specified database and schem a. Please check the documentation to learn more. What is the most likely missing privilege for the that is preventing the model build creation?
Correct Answer: C
The error message 'Unable to create a build on the specified database and schema' points directly to insufficient privileges for creating the model build itself. While the database role enables working on Document AI models and using SQL for extraction, specific object privileges are required to create the model 'build' in a given schema. The documentation explicitly states that 'CREATE SNOWFLAKE.ML.DOCUMENT_INTELLIGENCE on the schema is required to create model builds (instances of the 'DOCUMENT INTELLIGENCE' class), along with 'CREATE MODEL' on the schema. Option A (USAGE on database) is a general prerequisite but not the direct cause of this specific 'unable to create a build' error. Option B CCREATE TABLE) is for creating tables, not model builds. Option D (s EXECUTE TASK) is required for running tasks in a pipeline, not for model build creation. Option E is incorrect as warehouse size primarily impacts cost and performance, not the ability to create a model build due to privileges.