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 `TextSentimentDatasetMetadata` class provides metadata for text sentiment datasets within the Google Cloud AutoML V1 API."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling it to integrate with the Google.Protobuf library."],["It has a `SentimentMax` property, representing the highest integer ordinal for sentiment, which must be between 1 and 10."],["The documentation lists multiple versions of the `Google.Cloud.AutoML.V1` package, ranging from version 2.2.0 to the latest version 3.4.0."],["This class can be instantiated with the `TextSentimentDatasetMetadata()` constructor, or by using another instance of itself with `TextSentimentDatasetMetadata(TextSentimentDatasetMetadata other)`."]]],[]]