root.generated.openapi_client.models.judge_batch_execution_item =============================================================== .. py:module:: root.generated.openapi_client.models.judge_batch_execution_item .. 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.judge_batch_execution_item.JudgeBatchExecutionItem Module Contents --------------- .. py:class:: JudgeBatchExecutionItem Bases: :py:obj:`pydantic.BaseModel` JudgeBatchExecutionItem .. py:attribute:: completed_at :type: Optional[datetime.datetime] .. py:attribute:: error_message :type: pydantic.StrictStr .. py:attribute:: evaluator_results :type: Optional[Any] .. py:attribute:: execution_log_id :type: Optional[pydantic.StrictStr] .. py:attribute:: index :type: pydantic.StrictInt .. py:attribute:: input :type: root.generated.openapi_client.models.judge_batch_execution_item_input.JudgeBatchExecutionItemInput .. py:attribute:: model_config .. py:attribute:: started_at :type: Optional[datetime.datetime] .. py:attribute:: status :type: root.generated.openapi_client.models.judge_batch_execution_item_status_enum.JudgeBatchExecutionItemStatusEnum