public sealed class PairwiseMetricSpec : IMessage<PairwiseMetricSpec>, IEquatable<PairwiseMetricSpec>, IDeepCloneable<PairwiseMetricSpec>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class PairwiseMetricSpec.
[[["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."],[[["The `PairwiseMetricSpec` class is part of the Cloud AI Platform v1beta1 API and is used to define specifications for pairwise metrics."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring compatibility and functionality within the Google.Protobuf framework."],["The `PairwiseMetricSpec` class offers two constructors: a default constructor and a copy constructor to duplicate an existing `PairwiseMetricSpec` object."],["The `MetricPromptTemplate` property, a string, is a required field representing the metric prompt template for the pairwise metric."],["The `HasMetricPromptTemplate` property is a boolean indicating whether the `MetricPromptTemplate` field is set."]]],[]]