Vertex AI v1beta1 API - Class MetricMetadata (1.0.0-beta77)

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

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

Metadata about the metric, used for visualization and organization.

Inheritance

object > MetricMetadata

Namespace

Google.Cloud.AIPlatform.V1Beta1

Assembly

Google.Cloud.AIPlatform.V1Beta1.dll

Constructors

MetricMetadata()

public MetricMetadata()

MetricMetadata(MetricMetadata)

public MetricMetadata(MetricMetadata other)
Parameter
Name Description
other MetricMetadata

Properties

OtherMetadata

public Struct OtherMetadata { get; set; }

Optional. Flexible metadata for user-defined attributes.

Property Value
Type Description
Struct

ScoreRange

public MetricMetadata.Types.ScoreRange ScoreRange { get; set; }

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

Property Value
Type Description
MetricMetadataTypesScoreRange

Title

public string Title { get; set; }

Optional. The user-friendly name for the metric. If not set for a registered metric, it will default to the metric's display name.

Property Value
Type Description
string