| 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> |
AssetUtils.assetQueryParameters(@NonNull AssetImpl asset,
@NonNull String experimentKey)
Extracts query parameters from the provided
Asset. |
static Map<QueryParamName,String> |
ArtifactUtils.downloadAssetParams(@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> |
ArtifactUtils.versionDetailsParams(@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> |
ArtifactUtils.versionFilesParams(@NonNull GetArtifactOptions options)
Extracts query parameters from provided
GetArtifactOptions object to be used for getting list of assets
associated with particular artifact. |
Copyright © 2022. All rights reserved.