scorable.generated.openapi_aclient.models.otel_trace_evaluation_filter_output¶
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¶
OtelTraceEvaluationFilterOutput |
Module Contents¶
- class scorable.generated.openapi_aclient.models.otel_trace_evaluation_filter_output.OtelTraceEvaluationFilterOutput¶
Bases:
pydantic.BaseModelOtelTraceEvaluationFilterOutput
- applies_to_new_only: pydantic.StrictBool¶
- created_at: pydantic.StrictStr¶
- delay_seconds: pydantic.StrictInt¶
- evaluator_id: pydantic.StrictStr | None¶
- extractor_rules: List[Dict[str, Any]]¶
- filter_criteria: Dict[str, Any]¶
- id: pydantic.StrictStr¶
- is_active: pydantic.StrictBool¶
- judge_id: pydantic.StrictStr | None¶
- model_config¶
- name: pydantic.StrictStr¶
- sampling_rate: pydantic.StrictFloat | pydantic.StrictInt¶
- updated_at: pydantic.StrictStr¶