idmtools_platform_local.client.experiments_client module¶
idmtools local platform experiment API Client.
Copyright 2021, Bill & Melinda Gates Foundation. All rights reserved.
- class idmtools_platform_local.client.experiments_client.ExperimentsClient¶
Bases:
BaseClient
Provides API client for Experiments.
- path_url = 'experiments'¶
- classmethod get_all(tags: Optional[List[Tuple[str, str]]] = None, page: Optional[int] = None, per_page: Optional[int] = None) List[Dict[str, Any]] ¶
Get all experiments with options to filter by tags.
- classmethod get_one(id: str, tags: Optional[List[Tuple[str, str]]] = None) Dict[str, Any] ¶
Convenience method to get one experiment.