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."],[[["The `PairwiseMetricResult` class is part of the Google Cloud AI Platform v1beta1 API and is used to represent the results of pairwise metric evaluations."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality checks, deep cloning, and buffer manipulation."],["`PairwiseMetricResult` has two constructors: a default constructor and a copy constructor that takes another `PairwiseMetricResult` object as input."],["It includes properties like `Explanation` (a string describing the metric score) and `PairwiseChoice` (representing the specific pairwise metric choice)."],["This documentation covers versions `1.0.0-beta21` as the latest, and version `1.0.0-beta20` as the previous."]]],[]]