DocumentModelDetailsOutput interface
Document model info.
Properties
api |
API version used to create this document model. |
azure |
Azure Blob Storage file list specifying the training data. Either azureBlobSource or azureBlobFileListSource must be specified. |
azure |
Azure Blob Storage location containing the training data. Either azureBlobSource or azureBlobFileListSource must be specified. |
build |
Custom document model build mode. Possible values: "template", "neural", "generative" |
classifier |
For composed models, the custom classifier to split and classify the input file. |
created |
Date and time (UTC) when the document model was created. |
description | Document model description. |
doc |
Supported document types. |
expiration |
Date and time (UTC) when the document model will expire. |
model |
Unique document model name. |
split | For composed models, the file splitting behavior. Possible values: "auto", "none", "perPage" |
tags | List of key-value tag attributes associated with the document model. |
training |
Number of V100-equivalent GPU hours consumed for model training. |
warnings | List of warnings encountered while building the model. |
Property Details
apiVersion
API version used to create this document model.
apiVersion?: string
Property Value
string
azureBlobFileListSource
Azure Blob Storage file list specifying the training data. Either azureBlobSource or azureBlobFileListSource must be specified.
azureBlobFileListSource?: AzureBlobFileListContentSourceOutput
Property Value
azureBlobSource
Azure Blob Storage location containing the training data. Either azureBlobSource or azureBlobFileListSource must be specified.
azureBlobSource?: AzureBlobContentSourceOutput
Property Value
buildMode
Custom document model build mode.
Possible values: "template", "neural", "generative"
buildMode?: string
Property Value
string
classifierId
For composed models, the custom classifier to split and classify the input file.
classifierId?: string
Property Value
string
createdDateTime
Date and time (UTC) when the document model was created.
createdDateTime: string
Property Value
string
description
Document model description.
description?: string
Property Value
string
docTypes
Supported document types.
docTypes?: Record<string, DocumentTypeDetailsOutput>
Property Value
Record<string, DocumentTypeDetailsOutput>
expirationDateTime
Date and time (UTC) when the document model will expire.
expirationDateTime?: string
Property Value
string
modelId
Unique document model name.
modelId: string
Property Value
string
split
For composed models, the file splitting behavior.
Possible values: "auto", "none", "perPage"
split?: string
Property Value
string
tags
List of key-value tag attributes associated with the document model.
tags?: Record<string, string>
Property Value
Record<string, string>
trainingHours
Number of V100-equivalent GPU hours consumed for model training.
trainingHours?: number
Property Value
number
warnings
List of warnings encountered while building the model.
warnings?: WarningOutput[]
Property Value
Azure SDK for JavaScript