Class GoogleCloudAiplatformV1PairwiseMetricSpec
Spec for pairwise metric.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1PairwiseMetricSpec : IDirectResponseSchema
Properties
BaselineResponseFieldName
Optional. The field name of the baseline response.
Declaration
[JsonProperty("baselineResponseFieldName")]
public virtual string BaselineResponseFieldName { get; set; }
Property Value
Type | Description |
---|---|
string |
CandidateResponseFieldName
Optional. The field name of the candidate response.
Declaration
[JsonProperty("candidateResponseFieldName")]
public virtual string CandidateResponseFieldName { get; set; }
Property Value
Type | Description |
---|---|
string |
CustomOutputFormatConfig
Optional. CustomOutputFormatConfig allows customization of metric output. When this config is set, the
default output is replaced with the raw output string. If a custom format is chosen, the pairwise_choice
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 pairwise metric.
Declaration
[JsonProperty("metricPromptTemplate")]
public virtual string MetricPromptTemplate { get; set; }
Property Value
Type | Description |
---|---|
string |
SystemInstruction
Optional. System instructions for pairwise metric.
Declaration
[JsonProperty("systemInstruction")]
public virtual string SystemInstruction { get; set; }
Property Value
Type | Description |
---|---|
string |