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-03-25 UTC."],[[["This page provides documentation for the `AutoMlTextSentimentInputs` class, which is part of the `Google.Cloud.AIPlatform.V1Beta1` namespace within the Google Cloud .NET library."],["The `AutoMlTextSentimentInputs` class is a sealed class that implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling it to manage text sentiment input for machine learning tasks."],["The class includes a constructor with no parameter and another one that takes another `AutoMlTextSentimentInputs` object as a parameter for making copies."],["The `SentimentMax` property, of type integer, is a key feature, determining the range of sentiments for training, with values between 1 and 10 inclusive."]]],[]]