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-04-09 UTC."],[[["This documentation covers the `PairwiseMetricSpec` class within the Google Cloud AI Platform v1beta1 API, specifically within the 1.0.0-beta02 version and the latest beta version, beta21."],["The `PairwiseMetricSpec` class is designed to define specifications for pairwise metrics within the Cloud AI Platform."],["This class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["`PairwiseMetricSpec` can be constructed either with no parameters or with another instance of `PairwiseMetricSpec`, and includes properties such as `HasMetricPromptTemplate` and `MetricPromptTemplate`."],["The `MetricPromptTemplate` property is required and is of type string, representing the metric prompt template for pairwise metric, and the `HasMetricPromptTemplate` is a boolean that checks if the field is set."]]],[]]