public interface CometApi
| Modifier and Type | Method and Description |
|---|---|
List<ExperimentMetadataRest> |
getAllExperiments(String projectId)
Gets all experiment dto under specified project id
|
List<RestProject> |
getAllProjects(String workspaceName)
Gets all project dtos under specified workspace name
|
List<String> |
getAllWorkspaces()
Gets all workspaces available for current API key
|
List<String> getAllWorkspaces()
List<RestProject> getAllProjects(String workspaceName)
workspaceName - workspace nameList<ExperimentMetadataRest> getAllExperiments(String projectId)
projectId - Project idCopyright © 2021. All rights reserved.