Class GoogleCloudAiplatformV1MetricMetadataScoreRange
The range of possible scores for this metric, used for plotting.
Implements
Inherited Members
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? |