root.generated.openapi_client.models.judge¶
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¶
Judge |
Module Contents¶
- class root.generated.openapi_client.models.judge.Judge¶
Bases:
pydantic.BaseModel
Judge
- created_at: datetime.datetime | None¶
- evaluators: List[root.generated.openapi_client.models.nested_evaluator.NestedEvaluator]¶
- id: pydantic.StrictStr¶
- model_config¶
- name: typing_extensions.Annotated[str, Field(strict=True, max_length=512)]¶