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 page provides documentation for the `AutoMlTextSentiment` class, which is used for training and uploading an AutoML Text Sentiment Model within the Google Cloud AI Platform."],["The content lists various versions of the .NET package `Google.Cloud.AIPlatform.V1`, ranging from version 1.0.0 up to the latest version 3.22.0, all relating to the `AutoMlTextSentiment` class."],["The `AutoMlTextSentiment` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and is part of the `Google.Cloud.AIPlatform.V1.Schema.TrainingJob.Definition` namespace."],["The class includes constructors for creating a new instance and for copying another instance, and it has a property called `Inputs` of type `AutoMlTextSentimentInputs`, representing the training job's input parameters."],["The class has inherited many members from [Object](https://learn.microsoft.com/dotnet/api/system.object) like `Object.GetHashCode()`, `Object.GetType()`, `Object.MemberwiseClone()`, `Object.ToString()`."]]],[]]