Class GoogleCloudAiplatformV1MetricMetadata
Metadata about the metric, used for visualization and organization.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1MetricMetadata : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
OtherMetadata
Optional. Flexible metadata for user-defined attributes.
Declaration
[JsonProperty("otherMetadata")]
public virtual IDictionary<string, object> OtherMetadata { get; set; }
Property Value
| Type | Description |
|---|---|
| IDictionary<string, object> |
ScoreRange
Optional. The range of possible scores for this metric, used for plotting.
Declaration
[JsonProperty("scoreRange")]
public virtual GoogleCloudAiplatformV1MetricMetadataScoreRange ScoreRange { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudAiplatformV1MetricMetadataScoreRange |
Title
Optional. The user-friendly name for the metric. If not set for a registered metric, it will default to the metric's display name.
Declaration
[JsonProperty("title")]
public virtual string Title { get; set; }
Property Value
| Type | Description |
|---|---|
| string |