public sealed class MetricMetadata : IMessage<MetricMetadata>, IEquatable<MetricMetadata>, IDeepCloneable<MetricMetadata>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class MetricMetadata.
Metadata about the metric, used for visualization and organization.
Implements
IMessageMetricMetadata, IEquatableMetricMetadata, IDeepCloneableMetricMetadata, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
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 |
|