nemo_microservices.types.evaluation_target_filter_param#

Module Contents#

Classes#

API#

class nemo_microservices.types.evaluation_target_filter_param.EvaluationTargetFilterParam#

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.

model: str#

None

Filter by target model.

name: str#

None

Filter by name of target.

namespace: str#

None

Filter by namespace.

project: str#

None

Filter by project.

type: str#

None

Filter by type of target.