public sealed class AutoMlTextSentiment : IMessage<AutoMlTextSentiment>, IEquatable<AutoMlTextSentiment>, IDeepCloneable<AutoMlTextSentiment>, IBufferMessage, IMessage
A TrainingJob that trains and uploads an AutoML Text Sentiment 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-21 UTC."],[[["This webpage provides documentation for the `AutoMlTextSentiment` class, which is part of the `Google.Cloud.AIPlatform.V1` library, specifically within the `Google.Cloud.AIPlatform.V1.Schema.TrainingJob.Definition` namespace."],["The `AutoMlTextSentiment` class is designed to facilitate the training and uploading of an AutoML Text Sentiment Model."],["The provided content has a comprehensive history of documentation, and it lists the different versions, ranging from 3.22.0 (latest) down to version 1.0.0, along with respective links."],["The class implements various interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and it inherits from `Object`, thus having inherited members like `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."],["The class includes constructors for creating instances and a property named `Inputs` of the type `AutoMlTextSentimentInputs` to manage training job input parameters."]]],[]]