root.generated.openapi_client.models.result_preference_signifier_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_client.models.result_preference_signifier_evaluation_approach_enum.ResultPreferenceSignifierEvaluationApproachEnum

Bases: str, enum.Enum

  • pointwise_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'