The metadata that represents a processor version being created.
| JSON representation |
|---|
{ "commonMetadata" : { object ( |
| Fields | |
|---|---|
commonMetadata
|
The basic metadata of the long-running operation. |
trainingDatasetValidation
|
The training dataset validation information. |
testDatasetValidation
|
The test dataset validation information. |
DatasetValidation
The dataset validation information. This includes any and all errors with documents and the dataset.
| JSON representation |
|---|
{ "documentErrorCount" : integer , "datasetErrorCount" : integer , "documentErrors" : [ { object ( |
| Fields | |
|---|---|
documentErrorCount
|
The total number of document errors. |
datasetErrorCount
|
The total number of dataset errors. |
documentErrors[]
|
Error information pertaining to specific documents. A maximum of 10 document errors will be returned. Any document with errors will not be used throughout training. |
datasetErrors[]
|
Error information for the dataset as a whole. A maximum of 10 dataset errors will be returned. A single dataset error is terminal for training. |

