scorable.generated.openapi_client.models.calibration_run ======================================================== .. py:module:: scorable.generated.openapi_client.models.calibration_run .. 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_client.models.calibration_run.CalibrationRun Module Contents --------------- .. py:class:: CalibrationRun Bases: :py:obj:`pydantic.BaseModel` CalibrationRun .. py:attribute:: created_at :type: Optional[datetime.datetime] .. py:attribute:: dataset :type: Optional[pydantic.StrictStr] .. py:attribute:: error :type: pydantic.StrictStr .. py:attribute:: evaluator_external_id :type: pydantic.StrictStr .. py:attribute:: evaluator_version_id :type: pydantic.StrictStr .. py:attribute:: id :type: pydantic.StrictStr .. py:attribute:: metrics :type: Optional[Any] .. py:attribute:: model_config .. py:attribute:: n_examples :type: pydantic.StrictInt .. py:attribute:: n_skipped :type: pydantic.StrictInt .. py:attribute:: score_config :type: Optional[pydantic.StrictStr] .. py:attribute:: source_type :type: scorable.generated.openapi_client.models.calibration_source_type_enum.CalibrationSourceTypeEnum .. py:attribute:: status :type: scorable.generated.openapi_client.models.calibration_run_status_enum.CalibrationRunStatusEnum