public sealed class TrainProcessorVersionRequest.Types.InputData : IMessage<TrainProcessorVersionRequest.Types.InputData>, IEquatable<TrainProcessorVersionRequest.Types.InputData>, IDeepCloneable<TrainProcessorVersionRequest.Types.InputData>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Document AI v1 API class TrainProcessorVersionRequest.Types.InputData.
The input data used to train a new
[ProcessorVersion][google.cloud.documentai.v1.ProcessorVersion].
[[["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."],[[["This page provides documentation for the `TrainProcessorVersionRequest.Types.InputData` class within the Google Cloud Document AI v1 API, which is used for training new processor versions."],["The `InputData` class inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["There are two constructors available for creating `InputData` objects: a default constructor `InputData()` and a copy constructor `InputData(InputData other)`."],["The class contains two properties, `TestDocuments` and `TrainingDocuments`, both of type `BatchDocumentsInputConfig`, for specifying documents used for testing and training respectively."],["The page also lists a history of relevant API versions from 3.19.0 (latest) down to 1.0.0."]]],[]]