scorable.generated.openapi_aclient.models.annotation

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

Annotation

Annotation

Module Contents

class scorable.generated.openapi_aclient.models.annotation.Annotation

Bases: pydantic.BaseModel

Annotation

category: Annotated[str, Field(strict=True, max_length=255)] | None = None
created_at: datetime.datetime | None
dataset_item: pydantic.StrictStr | None = None
execution_log: pydantic.StrictStr | None = None
id: pydantic.StrictStr
model_config
rationale: pydantic.StrictStr | None = None
score_config: pydantic.StrictStr | None = None
status: scorable.generated.openapi_aclient.models.annotation_status_enum.AnnotationStatusEnum | None = None
value: pydantic.StrictFloat | pydantic.StrictInt | None = None