public sealed class PairwiseMetricResult : IMessage<PairwiseMetricResult>, IEquatable<PairwiseMetricResult>, IDeepCloneable<PairwiseMetricResult>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class PairwiseMetricResult.
Spec for pairwise metric result.
Implements
IMessagePairwiseMetricResult, IEquatablePairwiseMetricResult, IDeepCloneablePairwiseMetricResult, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
PairwiseMetricResult()
public PairwiseMetricResult()
PairwiseMetricResult(PairwiseMetricResult)
public PairwiseMetricResult(PairwiseMetricResult other)
Parameter | |
---|---|
Name | Description |
other |
PairwiseMetricResult |
Properties
Explanation
public string Explanation { get; set; }
Output only. Explanation for pairwise metric score.
Property Value | |
---|---|
Type | Description |
string |
PairwiseChoice
public PairwiseChoice PairwiseChoice { get; set; }
Output only. Pairwise metric choice.
Property Value | |
---|---|
Type | Description |
PairwiseChoice |