Vertex AI v1beta1 API - Class MetricResult (1.0.0-beta71)

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

Reference documentation and code samples for the Vertex AI v1beta1 API class MetricResult.

Result for a single metric on a single instance.

Inheritance

object > MetricResult

Namespace

Google.Cloud.AIPlatform.V1Beta1

Assembly

Google.Cloud.AIPlatform.V1Beta1.dll

Constructors

MetricResult()

public MetricResult()

MetricResult(MetricResult)

public MetricResult(MetricResult other)
Parameter
Name Description
other MetricResult

Properties

Error

public Status Error { get; set; }

Output only. The error status for the metric result.

Property Value
Type Description
Status

Explanation

public string Explanation { get; set; }

Output only. The explanation for the metric result.

Property Value
Type Description
string

HasExplanation

public bool HasExplanation { get; }

Gets whether the "explanation" field is set

Property Value
Type Description
bool

HasScore

public bool HasScore { get; }

Gets whether the "score" field is set

Property Value
Type Description
bool

Score

public float Score { get; set; }

Output only. The score for the metric. Please refer to each metric's documentation for the meaning of the score.

Property Value
Type Description
float