共用方式為


CommonModelCreationOptions interface

定義新模型的所有作業通用選項,例如 beginBuildDocumentModelbeginComposeDocumentModelgetCopyAuthorization

屬性

description

模型 (的文字描述可以是任何文字) 。

tags

其他使用者指定的索引鍵/值組,以與模型建立關聯作為持續性中繼資料。

屬性詳細資料

description

模型 (的文字描述可以是任何文字) 。

description?: string

屬性值

string

tags

其他使用者指定的索引鍵/值組,以與模型建立關聯作為持續性中繼資料。

tags?: Record<string, string>

屬性值

Record<string, string>