nemo_microservices.types.evaluation_config_filter_param#

Module Contents#

Classes#

API#

class nemo_microservices.types.evaluation_config_filter_param.EvaluationConfigFilterParam#

Bases: typing_extensions.TypedDict

created_at: nemo_microservices.types.date_time_filter_param.DateTimeFilterParam#

None

Filter by created_at date in ISO format.

custom_fields: Dict[str, str]#

None

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

name: str#

None

Filter by name of the config.

namespace: str#

None

Filter by namespace.

project: str#

None

Filter by project.

type: str#

None

Filter by type of evaluation.