Class GoogleCloudAiplatformV1MetricSource
The metric source used for evaluation.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1MetricSource : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Metric
Inline metric config.
Declaration
[JsonProperty("metric")]
public virtual GoogleCloudAiplatformV1Metric Metric { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudAiplatformV1Metric |
MetricResourceName
Resource name for registered metric.
Declaration
[JsonProperty("metricResourceName")]
public virtual string MetricResourceName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |