public sealed class TextSentimentPredictionInstance : IMessage<TextSentimentPredictionInstance>, IEquatable<TextSentimentPredictionInstance>, IDeepCloneable<TextSentimentPredictionInstance>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI v1beta1 API class TextSentimentPredictionInstance.
[[["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 `TextSentimentPredictionInstance` class, found within the Vertex AI v1beta1 API, is designed for handling prediction input formats related to text sentiment."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, to support various functionalities such as serialization, comparison, and deep cloning."],["It includes properties `Content` and `MimeType`, with `Content` being a string representing the text snippet for prediction, and `MimeType` specifying the MIME type, with `text/plain` being a supported type."],["Two versions of the class are available: `1.0.0-beta21` (latest) and `1.0.0-beta20`."],["The class can be instantiated using a default constructor, or a constructor that accepts another `TextSentimentPredictionInstance` for creating copies."]]],[]]