EvaluationConfigFilterParam#
- class nemo_microservices.types.EvaluationConfigFilterParam
Bases:
TypedDict- created_at: DateTimeFilterParam
Filter by created_at date in ISO format.
- custom_fields: Dict[str, str]
A set of custom fields that the user can define and use for various purposes.
- name: str
Filter by name of the config.
- namespace: str
Filter by namespace.
- project: str
Filter by project.
- type: str
Filter by type of evaluation.