scorable.generated.openapi_aclient.models.annotation ==================================================== .. py:module:: scorable.generated.openapi_aclient.models.annotation .. autoapi-nested-parse:: 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 ------- .. autoapisummary:: scorable.generated.openapi_aclient.models.annotation.Annotation Module Contents --------------- .. py:class:: Annotation Bases: :py:obj:`pydantic.BaseModel` Annotation .. py:attribute:: category :type: Optional[Annotated[str, Field(strict=True, max_length=255)]] :value: None .. py:attribute:: created_at :type: Optional[datetime.datetime] .. py:attribute:: dataset_item :type: Optional[pydantic.StrictStr] :value: None .. py:attribute:: execution_log :type: Optional[pydantic.StrictStr] :value: None .. py:attribute:: id :type: pydantic.StrictStr .. py:attribute:: model_config .. py:attribute:: rationale :type: Optional[pydantic.StrictStr] :value: None .. py:attribute:: score_config :type: Optional[pydantic.StrictStr] :value: None .. py:attribute:: status :type: Optional[scorable.generated.openapi_aclient.models.annotation_status_enum.AnnotationStatusEnum] :value: None .. py:attribute:: value :type: Optional[Union[pydantic.StrictFloat, pydantic.StrictInt]] :value: None