public sealed class TabularClassificationPredictionResult : IMessage<TabularClassificationPredictionResult>, IEquatable<TabularClassificationPredictionResult>, IDeepCloneable<TabularClassificationPredictionResult>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class TabularClassificationPredictionResult.
Prediction output format for Tabular Classification.
[[["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-25 UTC."],[[["This document provides reference information for the `TabularClassificationPredictionResult` class within the Google Cloud AI Platform v1beta1 API, specifically under version 1.0.0-beta09."],["The `TabularClassificationPredictionResult` class is used for the prediction output format in Tabular Classification, inheriting from `object` and implementing several interfaces like `IMessage` and `IEquatable`."],["The class has two constructors: a default one, and one that accepts another `TabularClassificationPredictionResult` instance as a parameter."],["The class contains two properties, `Classes` and `Scores`, both of which are `RepeatedField` types, one containing strings for the classified class names, and the other containing floats representing the confidence scores for each class."],["The `TabularClassificationPredictionResult` class is located in the `Google.Cloud.AIPlatform.V1Beta1.Schema.Predict.Prediction` namespace, within the `Google.Cloud.AIPlatform.V1Beta1.dll` assembly."]]],[]]