root.generated.openapi_client.models.evaluator_list_output ========================================================== .. py:module:: root.generated.openapi_client.models.evaluator_list_output .. 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_list_output.EvaluatorListOutput Module Contents --------------- .. py:class:: EvaluatorListOutput Bases: :py:obj:`pydantic.BaseModel` EvaluatorListOutput .. py:attribute:: created_at :type: datetime.datetime .. py:attribute:: id :type: pydantic.StrictStr .. py:attribute:: inputs :type: Dict[str, root.generated.openapi_client.models.evaluator_inputs_value.EvaluatorInputsValue] .. py:attribute:: meta :type: Optional[Any] .. py:attribute:: model_config .. py:attribute:: models :type: List[pydantic.StrictStr] .. py:attribute:: name :type: pydantic.StrictStr .. py:attribute:: objective :type: root.generated.openapi_client.models.nested_objective_list.NestedObjectiveList .. py:attribute:: owner :type: root.generated.openapi_client.models.nested_user_details.NestedUserDetails .. py:attribute:: prompt :type: pydantic.StrictStr .. py:attribute:: status :type: root.generated.openapi_client.models.status_enum.StatusEnum .. py:attribute:: updated_at :type: Optional[datetime.datetime] .. py:attribute:: updated_by :type: Optional[root.generated.openapi_client.models.nested_user_details.NestedUserDetails] .. py:attribute:: version_id :type: pydantic.StrictStr