ResultListParams#

class nemo_microservices.types.evaluation.ResultListParams

Bases: TypedDict

filter: EvaluationResultFilterParam

Filter results 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.