scorable.generated.openapi_client.models.evaluator_behavior_enum

Scorable API

Scorable JSON API provides a way to access Scorable 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 scorable.generated.openapi_client.models.evaluator_behavior_enum.EvaluatorBehaviorEnum

Bases: str, enum.Enum

  • thorough - Thorough * fast - Fast * balanced - Balanced

BALANCED = 'balanced'
FAST = 'fast'
THOROUGH = 'thorough'