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.
Spec for pairwise metric.
Implements
IMessagePairwiseMetricSpec, IEquatablePairwiseMetricSpec, IDeepCloneablePairwiseMetricSpec, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.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 |