Cloud AI Platform v1beta1 API - Class PairwiseMetricResult (1.0.0-beta03)

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.

Inheritance

object > PairwiseMetricResult

Namespace

Google.Cloud.AIPlatform.V1Beta1

Assembly

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