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 details the `AutoMlTextSentiment` class, which is used for training and uploading AutoML Text Sentiment Models within the Google Cloud AI Platform."],["The class `AutoMlTextSentiment` implements several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities in message handling, equality comparisons, deep cloning, and buffer operations."],["The latest version of this documentation is `3.22.0`, with a historical record of versions going back to version `1.0.0`, each linked to its respective documentation."],["The class includes a property called `Inputs` of the type `AutoMlTextSentimentInputs`, that allows the definition of the input parameters for the training job."],["There are 2 constructors for `AutoMlTextSentiment`, one default and another accepting an `AutoMlTextSentiment` object as parameter, which allows creating instances of this class."]]],[]]