public sealed class MetricResult : IMessage<MetricResult>, IEquatable<MetricResult>, IDeepCloneable<MetricResult>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class MetricResult.
Result for a single metric on a single instance.
Implements
IMessageMetricResult, IEquatableMetricResult, IDeepCloneableMetricResult, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
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 |
|