| Package | Description |
|---|---|
| ml.comet.experiment.impl.constants | |
| ml.comet.experiment.impl.utils |
| Modifier and Type | Method and Description |
|---|---|
static QueryParamName |
QueryParamName.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QueryParamName[] |
QueryParamName.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Map<QueryParamName,String> |
RestApiUtils.artifactDownloadAssetParams(@NonNull DownloadArtifactAssetOptions options,
@NonNull String experimentKey)
Extracts query parameters from provided
DownloadArtifactAssetOptions to be used to download specific
asset associated with Comet artifact. |
static Map<QueryParamName,String> |
RestApiUtils.artifactVersionDetailsParams(@NonNull GetArtifactOptions options,
@NonNull String experimentKey)
Extracts query parameters from provided
GetArtifactOptions object to be used for getting details about
particular artifact version. |
static Map<QueryParamName,String> |
RestApiUtils.artifactVersionFilesParams(@NonNull GetArtifactOptions options)
Extracts query parameters from provided
GetArtifactOptions object to be used for getting list of assets
associated with particular artifact. |
static Map<QueryParamName,String> |
RestApiUtils.assetQueryParameters(@NonNull AssetImpl asset,
@NonNull String experimentKey)
Extracts query parameters from the provided
Asset. |
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.
|
Copyright © 2022. All rights reserved.