public interface EvaluationSettingsOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getGoldenEvaluationToolCallBehaviour()
public abstract EvaluationToolCallBehaviour getGoldenEvaluationToolCallBehaviour()Optional. Configures the default tool call behaviour for golden evaluations.
.google.cloud.ces.v1beta.EvaluationToolCallBehaviour golden_evaluation_tool_call_behaviour = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
EvaluationToolCallBehaviour |
The goldenEvaluationToolCallBehaviour. |
getGoldenEvaluationToolCallBehaviourValue()
public abstract int getGoldenEvaluationToolCallBehaviourValue()Optional. Configures the default tool call behaviour for golden evaluations.
.google.cloud.ces.v1beta.EvaluationToolCallBehaviour golden_evaluation_tool_call_behaviour = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for goldenEvaluationToolCallBehaviour. |
getGoldenRunMethod()
public abstract GoldenRunMethod getGoldenRunMethod()Optional. The default method used to run golden evaluations. This will be used if no golden_run_method is specified in the RunEvaluationRequest.
.google.cloud.ces.v1beta.GoldenRunMethod golden_run_method = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
GoldenRunMethod |
The goldenRunMethod. |
getGoldenRunMethodValue()
public abstract int getGoldenRunMethodValue()Optional. The default method used to run golden evaluations. This will be used if no golden_run_method is specified in the RunEvaluationRequest.
.google.cloud.ces.v1beta.GoldenRunMethod golden_run_method = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for goldenRunMethod. |
getMetricsConfig()
public abstract EvaluationMetricsConfig getMetricsConfig()Optional. Configures the default metrics for evaluations.
.google.cloud.ces.v1beta.EvaluationMetricsConfig metrics_config = 5 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
EvaluationMetricsConfig |
The metricsConfig. |
getMetricsConfigOrBuilder()
public abstract EvaluationMetricsConfigOrBuilder getMetricsConfigOrBuilder()Optional. Configures the default metrics for evaluations.
.google.cloud.ces.v1beta.EvaluationMetricsConfig metrics_config = 5 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
EvaluationMetricsConfigOrBuilder |
|
getScenarioConversationInitiator()
public abstract EvaluationSettings.ScenarioConversationInitiator getScenarioConversationInitiator()Optional. Who starts the conversation in a scenario evaluation.
.google.cloud.ces.v1beta.EvaluationSettings.ScenarioConversationInitiator scenario_conversation_initiator = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
EvaluationSettings.ScenarioConversationInitiator |
The scenarioConversationInitiator. |
getScenarioConversationInitiatorValue()
public abstract int getScenarioConversationInitiatorValue()Optional. Who starts the conversation in a scenario evaluation.
.google.cloud.ces.v1beta.EvaluationSettings.ScenarioConversationInitiator scenario_conversation_initiator = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for scenarioConversationInitiator. |
getScenarioEvaluationToolCallBehaviour()
public abstract EvaluationToolCallBehaviour getScenarioEvaluationToolCallBehaviour()Optional. Configures the default tool call behaviour for scenario evaluations.
.google.cloud.ces.v1beta.EvaluationToolCallBehaviour scenario_evaluation_tool_call_behaviour = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
EvaluationToolCallBehaviour |
The scenarioEvaluationToolCallBehaviour. |
getScenarioEvaluationToolCallBehaviourValue()
public abstract int getScenarioEvaluationToolCallBehaviourValue()Optional. Configures the default tool call behaviour for scenario evaluations.
.google.cloud.ces.v1beta.EvaluationToolCallBehaviour scenario_evaluation_tool_call_behaviour = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for scenarioEvaluationToolCallBehaviour. |
getScenarioExecutionMode()
public abstract EvaluationSettings.ScenarioExecutionMode getScenarioExecutionMode()Optional. The execution mode for scenario evaluations. If not provided, will default to QUALITY_OPTIMIZED.
.google.cloud.ces.v1beta.EvaluationSettings.ScenarioExecutionMode scenario_execution_mode = 6 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
EvaluationSettings.ScenarioExecutionMode |
The scenarioExecutionMode. |
getScenarioExecutionModeValue()
public abstract int getScenarioExecutionModeValue()Optional. The execution mode for scenario evaluations. If not provided, will default to QUALITY_OPTIMIZED.
.google.cloud.ces.v1beta.EvaluationSettings.ScenarioExecutionMode scenario_execution_mode = 6 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for scenarioExecutionMode. |
hasMetricsConfig()
public abstract boolean hasMetricsConfig()Optional. Configures the default metrics for evaluations.
.google.cloud.ces.v1beta.EvaluationMetricsConfig metrics_config = 5 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the metricsConfig field is set. |