TargetListParams#

class nemo_microservices.types.evaluation.TargetListParams

Bases: TypedDict

filter: EvaluationTargetFilterParam

Filter targets on various criteria.

page: int

Page number.

page_size: int

Page size.

sort: Literal['created_at', '-created_at']

The field to sort by.

To sort in decreasing order, use - in front of the field name.