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-25 UTC."],[[["This documentation details the `PairwiseMetricResult` class within the Google Cloud AI Platform v1beta1 API, specifically version 1.0.0-beta09."],["The `PairwiseMetricResult` class is a sealed class that implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and is designed for representing pairwise metric results."],["It provides two constructors, one default and one that takes another `PairwiseMetricResult` object as a parameter for creating a copy, and it has two properties: `Explanation` (a string for metric score explanation) and `PairwiseChoice` (specifying the pairwise metric choice)."],["This class inherits from the `object` class, thereby including inherited methods like `GetHashCode`, `GetType`, and `ToString`."],["The latest version available of this class is `1.0.0-beta21`."]]],[]]