Show / Hide Table of Contents

Class GoogleCloudAiplatformV1MetricMetadata

Metadata about the metric, used for visualization and organization.

Inheritance
object
GoogleCloudAiplatformV1MetricMetadata
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 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX