EvaluationJobFilterParam#

class nemo_microservices.types.evaluation.EvaluationJobFilterParam

Bases: TypedDict

config: str | EvaluationConfigFilterParam

Filter by config.

It can be string of format {namespace}/{name} or entity of type EvaluationConfigFilter.

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.

namespace: str

Filter by namespace.

project: str

Filter by project.

status: str

Filter by status of job.

target: str | EvaluationTargetFilterParam

Filter by target.

It can be string of format {namespace}/{name} or entity of type EvaluationTargetFilter.