public sealed class TrainProcessorVersionMetadata.Types.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.
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-19 UTC."],[[["\u003cp\u003eThis webpage provides documentation for the \u003ccode\u003eDatasetValidation\u003c/code\u003e class within the \u003ccode\u003eGoogle.Cloud.DocumentAI.V1\u003c/code\u003e API, specifically focusing on version 3.15.0 but also listing other versions.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eDatasetValidation\u003c/code\u003e class is used to hold information regarding errors encountered in datasets and documents during the training process, including the count and details of these errors.\u003c/p\u003e\n"],["\u003cp\u003eThe class implements several interfaces including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, and inherits members from the \u003ccode\u003eobject\u003c/code\u003e class.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eDatasetValidation\u003c/code\u003e class has properties to track both dataset-wide errors (\u003ccode\u003eDatasetErrorCount\u003c/code\u003e and \u003ccode\u003eDatasetErrors\u003c/code\u003e) and document-specific errors (\u003ccode\u003eDocumentErrorCount\u003c/code\u003e and \u003ccode\u003eDocumentErrors\u003c/code\u003e).\u003c/p\u003e\n"],["\u003cp\u003eThere are two constructors provided for creating instances of the \u003ccode\u003eDatasetValidation\u003c/code\u003e class, one default constructor, and one that takes an instance of the class as a parameter.\u003c/p\u003e\n"]]],[],null,[]]