Class GoogleCloudAiplatformV1EvaluationRunMetricPredefinedMetricSpec
Specification for a pre-defined metric.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1EvaluationRunMetricPredefinedMetricSpec : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
MetricSpecName
Required. The name of a pre-defined metric, such as "instruction_following_v1" or "text_quality_v1".
Declaration
[JsonProperty("metricSpecName")]
public virtual string MetricSpecName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Parameters
Optional. The parameters needed to run the pre-defined metric.
Declaration
[JsonProperty("parameters")]
public virtual IDictionary<string, object> Parameters { get; set; }
Property Value
| Type | Description |
|---|---|
| IDictionary<string, object> |