Vertex AI v1beta1 API - Class MetricMetadata.Types.ScoreRange (1.0.0-beta78)

public sealed class MetricMetadata.Types.ScoreRange : IMessage<MetricMetadata.Types.ScoreRange>, IEquatable<MetricMetadata.Types.ScoreRange>, IDeepCloneable<MetricMetadata.Types.ScoreRange>, IBufferMessage, IMessage

Reference documentation and code samples for the Vertex AI v1beta1 API class MetricMetadata.Types.ScoreRange.

The range of possible scores for this metric, used for plotting.

Inheritance

object > MetricMetadata.Types.ScoreRange

Namespace

Google.Cloud.AIPlatform.V1Beta1

Assembly

Google.Cloud.AIPlatform.V1Beta1.dll

Constructors

ScoreRange()

public ScoreRange()

ScoreRange(ScoreRange)

public ScoreRange(MetricMetadata.Types.ScoreRange other)
Parameter
Name Description
other MetricMetadataTypesScoreRange

Properties

Description

public string Description { get; set; }

Optional. The description of the score explaining the directionality etc.

Property Value
Type Description
string

HasMax

public bool HasMax { get; }

Gets whether the "max" field is set

Property Value
Type Description
bool

HasMin

public bool HasMin { get; }

Gets whether the "min" field is set

Property Value
Type Description
bool

HasStep

public bool HasStep { get; }

Gets whether the "step" field is set

Property Value
Type Description
bool

Max

public double Max { get; set; }

Required. The maximum value of the score range (inclusive).

Property Value
Type Description
double

Min

public double Min { get; set; }

Required. The minimum value of the score range (inclusive).

Property Value
Type Description
double

Step

public double Step { get; set; }

Optional. The distance between discrete steps in the range. If unset, the range is assumed to be continuous.

Property Value
Type Description
double