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 AI Platform's .NET library and is used to train and upload AutoML Text Sentiment models."],["The documentation lists various versions of the `AutoMlTextSentiment` class, ranging from version 1.0.0 up to the latest, 3.22.0, allowing users to access historical information."],["The `AutoMlTextSentiment` class inherits from the base `Object` class and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, a default one and another to copy from an existing `AutoMlTextSentiment` object, and it includes an `Inputs` property for training job parameters."],["The `AutoMlTextSentiment` class resides within the `Google.Cloud.AIPlatform.V1.Schema.TrainingJob.Definition` namespace and is included in the `Google.Cloud.AIPlatform.V1.dll` assembly."]]],[]]