Show / Hide Table of Contents

Class GoogleCloudAiplatformV1EvaluationRunMetricPredefinedMetricSpec

Specification for a pre-defined metric.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX