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-09 UTC."],[[["`AutoMlTextExtraction` is a class in the Cloud AI Platform v1beta1 API that defines a training job for AutoML Text Extraction models."],["This class inherits from the base `object` class and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its functionality for message handling, equality checks, deep cloning, and buffer management."],["The class resides within the `Google.Cloud.AIPlatform.V1Beta1.Schema.TrainingJob.Definition` namespace, and it's part of the `Google.Cloud.AIPlatform.V1Beta1.dll` assembly."],["It has two constructors, a default constructor and one that takes another `AutoMlTextExtraction` object for creating a new instance based on an existing one."],["The inputs property will handle the parameters of the training job and it is an object of type `AutoMlTextExtractionInputs`."]]],[]]