CommonModelCreationOptions interface
beginBuildDocumentModel
、beginComposeDocumentModel
、getCopyAuthorization
など、新しいモデルを定義するすべての操作に共通するオプション。
プロパティ
description | モデルのテキストの説明 (任意のテキストを指定できます)。 |
tags | 永続的なメタデータとしてモデルに関連付ける、ユーザー指定の追加のキーと値のペア。 |
プロパティの詳細
description
モデルのテキストの説明 (任意のテキストを指定できます)。
description?: string
プロパティ値
string
tags
永続的なメタデータとしてモデルに関連付ける、ユーザー指定の追加のキーと値のペア。
tags?: Record<string, string>
プロパティ値
Record<string, string>