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-04-17 UTC."],[[["This webpage details the `TextSentimentDatasetMetadata` class, which is used for dataset metadata related to text sentiment analysis within the Google Cloud AutoML V1 library, with the current version being 2.5.0, however there are other versions available."],["The `TextSentimentDatasetMetadata` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, to support various functionalities."],["It includes a `SentimentMax` property, which is required and represents the highest value for sentiment scoring, ranging from 1 to 10."],["There are 2 constructors that can be used, one that instantiates the class with default properties and one that instantiates the class with existing properties."],["The latest version available is 3.4.0, and there are 9 older versions provided for access, with the oldest being version 2.2.0."]]],[]]