root.generated.openapi_aclient.models.skill_execution_validator_result ====================================================================== .. py:module:: root.generated.openapi_aclient.models.skill_execution_validator_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_aclient.models.skill_execution_validator_result.SkillExecutionValidatorResult Module Contents --------------- .. py:class:: SkillExecutionValidatorResult Bases: :py:obj:`pydantic.BaseModel` SkillExecutionValidatorResult .. py:attribute:: evaluator_id :type: Optional[pydantic.StrictStr] .. py:attribute:: evaluator_name :type: pydantic.StrictStr .. py:attribute:: justification :type: pydantic.StrictStr .. py:attribute:: model_config .. py:attribute:: result :type: Optional[Union[pydantic.StrictFloat, pydantic.StrictInt]] .. py:attribute:: status :type: root.generated.openapi_aclient.models.validation_result_status.ValidationResultStatus .. py:attribute:: threshold :type: Union[pydantic.StrictFloat, pydantic.StrictInt]