| 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 |
|---|---|
Optional<ModelOverview> |
CometApi.getRegistryModelDetails(String registryName,
String workspace)
Allows querying for details about specific registry model.
|
| Modifier and Type | Method and Description |
|---|---|
Optional<ModelOverview> |
CometApiImpl.getRegistryModelDetails(@NonNull String registryName,
@NonNull String workspace) |
| Modifier and Type | Method and Description |
|---|---|
ModelOverview |
RegistryModelDetailsResponse.toModelOverview(org.slf4j.Logger logger)
Converts this to
ModelOverview exposed by public API. |
Copyright © 2022. All rights reserved.