public sealed class PairwiseMetricInput : IMessage<PairwiseMetricInput>, IEquatable<PairwiseMetricInput>, IDeepCloneable<PairwiseMetricInput>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class PairwiseMetricInput.
[[["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 documentation for the `PairwiseMetricInput` class within the Google Cloud AI Platform v1beta1 API, specifically in version 1.0.0-beta02."],["The `PairwiseMetricInput` class is used as input for pairwise metrics and inherits from the base `object` class, while implementing several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It includes two constructors, a default constructor, and a copy constructor that accepts another `PairwiseMetricInput` instance as a parameter."],["The class contains two properties: `Instance`, which is of type `PairwiseMetricInstance`, and `MetricSpec`, of type `PairwiseMetricSpec`, both of which are required for pairwise metric calculations."],["The latest version of this class can be found under 1.0.0-beta21."]]],[]]