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"]],[["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 webpage provides documentation for the `TrainProcessorVersionRequest.Types.InputData` class within the Google Cloud Document AI v1 API, offering reference material and code samples."],["The `InputData` class is designed to manage the data used for training a new `ProcessorVersion` in the Document AI service."],["It implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, suggesting it is a core component in the protocol buffer data structure."],["The class has two primary properties, `TestDocuments` and `TrainingDocuments`, both of type `BatchDocumentsInputConfig`, which are used to define the datasets for testing and training."],["This class is available in several versions of the API, with the most recent being version 3.19.0, and offers backward compatibility as far back as version 1.0.0, as evidenced by the available version links."]]],[]]