public sealed class DatasetValidation : IMessage<TrainProcessorVersionMetadata.Types.DatasetValidation>, IEquatable<TrainProcessorVersionMetadata.Types.DatasetValidation>, IDeepCloneable<TrainProcessorVersionMetadata.Types.DatasetValidation>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Document AI v1 API class TrainProcessorVersionMetadata.Types.DatasetValidation.
The dataset validation information. This includes any and all errors with documents and the dataset.
Implements
IMessage<TrainProcessorVersionMetadata.Types.DatasetValidation>, IEquatable<TrainProcessorVersionMetadata.Types.DatasetValidation>, IDeepCloneable<TrainProcessorVersionMetadata.Types.DatasetValidation>, IBufferMessage, IMessageNamespace
Google.Cloud.DocumentAI.V1Assembly
Google.Cloud.DocumentAI.V1.dll
Constructors
DatasetValidation()
public DatasetValidation()
DatasetValidation(TrainProcessorVersionMetadata.Types.DatasetValidation)
public DatasetValidation(TrainProcessorVersionMetadata.Types.DatasetValidation other)
Parameter | |
---|---|
Name | Description |
other | TrainProcessorVersionMetadata.Types.DatasetValidation |
Properties
DatasetErrorCount
public int DatasetErrorCount { get; set; }
The total number of dataset errors.
Property Value | |
---|---|
Type | Description |
Int32 |
DatasetErrors
public RepeatedField<Status> DatasetErrors { get; }
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.
Property Value | |
---|---|
Type | Description |
RepeatedField<Status> |
DocumentErrorCount
public int DocumentErrorCount { get; set; }
The total number of document errors.
Property Value | |
---|---|
Type | Description |
Int32 |
DocumentErrors
public RepeatedField<Status> DocumentErrors { get; }
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.
Property Value | |
---|---|
Type | Description |
RepeatedField<Status> |