Document AI:创建、发布和训练模型构建所需的 CREATE MODEL 权限¶
As part of Snowflake's continued commitment to enable object sharing across Snowflake, Document AI now
stores any published or trained models within the model registry to enable replicating or cloning the
models between schemas, databases, and accounts. This change requires you to grant the CREATE MODEL privilege
on the schema to the account role to continue using the <model_build_name>!PREDICT method.
备注
您将无法复制 模型构建*(包括模型、要提取的数据值,以及用于测试和训练模型的上传文档)。此变更仅影响已发布或已通过模型构建训练的 *模型。
行为变更¶
- 变更前:
要创建、发布和训练 Document AI 模型构建,您必须使用具有以下权限的角色:
- 变更后:
要创建、发布和训练 Document AI 模型构建,您必须使用具有以下权限的角色:
需要采取的操作¶
要继续使用现有 Document AI 模型,请向账户角色授予额外权限,如下例所示:
To create a new Document AI model build, you must use a role that has the required privileges.
附加备注¶
新 Document AI 模型会自动集成到模型注册表中。
必须手动将现有 Document AI 模型集成到模型注册表中。请参阅 需要采取的操作。
只有已发布或经过训练的模型才能集成到模型注册表中。
在训练期间,您无法将模型集成到模型注册表中。等到训练完成。
您必须授予对模型复制到的任何数据库和架构的 CREATE MODEL 权限。
There are no changes to the
<model_build_name>!PREDICTmethod itself.
变更日志¶
部分 |
更新 |
日期 |
|---|---|---|
初次发布 |
2025 年 3 月 4 日 |
|
|
添加了有关将现有 Document AI 模型集成到模型注册表的信息。 |
2025 年 7 月 9 日 |
参考:1904