ClassifierDocumentTypeDetailsOutput interface

Classifier document type info.

Properties

azureBlobFileListSource

Azure Blob Storage file list specifying the training data for a classifier document type. Either azureBlobSource or azureBlobFileListSource must be specified.

azureBlobSource

Azure Blob Storage location containing the training data for a classifier document type. Either azureBlobSource or azureBlobFileListSource must be specified.

sourceKind

Type of training data source.

Possible values: "url", "base64", "azureBlob", "azureBlobFileList"

Property Details

azureBlobFileListSource

Azure Blob Storage file list specifying the training data for a classifier document type. Either azureBlobSource or azureBlobFileListSource must be specified.

azureBlobFileListSource?: AzureBlobFileListContentSourceOutput

Property Value

azureBlobSource

Azure Blob Storage location containing the training data for a classifier document type. Either azureBlobSource or azureBlobFileListSource must be specified.

azureBlobSource?: AzureBlobContentSourceOutput

Property Value

sourceKind

Type of training data source.

Possible values: "url", "base64", "azureBlob", "azureBlobFileList"

sourceKind?: string

Property Value

string