| 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<ModelVersionOverview> |
CometApi.getRegistryModelVersion(String registryName,
String workspace,
String version)
Allows querying for details about specific version of the registry model.
|
| Modifier and Type | Method and Description |
|---|---|
Optional<ModelVersionOverview> |
CometApiImpl.getRegistryModelVersion(@NonNull String registryName,
@NonNull String workspace,
@NonNull String version) |
| Modifier and Type | Method and Description |
|---|---|
ModelVersionOverview |
RegistryModelItemDetails.toModelVersionOverview(org.slf4j.Logger logger)
Converts this into
ModelVersionOverview. |
Copyright © 2022. All rights reserved.