| Modifier and Type | Class and Description |
|---|---|
static class |
CometApiImpl.CometApiBuilder |
| Constructor and Description |
|---|
CometApiImpl(String apiKey,
String baseUrl,
int maxAuthRetries) |
| Modifier and Type | Method and Description |
|---|---|
static CometApiImpl.CometApiBuilder |
builder() |
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
|
public List<String> getAllWorkspaces()
CometApigetAllWorkspaces in interface CometApipublic List<RestProject> getAllProjects(String workspaceName)
CometApigetAllProjects in interface CometApiworkspaceName - workspace namepublic List<ExperimentMetadataRest> getAllExperiments(String projectId)
CometApigetAllExperiments in interface CometApiprojectId - Project idpublic static CometApiImpl.CometApiBuilder builder()
Copyright © 2021. All rights reserved.