root.generated.openapi_client.models.judge_batch_execution_detail ================================================================= .. py:module:: root.generated.openapi_client.models.judge_batch_execution_detail .. 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_detail.JudgeBatchExecutionDetail Module Contents --------------- .. py:class:: JudgeBatchExecutionDetail Bases: :py:obj:`pydantic.BaseModel` JudgeBatchExecutionDetail .. py:attribute:: batch_execution_id :type: pydantic.StrictStr .. py:attribute:: completed_at :type: Optional[datetime.datetime] .. py:attribute:: completed_count :type: pydantic.StrictInt .. py:attribute:: created_at :type: Optional[datetime.datetime] .. py:attribute:: failed_count :type: pydantic.StrictInt .. py:attribute:: items :type: List[root.generated.openapi_client.models.judge_batch_execution_item.JudgeBatchExecutionItem] .. py:attribute:: judge :type: root.generated.openapi_client.models.nested_judge.NestedJudge .. py:attribute:: model_config .. py:attribute:: started_at :type: Optional[datetime.datetime] .. py:attribute:: status :type: root.generated.openapi_client.models.status776_enum.Status776Enum .. py:attribute:: total_count :type: pydantic.StrictInt