| 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 |
|---|---|
ModelDownloadInfo |
CometApi.downloadRegistryModel(Path outputPath,
String registryName,
String workspace) |
ModelDownloadInfo |
CometApi.downloadRegistryModel(Path outputPath,
String registryName,
String workspace,
DownloadModelOptions options)
Downloads and saves all files from the registered model.
|
| Modifier and Type | Method and Description |
|---|---|
ModelDownloadInfo |
CometApiImpl.downloadRegistryModel(@NonNull Path outputPath,
@NonNull String registryName,
@NonNull String workspace) |
ModelDownloadInfo |
CometApiImpl.downloadRegistryModel(@NonNull Path outputPath,
@NonNull String registryName,
@NonNull String workspace,
@NonNull DownloadModelOptions options) |
Copyright © 2022. All rights reserved.