Cloud AI Platform v1 API - Class MetricxResult (3.11.0)

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

Reference documentation and code samples for the Cloud AI Platform v1 API class MetricxResult.

Spec for MetricX result - calculates the MetricX score for the given instance using the version specified in the spec.

Inheritance

object > MetricxResult

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.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