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 v1beta3 API class TrainProcessorVersionRequest.Types.InputData.
The input data used to train a new
[ProcessorVersion][google.cloud.documentai.v1beta3.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-07 UTC."],[[["The `TrainProcessorVersionRequest.Types.InputData` class is used to specify the input data for training a new `ProcessorVersion` in the Cloud Document AI v1beta3 API."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` to provide functionalities related to message handling, equality checks, deep cloning, and buffer messages."],["It offers two constructors: a default `InputData()` and an `InputData(InputData)` for creating a copy of existing input data."],["The class includes two properties, `TestDocuments` and `TrainingDocuments`, both of type `BatchDocumentsInputConfig`, to configure documents used for testing and training, respectively."],["The latest version for this is `2.0.0-beta23`, with other options being `2.0.0-beta22` and `1.0.0-beta04` if one wishes to revert back to an older version."]]],[]]