public sealed class AutoMlTextSentimentInputs : IMessage<AutoMlTextSentimentInputs>, IEquatable<AutoMlTextSentimentInputs>, IDeepCloneable<AutoMlTextSentimentInputs>, IBufferMessage, IMessage
A sentiment is expressed as an integer ordinal, where higher value
means a more positive sentiment. The range of sentiments that will be used
is between 0 and sentimentMax (inclusive on both ends), and all the values
in the range must be represented in the dataset before a model can be
created.
Only the Annotations with this sentimentMax will be used for training.
sentimentMax value must be between 1 and 10 (inclusive).
[[["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-04-09 UTC."],[[["The `AutoMlTextSentimentInputs` class, part of the `Google.Cloud.AIPlatform.V1Beta1` library, is used for configuring inputs for AutoML text sentiment analysis training jobs."],["This class inherits from `object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing capabilities for message handling, equality checks, deep cloning, and buffer operations."],["It offers two constructors: a default constructor and a copy constructor for creating instances from existing `AutoMlTextSentimentInputs` objects."],["The `SentimentMax` property, of type `int`, defines the maximum sentiment value that will be used in the sentiment range, from 0 to `SentimentMax`, where the value must be between 1 and 10 inclusive."],["The class is found within the `Google.Cloud.AIPlatform.V1Beta1.Schema.TrainingJob.Definition` namespace, within the Google.Cloud.AIPlatform.V1Beta1.dll assembly."]]],[]]