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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-20 UTC."],[[["\u003cp\u003eThis webpage provides documentation for the \u003ccode\u003eAutoMlTextSentimentInputs\u003c/code\u003e class within the Google Cloud AI Platform .NET library, specifically for version 2.0.0.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eAutoMlTextSentimentInputs\u003c/code\u003e class is used in training jobs for text sentiment analysis, and is accessible within the \u003ccode\u003eGoogle.Cloud.AIPlatform.V1.Schema.TrainingJob.Definition\u003c/code\u003e namespace, with versions ranging from 1.0.0 to 3.22.0.\u003c/p\u003e\n"],["\u003cp\u003eThe class implements multiple interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, indicating its role in message handling and object management within the .NET environment.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eAutoMlTextSentimentInputs\u003c/code\u003e class has two constructors, one that is parameterless, and the other taking another \u003ccode\u003eAutoMlTextSentimentInputs\u003c/code\u003e object as a parameter, as well as a property named \u003ccode\u003eSentimentMax\u003c/code\u003e, which defines the maximum sentiment value for training.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eSentimentMax\u003c/code\u003e property, which is of type \u003ccode\u003eInt32\u003c/code\u003e, is used to indicate the range of sentiments used in the model, and values used must be between 1 and 10, and must exist in the dataset for a model to be made.\u003c/p\u003e\n"]]],[],null,[]]