public sealed class PairwiseMetricInstance : IMessage<PairwiseMetricInstance>, IEquatable<PairwiseMetricInstance>, IDeepCloneable<PairwiseMetricInstance>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class PairwiseMetricInstance.
Pairwise metric instance. Usually one instance corresponds to one row in an
evaluation dataset.
[[["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."],[[["The `PairwiseMetricInstance` class is part of the Google Cloud AI Platform v1beta1 API and represents a single instance of pairwise metric data, typically corresponding to a row in an evaluation dataset."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in data representation and manipulation within the API."],["It provides constructors for creating new instances, either default or by copying from another `PairwiseMetricInstance` object."],["The class contains properties like `HasJsonInstance`, `InstanceCase`, and `JsonInstance` to manage data, including a JSON string representation."],["It is part of the `Google.Cloud.AIPlatform.V1Beta1` namespace, within the `Google.Cloud.AIPlatform.V1Beta1.dll` assembly, and inherits from the base `object` class."]]],[]]