public sealed class AutoMlTextClassification : IMessage<AutoMlTextClassification>, IEquatable<AutoMlTextClassification>, IDeepCloneable<AutoMlTextClassification>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class AutoMlTextClassification.
A TrainingJob that trains and uploads an AutoML Text Classification 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."],[[["This document provides reference documentation for the `AutoMlTextClassification` class within the Google Cloud AI Platform v1beta1 API, specifically version 1.0.0-beta02."],["`AutoMlTextClassification` is used for training and uploading an AutoML Text Classification Model and is part of the `Google.Cloud.AIPlatform.V1Beta1.Schema.TrainingJob.Definition` namespace."],["The class inherits from `object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It offers two constructors: a default one and another that takes an `AutoMlTextClassification` instance as a parameter to copy it."],["The class has a property named `Inputs` of the type `AutoMlTextClassificationInputs`, which represents the input parameters for the TrainingJob."]]],[]]