Class GoogleCloudAiplatformV1PointwiseMetricSpec
Spec for pointwise metric.
Implements
Inherited Members
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 |