root.generated.openapi_aclient.models.evaluation_agent_evaluation_approach_enum¶
Root Signals API
Root Signals JSON API provides a way to access Root Signals using provisioned API token
The version of the OpenAPI document: 1.0.0 (latest) Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
Classes¶
Module Contents¶
- class root.generated.openapi_aclient.models.evaluation_agent_evaluation_approach_enum.EvaluationAgentEvaluationApproachEnum¶
Bases:
str,enum.Enumpointwise_score - Pointwise Score * pairwise_preference - Pairwise Preference * meets_all_specified_policy_criteria - Meets All Specified Policy Criteria * classification - Classification
- CLASSIFICATION = 'classification'¶
- MEETS_ALL_SPECIFIED_POLICY_CRITERIA = 'meets_all_specified_policy_criteria'¶
- PAIRWISE_PREFERENCE = 'pairwise_preference'¶
- POINTWISE_SCORE = 'pointwise_score'¶