Show / Hide Table of Contents

Class GoogleCloudAiplatformV1beta1PredefinedMetricSpec

The spec for a pre-defined metric.

Inheritance
object
GoogleCloudAiplatformV1beta1PredefinedMetricSpec
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.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class GoogleCloudAiplatformV1beta1PredefinedMetricSpec : 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

MetricSpecParameters

Optional. The parameters needed to run the pre-defined metric.

Declaration
[JsonProperty("metricSpecParameters")]
public virtual IDictionary<string, object> MetricSpecParameters { get; set; }
Property Value
Type Description
IDictionary<string, object>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX