EvaluationSettings(mapping=None, *, ignore_unknown_fields=False, **kwargs)Settings for evaluation.
Attributes |
|
|---|---|
| Name | Description |
scenario_conversation_initiator |
google.cloud.ces_v1beta.types.EvaluationSettings.ScenarioConversationInitiator
Optional. Who starts the conversation in a scenario evaluation. |
golden_run_method |
google.cloud.ces_v1beta.types.GoldenRunMethod
Optional. The default method used to run golden evaluations. This will be used if no golden_run_method is specified in the RunEvaluationRequest. |
golden_evaluation_tool_call_behaviour |
google.cloud.ces_v1beta.types.EvaluationToolCallBehaviour
Optional. Configures the default tool call behaviour for golden evaluations. |
scenario_evaluation_tool_call_behaviour |
google.cloud.ces_v1beta.types.EvaluationToolCallBehaviour
Optional. Configures the default tool call behaviour for scenario evaluations. |
Classes
ScenarioConversationInitiator
ScenarioConversationInitiator(value)Determines who starts the conversation in a scenario evaluation session.