public sealed class TextSentimentDatasetMetadata : IMessage<TextSentimentDatasetMetadata>, IEquatable<TextSentimentDatasetMetadata>, IDeepCloneable<TextSentimentDatasetMetadata>, IBufferMessage, IMessage
Reference documentation and code samples for the Google AutoML v1 API class TextSentimentDatasetMetadata.
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."],[[["This document provides reference information for the `TextSentimentDatasetMetadata` class within the Google AutoML v1 API."],["The `TextSentimentDatasetMetadata` class is used for dataset metadata related to text sentiment analysis, which implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version is 3.4.0, however this specific page is referencing version 3.1.0, and includes documentation for older versions dating back to 2.2.0."],["The class includes a `SentimentMax` property, which defines the range of sentiment values, from 0 up to the specified `SentimentMax`, where a higher value represents a more positive sentiment."],["The text sentiment max value is required and it must be between 1 and 10, including both end values."]]],[]]