| 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.utils | |
| ml.comet.experiment.registrymodel |
Contains all classes related to the Comet's model registry.
|
| Modifier and Type | Method and Description |
|---|---|
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,
@NonNull DownloadModelOptions options) |
| Modifier and Type | Method and Description |
|---|---|
static Map<QueryParamName,String> |
RestApiUtils.downloadModelParams(@NonNull String workspace,
@NonNull String registryName,
@NonNull DownloadModelOptions options)
Creates query parameters to be used to download model from the Comet registry.
|
static String |
ModelUtils.registryModelZipFileName(String registryName,
DownloadModelOptions options)
Creates standard name of the ZIP file for the registry model.
|
| Modifier and Type | Method and Description |
|---|---|
DownloadModelOptions |
DownloadModelOptions.DownloadModelOptionsBuilder.build()
Creates properly initialized instance of the
DownloadModelOptions. |
DownloadModelOptions |
ModelDownloadInfo.getDownloadOptions()
Returns options which was used to download registry model's assets.
|
| Constructor and Description |
|---|
ModelDownloadInfo(Path downloadPath,
DownloadModelOptions downloadOptions)
Creates new instance with specified parameters.
|
Copyright © 2022. All rights reserved.