root.generated.openapi_client.models.evaluation_agent_evaluation_approach_enum ============================================================================== .. py:module:: root.generated.openapi_client.models.evaluation_agent_evaluation_approach_enum .. autoapi-nested-parse:: 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 ------- .. autoapisummary:: root.generated.openapi_client.models.evaluation_agent_evaluation_approach_enum.EvaluationAgentEvaluationApproachEnum Module Contents --------------- .. py:class:: EvaluationAgentEvaluationApproachEnum Bases: :py:obj:`str`, :py:obj:`enum.Enum` * `pointwise_score` - Pointwise Score * `pairwise_preference` - Pairwise Preference * `meets_all_specified_policy_criteria` - Meets All Specified Policy Criteria * `classification` - Classification .. py:attribute:: CLASSIFICATION :value: 'classification' .. py:attribute:: MEETS_ALL_SPECIFIED_POLICY_CRITERIA :value: 'meets_all_specified_policy_criteria' .. py:attribute:: PAIRWISE_PREFERENCE :value: 'pairwise_preference' .. py:attribute:: POINTWISE_SCORE :value: 'pointwise_score'