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>