- 3.86.0 (latest)
- 3.84.0
- 3.83.0
- 3.82.0
- 3.81.0
- 3.79.0
- 3.77.0
- 3.76.0
- 3.75.0
- 3.74.0
- 3.73.0
- 3.71.0
- 3.69.0
- 3.68.0
- 3.65.0
- 3.64.0
- 3.63.0
- 3.61.0
- 3.60.0
- 3.59.0
- 3.58.0
- 3.57.0
- 3.56.0
- 3.55.0
- 3.54.0
- 3.53.0
- 3.52.0
- 3.50.0
- 3.49.0
- 3.48.0
- 3.47.0
- 3.46.0
- 3.45.0
- 3.44.0
- 3.43.0
- 3.42.0
- 3.41.0
- 3.40.0
- 3.38.0
- 3.37.0
- 3.36.0
- 3.35.0
- 3.34.0
- 3.33.0
- 3.32.0
- 3.31.0
- 3.30.0
- 3.29.0
- 3.28.0
- 3.25.0
- 3.24.0
- 3.23.0
- 3.22.0
- 3.21.0
- 3.20.0
- 3.19.0
- 3.18.0
- 3.17.0
- 3.16.0
- 3.15.0
- 3.14.0
- 3.13.0
- 3.12.0
- 3.11.0
- 3.10.0
- 3.9.0
- 3.8.0
- 3.7.0
- 3.6.0
- 3.5.0
- 3.4.2
- 3.3.0
- 3.2.0
- 3.0.0
- 2.9.8
- 2.8.9
- 2.7.4
- 2.5.3
- 2.4.0
public interface LLMBasedMetricSpecOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAdditionalConfig()
public abstract Struct getAdditionalConfig()Optional. Optional additional configuration for the metric.
optional .google.protobuf.Struct additional_config = 7 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
Struct |
The additionalConfig. |
getAdditionalConfigOrBuilder()
public abstract StructOrBuilder getAdditionalConfigOrBuilder()Optional. Optional additional configuration for the metric.
optional .google.protobuf.Struct additional_config = 7 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
StructOrBuilder |
|
getJudgeAutoraterConfig()
public abstract AutoraterConfig getJudgeAutoraterConfig()Optional. Optional configuration for the judge LLM (Autorater).
optional .google.cloud.aiplatform.v1beta1.AutoraterConfig judge_autorater_config = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
AutoraterConfig |
The judgeAutoraterConfig. |
getJudgeAutoraterConfigOrBuilder()
public abstract AutoraterConfigOrBuilder getJudgeAutoraterConfigOrBuilder()Optional. Optional configuration for the judge LLM (Autorater).
optional .google.cloud.aiplatform.v1beta1.AutoraterConfig judge_autorater_config = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
AutoraterConfigOrBuilder |
|
getMetricPromptTemplate()
public abstract String getMetricPromptTemplate()Required. Template for the prompt sent to the judge model.
optional string metric_prompt_template = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The metricPromptTemplate. |
getMetricPromptTemplateBytes()
public abstract ByteString getMetricPromptTemplateBytes()Required. Template for the prompt sent to the judge model.
optional string metric_prompt_template = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for metricPromptTemplate. |
getPredefinedRubricGenerationSpec()
public abstract PredefinedMetricSpec getPredefinedRubricGenerationSpec()Dynamically generate rubrics using a predefined spec.
.google.cloud.aiplatform.v1beta1.PredefinedMetricSpec predefined_rubric_generation_spec = 6;
| Returns | |
|---|---|
| Type | Description |
PredefinedMetricSpec |
The predefinedRubricGenerationSpec. |
getPredefinedRubricGenerationSpecOrBuilder()
public abstract PredefinedMetricSpecOrBuilder getPredefinedRubricGenerationSpecOrBuilder()Dynamically generate rubrics using a predefined spec.
.google.cloud.aiplatform.v1beta1.PredefinedMetricSpec predefined_rubric_generation_spec = 6;
| Returns | |
|---|---|
| Type | Description |
PredefinedMetricSpecOrBuilder |
|
getRubricGroupKey()
public abstract String getRubricGroupKey()Use a pre-defined group of rubrics associated with the input. Refers to a key in the rubric_groups map of EvaluationInstance.
string rubric_group_key = 4;
| Returns | |
|---|---|
| Type | Description |
String |
The rubricGroupKey. |
getRubricGroupKeyBytes()
public abstract ByteString getRubricGroupKeyBytes()Use a pre-defined group of rubrics associated with the input. Refers to a key in the rubric_groups map of EvaluationInstance.
string rubric_group_key = 4;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for rubricGroupKey. |
getRubricsSourceCase()
public abstract LLMBasedMetricSpec.RubricsSourceCase getRubricsSourceCase()| Returns | |
|---|---|
| Type | Description |
LLMBasedMetricSpec.RubricsSourceCase |
|
getSystemInstruction()
public abstract String getSystemInstruction()Optional. System instructions for the judge model.
optional string system_instruction = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The systemInstruction. |
getSystemInstructionBytes()
public abstract ByteString getSystemInstructionBytes()Optional. System instructions for the judge model.
optional string system_instruction = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for systemInstruction. |
hasAdditionalConfig()
public abstract boolean hasAdditionalConfig()Optional. Optional additional configuration for the metric.
optional .google.protobuf.Struct additional_config = 7 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the additionalConfig field is set. |
hasJudgeAutoraterConfig()
public abstract boolean hasJudgeAutoraterConfig()Optional. Optional configuration for the judge LLM (Autorater).
optional .google.cloud.aiplatform.v1beta1.AutoraterConfig judge_autorater_config = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the judgeAutoraterConfig field is set. |
hasMetricPromptTemplate()
public abstract boolean hasMetricPromptTemplate()Required. Template for the prompt sent to the judge model.
optional string metric_prompt_template = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the metricPromptTemplate field is set. |
hasPredefinedRubricGenerationSpec()
public abstract boolean hasPredefinedRubricGenerationSpec()Dynamically generate rubrics using a predefined spec.
.google.cloud.aiplatform.v1beta1.PredefinedMetricSpec predefined_rubric_generation_spec = 6;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the predefinedRubricGenerationSpec field is set. |
hasRubricGroupKey()
public abstract boolean hasRubricGroupKey()Use a pre-defined group of rubrics associated with the input. Refers to a key in the rubric_groups map of EvaluationInstance.
string rubric_group_key = 4;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the rubricGroupKey field is set. |
hasSystemInstruction()
public abstract boolean hasSystemInstruction()Optional. System instructions for the judge model.
optional string system_instruction = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the systemInstruction field is set. |