Cloud AI Platform v1 API - Class PairwiseMetricSpec (3.6.0)

public sealed class PairwiseMetricSpec : IMessage<PairwiseMetricSpec>, IEquatable<PairwiseMetricSpec>, IDeepCloneable<PairwiseMetricSpec>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud AI Platform v1 API class PairwiseMetricSpec.

Spec for pairwise metric.

Inheritance

object > PairwiseMetricSpec

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

PairwiseMetricSpec()

public PairwiseMetricSpec()

PairwiseMetricSpec(PairwiseMetricSpec)

public PairwiseMetricSpec(PairwiseMetricSpec other)
Parameter
Name Description
other PairwiseMetricSpec

Properties

HasMetricPromptTemplate

public bool HasMetricPromptTemplate { get; }

Gets whether the "metric_prompt_template" field is set

Property Value
Type Description
bool

MetricPromptTemplate

public string MetricPromptTemplate { get; set; }

Required. Metric prompt template for pairwise metric.

Property Value
Type Description
string