public sealed class AutoMlTextExtraction : IMessage<AutoMlTextExtraction>, IEquatable<AutoMlTextExtraction>, IDeepCloneable<AutoMlTextExtraction>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform 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-04-01 UTC."],[[["The `AutoMlTextExtraction` class, part of the Cloud AI Platform v1beta1 API, is used for training and uploading an AutoML Text Extraction Model."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, demonstrating its capabilities for handling message-based operations, equality checks, deep cloning, and buffer message management."],["It inherits from the `object` class and provides methods like `GetHashCode()`, `GetType()`, and `ToString()` from the base class, along with two constructors for creating instances."],["The class includes a property named `Inputs` of type `AutoMlTextExtractionInputs` that defines the input parameters required for the training job."],["The latest documentation is available for version `1.0.0-beta21` whereas the `AutoMlTextExtraction` class is located within version `1.0.0-beta06` in the namespace `Google.Cloud.AIPlatform.V1Beta1.Schema.TrainingJob.Definition`."]]],[]]