root.generated.openapi_aclient.models.evaluation_agent ====================================================== .. py:module:: root.generated.openapi_aclient.models.evaluation_agent .. 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_agent.EvaluationAgent Module Contents --------------- .. py:class:: EvaluationAgent Bases: :py:obj:`pydantic.BaseModel` EvaluationAgent .. py:attribute:: created_at :type: datetime.datetime .. py:attribute:: evaluation_approach :type: Optional[root.generated.openapi_aclient.models.evaluation_agent_evaluation_approach_enum.EvaluationAgentEvaluationApproachEnum] :value: None .. py:attribute:: id :type: pydantic.StrictStr .. py:attribute:: model :type: Optional[root.generated.openapi_aclient.models.model_enum.ModelEnum] :value: None .. py:attribute:: model_config .. py:attribute:: name :type: typing_extensions.Annotated[str, Field(strict=True, max_length=1000)] .. py:attribute:: objective :type: root.generated.openapi_aclient.models.nested_objective.NestedObjective .. py:attribute:: objective_id :type: pydantic.StrictStr .. py:attribute:: scoring_criteria :type: pydantic.StrictStr .. py:attribute:: status :type: Optional[root.generated.openapi_aclient.models.status_enum.StatusEnum] :value: None .. py:attribute:: version_id :type: pydantic.StrictStr