共用方式為


CommonModelCreationOptions interface

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

屬性

description

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

tags

其他使用者指定的索引鍵/值組,以將模型關聯為持續性元數據。

屬性詳細資料

description

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

description?: string

屬性值

string

tags

其他使用者指定的索引鍵/值組,以將模型關聯為持續性元數據。

tags?: Record<string, string>

屬性值

Record<string, string>