public sealed class PairwiseMetricResult : IMessage<PairwiseMetricResult>, IEquatable<PairwiseMetricResult>, IDeepCloneable<PairwiseMetricResult>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class PairwiseMetricResult.
[[["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."],[[["This document provides reference documentation for the `PairwiseMetricResult` class within the Cloud AI Platform v1beta1 API, specifically in the `Google.Cloud.AIPlatform.V1Beta1` namespace."],["The `PairwiseMetricResult` class is a sealed class that implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and it inherits from the `object` class."],["It includes two constructors, `PairwiseMetricResult()` and `PairwiseMetricResult(PairwiseMetricResult other)`, the latter allowing for object cloning."],["The class has two properties: `Explanation`, which is a string providing the explanation for a pairwise metric score, and `PairwiseChoice`, which specifies the pairwise metric choice."],["The document also lists inherited members from the base `object` class, including `GetHashCode()`, `GetType()`, and `ToString()`."]]],[]]