public sealed class MetricxResult : IMessage<MetricxResult>, IEquatable<MetricxResult>, IDeepCloneable<MetricxResult>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class MetricxResult.
Spec for MetricX result - calculates the MetricX score for the given instance using the version specified in the spec.
Implements
IMessageMetricxResult, IEquatableMetricxResult, IDeepCloneableMetricxResult, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
MetricxResult()
public MetricxResult()MetricxResult(MetricxResult)
public MetricxResult(MetricxResult other)| Parameter | |
|---|---|
| Name | Description |
other |
MetricxResult |
Properties
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. MetricX score. Range depends on version.
| Property Value | |
|---|---|
| Type | Description |
float |
|