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. |
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. |