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"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This document provides reference information for the `TrainProcessorVersionRequest.Types.InputData` class within the Cloud Document AI v1beta3 API."],["The `InputData` class is used to define the data necessary for training a new `ProcessorVersion` in the Document AI service."],["The class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionality for message handling, comparison, deep cloning, and buffer manipulation."],["It includes two properties, `TestDocuments` and `TrainingDocuments`, both of type `BatchDocumentsInputConfig`, to specify the documents used for testing and training, respectively."],["The `InputData` class also provides two constructors, `InputData()` and `InputData(TrainProcessorVersionRequest.Types.InputData other)`, for object creation."]]],[]]