public sealed class AutoMlTextExtraction : IMessage<AutoMlTextExtraction>, IEquatable<AutoMlTextExtraction>, IDeepCloneable<AutoMlTextExtraction>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI v1beta1 API class AutoMlTextExtraction.
A TrainingJob that trains and uploads an AutoML Text Extraction Model.
[[["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-25 UTC."],[[["The `AutoMlTextExtraction` class is a part of the Vertex AI v1beta1 API and is used for training and uploading an AutoML Text Extraction Model."],["This class inherits from `object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, within the Google Protobuf library."],["`AutoMlTextExtraction` has two constructors: a default constructor and one that accepts another `AutoMlTextExtraction` instance as a parameter."],["The `Inputs` property of the class, of type `AutoMlTextExtractionInputs`, is where the input parameters for the TrainingJob are stored."]]],[]]