public sealed class TextSentimentDatasetMetadata : IMessage<TextSentimentDatasetMetadata>, IEquatable<TextSentimentDatasetMetadata>, IDeepCloneable<TextSentimentDatasetMetadata>, IBufferMessage, IMessage
Required. 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 sentiment_max (inclusive on both ends), and all the values
in the range must be represented in the dataset before a model can be
created.
sentiment_max 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-21 UTC."],[[["The latest version available for `TextSentimentDatasetMetadata` is 3.4.0, with previous versions ranging from 2.2.0 to 3.3.0."],["`TextSentimentDatasetMetadata` is a class that provides dataset metadata specifically for text sentiment analysis within the Google Cloud AutoML V1 API, implementing several interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["This class, `TextSentimentDatasetMetadata`, inherits from `Object` and includes constructors for creating instances, either empty or based on another `TextSentimentDatasetMetadata` object."],["`TextSentimentDatasetMetadata` includes a `SentimentMax` property, an integer representing the highest possible sentiment value in the dataset, which must be between 1 and 10."]]],[]]