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 `AutoMlTextSentiment` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for various operations such as message handling, equality checks, deep cloning, and buffer management."],["The class offers two constructors: a default constructor and a constructor that takes another `AutoMlTextSentiment` object as a parameter for copying."],["The `AutoMlTextSentiment` class includes a property named `Inputs`, which is of type `AutoMlTextSentimentInputs` and defines the input parameters for the associated training job."],["The documentation spans multiple versions of the library, ranging from version 1.0.0 to the latest 3.22.0, with links provided for each specific version's documentation."]]],[]]