Show / Hide Table of Contents

Class GoogleCloudAiplatformV1PointwiseMetricSpec

Spec for pointwise metric.

Inheritance
object
GoogleCloudAiplatformV1PointwiseMetricSpec
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 GoogleCloudAiplatformV1PointwiseMetricSpec : IDirectResponseSchema

Properties

CustomOutputFormatConfig

Optional. CustomOutputFormatConfig allows customization of metric output. By default, metrics return a score and explanation. When this config is set, the default output is replaced with either: - The raw output string. - A parsed output based on a user-defined schema. If a custom format is chosen, the score and explanation fields in the corresponding metric result will be empty.

Declaration
[JsonProperty("customOutputFormatConfig")]
public virtual GoogleCloudAiplatformV1CustomOutputFormatConfig CustomOutputFormatConfig { get; set; }
Property Value
Type Description
GoogleCloudAiplatformV1CustomOutputFormatConfig

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

MetricPromptTemplate

Required. Metric prompt template for pointwise metric.

Declaration
[JsonProperty("metricPromptTemplate")]
public virtual string MetricPromptTemplate { get; set; }
Property Value
Type Description
string

SystemInstruction

Optional. System instructions for pointwise metric.

Declaration
[JsonProperty("systemInstruction")]
public virtual string SystemInstruction { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX