public sealed class TextClassificationPredictionInstance : IMessage<TextClassificationPredictionInstance>, IEquatable<TextClassificationPredictionInstance>, IDeepCloneable<TextClassificationPredictionInstance>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI v1beta1 API class TextClassificationPredictionInstance.
[[["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 `TextClassificationPredictionInstance` class is used as the prediction input format for Text Classification within the Vertex AI v1beta1 API."],["This class is a sealed class in the `Google.Cloud.AIPlatform.V1Beta1.Schema.Predict.Instance` namespace and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It inherits from the base `object` class and includes inherited members such as `GetHashCode()`, `GetType()`, and `ToString()`."],["The class has two constructors: a default one and one that takes another `TextClassificationPredictionInstance` as a parameter."],["It has two main properties: `Content`, which represents the text snippet, and `MimeType`, which indicates the MIME type of the text snippet, with `text/plain` being a supported value."]]],[]]