Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 859 Bytes

File metadata and controls

14 lines (10 loc) · 859 Bytes

SearchExperimentsRequest

SearchExperimentsRequest

Properties

Name Type Required Description
where Optional[SearchExperimentsFilter] No Optional search filter for filtering experiments. If not provided, all experiments for the model are returned.
order_by Optional[SearchExperimentsOrderBy] No The field to sort by. Default is to sort by relevance.
page_size Optional[PageSize] No The maximum number of results to return. Default 50, maximum of 100.
page_token Optional[PageToken] No PageToken to identify the next page to retrieve. Leave empty for the first request.

[Back to Model list] [Back to API list] [Back to README]