GoogleCloudDocumentaiUiv1beta3TrainProcessorVersionMetadataDatasetValidation class

The dataset validation information.

This includes any and all errors with documents and the dataset.

Properties

datasetErrorCount int?
The total number of dataset errors.
getter/setter pair
datasetErrors List<GoogleRpcStatus>?
Error information for the dataset as a whole.
getter/setter pair
documentErrorCount int?
The total number of document errors.
getter/setter pair
documentErrors List<GoogleRpcStatus>?
Error information pertaining to specific documents.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited