scorable.generated.openapi_aclient.models.score_config_type_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_aclient.models.score_config_type_enum.ScoreConfigTypeEnum

Bases: str, enum.Enum

  • binary - binary * continuous - continuous * categorical - categorical

BINARY = 'binary'
CATEGORICAL = 'categorical'
CONTINUOUS = 'continuous'