public sealed class TextSentimentModelMetadata : IMessage<TextSentimentModelMetadata>, IEquatable<TextSentimentModelMetadata>, IDeepCloneable<TextSentimentModelMetadata>, IBufferMessage, IMessage
Model metadata that is specific to text sentiment.
[[["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 `TextSentimentModelMetadata` class provides metadata specific to text sentiment models within the Google Cloud AutoML V1 library."],["Version 3.4.0 is the latest available version, with previous versions including 3.3.0, 3.2.0, 3.1.0, 3.0.0, 2.6.0, 2.5.0, 2.4.0, 2.3.0, and 2.2.0 also listed."],["This class inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering functionality like message handling, equality checks, deep cloning, and buffer message support."],["The class offers two constructors: a default constructor and one that copies an existing `TextSentimentModelMetadata` object, enabling easy creation and duplication of instances."]]],[]]