root.generated.openapi_client.models.evaluator_calibration_result ================================================================= .. py:module:: root.generated.openapi_client.models.evaluator_calibration_result .. autoapi-nested-parse:: Root Signals API Root Signals JSON API provides a way to access Root Signals 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:: root.generated.openapi_client.models.evaluator_calibration_result.EvaluatorCalibrationResult Module Contents --------------- .. py:class:: EvaluatorCalibrationResult Bases: :py:obj:`pydantic.BaseModel` EvaluatorCalibrationResult .. py:attribute:: cost :type: Optional[Union[pydantic.StrictFloat, pydantic.StrictInt]] .. py:attribute:: execution_log_id :type: pydantic.StrictStr .. py:attribute:: expected_score :type: Union[pydantic.StrictFloat, pydantic.StrictInt] .. py:attribute:: justification :type: Optional[pydantic.StrictStr] :value: None .. py:attribute:: llm_output :type: pydantic.StrictStr .. py:attribute:: model :type: pydantic.StrictStr .. py:attribute:: model_call_duration :type: Optional[Union[pydantic.StrictFloat, pydantic.StrictInt]] :value: None .. py:attribute:: model_config .. py:attribute:: rendered_prompt :type: pydantic.StrictStr .. py:attribute:: score :type: Optional[Union[pydantic.StrictFloat, pydantic.StrictInt]]