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