DocumentModelDetailsOutput interface

Document model info.

Properties

apiVersion

API version used to create this document model.

azureBlobFileListSource

Azure Blob Storage file list specifying the training data. Either azureBlobSource or azureBlobFileListSource must be specified.

azureBlobSource

Azure Blob Storage location containing the training data. Either azureBlobSource or azureBlobFileListSource must be specified.

buildMode

Custom document model build mode.

Possible values: "template", "neural"

createdDateTime

Date and time (UTC) when the document model was created.

description

Document model description.

docTypes

Supported document types.

expirationDateTime

Date and time (UTC) when the document model will expire.

modelId

Unique document model name.

tags

List of key-value tag attributes associated with the document model.

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"

buildMode?: 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

tags

List of key-value tag attributes associated with the document model.

tags?: Record<string, string>

Property Value

Record<string, string>

warnings

List of warnings encountered while building the model.

warnings?: WarningOutput[]

Property Value