| 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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CometApi.updateRegistryModel(String registryName,
String workspace,
String newRegistryName) |
void |
CometApi.updateRegistryModel(String registryName,
String workspace,
String newRegistryName,
String newDescription) |
void |
CometApi.updateRegistryModel(String registryName,
String workspace,
String newRegistryName,
String newDescription,
boolean isPublic)
Updates the registry model with new values.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CometApiImpl.updateRegistryModel(@NonNull String registryName,
@NonNull String workspace,
String newRegistryName) |
void |
CometApiImpl.updateRegistryModel(@NonNull String registryName,
@NonNull String workspace,
String newRegistryName,
String newDescription) |
void |
CometApiImpl.updateRegistryModel(@NonNull String registryName,
@NonNull String workspace,
String newRegistryName,
String newDescription,
boolean isPublic) |
Copyright © 2022. All rights reserved.