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-04-09 UTC."],[[["This document provides reference information for the `PairwiseMetricResult` class within the Cloud AI Platform v1beta1 API, specifically version 1.0.0-beta02."],["The `PairwiseMetricResult` class is a sealed class that implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It details the class's inheritance from the base `object` class, as well as its inherited members such as `GetHashCode()`, `GetType()`, and `ToString()`."],["The document defines two constructors for `PairwiseMetricResult`, one default and one that takes another `PairwiseMetricResult` instance, along with the description of the `other` parameter."],["The `PairwiseMetricResult` class has two properties, `Explanation`, a string property that holds an explanation for the pairwise metric score, and `PairwiseChoice`, a property of type `PairwiseChoice` which provides the pairwise metric choice."]]],[]]