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, which is part of the Google Cloud AI Platform's .NET library, specifically under the \u003ccode\u003eGoogle.Cloud.AIPlatform.V1.Schema.TrainingJob.Definition\u003c/code\u003e namespace.\u003c/p\u003e\n"],["\u003cp\u003eThe documentation spans multiple versions of the library, ranging from version 1.0.0 to the latest version, 3.22.0, for the class \u003ccode\u003eAutoMlTextSentimentInputs\u003c/code\u003e, allowing users to navigate through them.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eAutoMlTextSentimentInputs\u003c/code\u003e class is used for defining inputs for AutoML text sentiment training jobs and it implements interfaces such as \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe class includes a \u003ccode\u003eSentimentMax\u003c/code\u003e property, an integer that represents the maximum sentiment value used in the training data, which must be between 1 and 10, inclusive.\u003c/p\u003e\n"],["\u003cp\u003eTwo constructors are provided for the \u003ccode\u003eAutoMlTextSentimentInputs\u003c/code\u003e class, a default constructor and one allowing it to copy data from another existing \u003ccode\u003eAutoMlTextSentimentInputs\u003c/code\u003e object.\u003c/p\u003e\n"]]],[],null,[]]