public interface CometApi extends Closeable
Make sure to call CometApi.close() after finished with usage to release underlying resources.
| Modifier and Type | Method and Description |
|---|---|
List<ExperimentMetadata> |
getAllExperiments(String projectId)
Gets all experiment DTOs under specified project id.
|
List<Project> |
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<Project> getAllProjects(String workspaceName)
workspaceName - workspace nameList<ExperimentMetadata> getAllExperiments(String projectId)
projectId - Project idCopyright © 2022. All rights reserved.