| Package | Description |
|---|---|
| ml.comet.experiment |
Contains all classes to create various types of Comet Experiments.
|
| ml.comet.experiment.impl |
Contains implementations of public interfaces of the Comet experiment's API.
|
| ml.comet.experiment.impl.rest |
Contains all classes used to model Comet REST API data transfer objects.
|
| Modifier and Type | Method and Description |
|---|---|
List<Project> |
CometApi.getAllProjects(String workspaceName)
Gets all projects under specified workspace name.
|
| Modifier and Type | Method and Description |
|---|---|
List<Project> |
CometApiImpl.getAllProjects(@NonNull String workspaceName) |
| Modifier and Type | Method and Description |
|---|---|
Project |
RestProject.toProject()
Converts this into
Project model object of the public API. |
Copyright © 2022. All rights reserved.