你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
CommonModelCreationOptions interface
定义新模型的所有作通用的选项,例如 beginBuildDocumentModel
、beginComposeDocumentModel
和 getCopyAuthorization
。
description | 模型的文本说明(可以是任意文本)。 |
tags | 其他用户指定的键值对,以作为持久元数据与模型关联。 |
模型的文本说明(可以是任意文本)。
TypeScript
description?: string
属性值
string
其他用户指定的键值对,以作为持久元数据与模型关联。
TypeScript
tags?: Record<string, string>
属性值
Record<string, string>