| 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.registrymodel |
Contains all classes related to the Comet's model registry.
|
| Modifier and Type | Method and Description |
|---|---|
ModelRegistryRecord |
CometApi.registerModel(Model model,
String experimentKey)
Register model defined in the specified experiment in the Comet's model registry.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RegistryModelImpl
The implementation of the
Model. |
| Modifier and Type | Method and Description |
|---|---|
Model |
RegistryModelImpl.RegistryModelBuilderImpl.build() |
| Modifier and Type | Method and Description |
|---|---|
ModelRegistryRecord |
CometApiImpl.registerModel(@NonNull Model model,
@NonNull String experimentKey) |
| Modifier and Type | Method and Description |
|---|---|
Model |
ModelBuilder.build()
Creates properly initialized
Model instance using defined by this builder configuration options. |
Copyright © 2022. All rights reserved.