GoogleApi.DocumentAI.V1beta3.Model.GoogleCloudDocumentaiUiv1beta3TrainProcessorVersionMetadataDatasetValidation (google_api_document_ai v0.31.0) View Source
The dataset validation information. This includes any and all errors with documents and the dataset.
Attributes
-
datasetErrorCount(type:integer(), default:nil) - The total number of dataset errors. -
datasetErrors(type:list(GoogleApi.DocumentAI.V1beta3.Model.GoogleRpcStatus.t), default:nil) - 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. -
documentErrorCount(type:integer(), default:nil) - The total number of document errors. -
documentErrors(type:list(GoogleApi.DocumentAI.V1beta3.Model.GoogleRpcStatus.t), default:nil) - 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.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() ::
%GoogleApi.DocumentAI.V1beta3.Model.GoogleCloudDocumentaiUiv1beta3TrainProcessorVersionMetadataDatasetValidation{
datasetErrorCount: integer() | nil,
datasetErrors:
[GoogleApi.DocumentAI.V1beta3.Model.GoogleRpcStatus.t()] | nil,
documentErrorCount: integer() | nil,
documentErrors:
[GoogleApi.DocumentAI.V1beta3.Model.GoogleRpcStatus.t()] | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.