ClassifierDocumentTypeDetailsOutput interface
Classifier document type info.
Properties
azure |
Azure Blob Storage file list specifying the training data for a classifier document type. Either azureBlobSource or azureBlobFileListSource must be specified. |
azure |
Azure Blob Storage location containing the training data for a classifier document type. Either azureBlobSource or azureBlobFileListSource must be specified. |
source |
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
Azure SDK for JavaScript