你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

CommonModelCreationOptions interface

Options common to all operations that define new models, such as beginBuildDocumentModel, beginComposeDocumentModel, and getCopyAuthorization.

Properties

description

A textual description of the model (can be any text).

tags

Additional, user-specified key-value pairs to associate with the model as persistent metadata.

Property Details

description

A textual description of the model (can be any text).

description?: string

Property Value

string

tags

Additional, user-specified key-value pairs to associate with the model as persistent metadata.

tags?: Record<string, string>

Property Value

Record<string, string>