EvaluationJobFilter#

class nemo_microservices.types.evaluation.EvaluationJobFilter(*args: Any, **kwargs: Any)

Bases: BaseModel

config: str | EvaluationConfigFilter | None = None

Filter by config.

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

created_at: DateTimeFilter | None = None

Filter by created_at date in ISO format.

custom_fields: Dict[str, str] | None = None

A set of custom fields that the user can define and use for various purposes.

namespace: str | None = None

Filter by namespace.

project: str | None = None

Filter by project.

status: str | None = None

Filter by status of job.

target: str | EvaluationTargetFilter | None = None

Filter by target.

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