Show / Hide Table of Contents

Class GoogleCloudAiplatformV1MetricMetadataScoreRange

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

Inheritance
object
GoogleCloudAiplatformV1MetricMetadataScoreRange
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1MetricMetadataScoreRange : IDirectResponseSchema

Properties

Description

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

Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Max

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

Declaration
[JsonProperty("max")]
public virtual double? Max { get; set; }
Property Value
Type Description
double?

Min

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

Declaration
[JsonProperty("min")]
public virtual double? Min { get; set; }
Property Value
Type Description
double?

Step

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

Declaration
[JsonProperty("step")]
public virtual double? Step { get; set; }
Property Value
Type Description
double?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX