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 specific metadata for text sentiment models within the Google Cloud AutoML V1 library."],["Version 3.4.0 is the latest release, with versions ranging back to 2.2.0 available for reference."],["The class inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Constructors are provided to create new instances of `TextSentimentModelMetadata`, either as an empty object or by copying another `TextSentimentModelMetadata` object."],["The class can be located in the `Google.Cloud.AutoML.V1` namespace and `Google.Cloud.AutoML.V1.dll` assembly."]]],[]]