root.generated.openapi_aclient.models.evaluation_job_response ============================================================= .. py:module:: root.generated.openapi_aclient.models.evaluation_job_response .. 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.evaluation_job_response.EvaluationJobResponse Module Contents --------------- .. py:class:: EvaluationJobResponse Bases: :py:obj:`pydantic.BaseModel` EvaluationJobResponse .. py:attribute:: failures_path :type: Optional[pydantic.StrictStr] :value: None .. py:attribute:: job_id :type: pydantic.StrictStr .. py:attribute:: message :type: Optional[pydantic.StrictStr] :value: None .. py:attribute:: model_config .. py:attribute:: results_path :type: Optional[pydantic.StrictStr] :value: None .. py:attribute:: status :type: root.generated.openapi_aclient.models.job_status.JobStatus .. py:attribute:: total_examples :type: pydantic.StrictInt