scorable.generated.openapi_client.models.judge ============================================== .. py:module:: scorable.generated.openapi_client.models.judge .. autoapi-nested-parse:: Scorable API Scorable JSON API provides a way to access Scorable 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:: scorable.generated.openapi_client.models.judge.Judge Module Contents --------------- .. py:class:: Judge Bases: :py:obj:`pydantic.BaseModel` Judge .. py:attribute:: created_at :type: datetime.datetime .. py:attribute:: evaluators :type: List[scorable.generated.openapi_client.models.nested_evaluator.NestedEvaluator] .. py:attribute:: files :type: List[scorable.generated.openapi_client.models.judge_files_inner.JudgeFilesInner] .. py:attribute:: id :type: pydantic.StrictStr .. py:attribute:: inputs :type: Dict[str, scorable.generated.openapi_client.models.evaluator_inputs_value.EvaluatorInputsValue] .. py:attribute:: intent :type: pydantic.StrictStr .. py:attribute:: meta :type: Dict[str, Any] .. py:attribute:: model_config .. py:attribute:: name :type: Annotated[str, Field(min_length=3, strict=True, max_length=512)] .. py:attribute:: project_id :type: Optional[pydantic.StrictStr] .. py:attribute:: stage :type: Optional[Annotated[str, Field(strict=True, max_length=255)]] :value: None .. py:attribute:: version_id :type: pydantic.StrictStr .. py:attribute:: visibility :type: Optional[scorable.generated.openapi_client.models.visibility_enum.VisibilityEnum] :value: None