Base Evaluator¶
- pydantic model ibm_watsonx_gov.evaluators.base_evaluator.BaseEvaluator¶
Bases:
BaseModel
The base class for all evaluators.
Show JSON schema
{ "title": "BaseEvaluator", "type": "object", "properties": { "api_client": { "default": null, "title": "Api Client" } } }
- Config:
arbitrary_types_allowed: bool = True
- Fields:
- field api_client: '})] = None¶