| Package | Description |
|---|---|
| ml.comet.experiment.impl |
Contains implementations of public interfaces of the Comet experiment's API.
|
| ml.comet.experiment.registrymodel |
Contains all classes related to the Comet's model registry.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
RegistryModelImpl.RegistryModelBuilderImpl
The implementation of the
ModelBuilder. |
| Modifier and Type | Method and Description |
|---|---|
ModelBuilder |
ModelBuilder.asPublic(boolean isPublic)
Updates the visibility of this model.
|
static ModelBuilder |
Model.newModel(String name)
Creates new model for the registry with given name and version.
|
ModelBuilder |
ModelBuilder.withComment(String comment)
Updates the short comment associated with model's record.
|
ModelBuilder |
ModelBuilder.withDescription(String description)
Updates the long description associated with this model's record.
|
ModelBuilder |
ModelBuilder.withRegistryName(String registryModelName)
Updates the name of the model as defined in the Comet registry.
|
ModelBuilder |
ModelBuilder.withStages(List<String> tags)
Updates the TAGs associated with the model.
|
ModelBuilder |
ModelBuilder.withVersion(String version)
Updates the version of the model.
|
ModelBuilder |
ModelBuilder.withWorkspace(String workspace)
Updates the workspace name of the model.
|
Copyright © 2022. All rights reserved.