| Package | Description |
|---|---|
| ml.comet.experiment.artifact |
Contains all interfaces and classes allowing to work with Comet Artifacts.
|
| ml.comet.experiment.impl |
Contains implementations of public interfaces of the Comet experiment's API.
|
| ml.comet.experiment.impl.utils |
| Modifier and Type | Method and Description |
|---|---|
static AssetOverwriteStrategy |
AssetOverwriteStrategy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AssetOverwriteStrategy[] |
AssetOverwriteStrategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ArtifactAsset |
LoggedArtifactAsset.download(Path dir,
AssetOverwriteStrategy overwriteStrategy) |
DownloadedArtifact |
LoggedArtifact.download(Path folder,
AssetOverwriteStrategy overwriteStrategy)
Download the current Artifact Version assets to a given directory.
|
ArtifactAsset |
LoggedArtifactAsset.download(Path dir,
Path file,
AssetOverwriteStrategy overwriteStrategy)
Downloads asset to the given directory.
|
| Modifier and Type | Method and Description |
|---|---|
ArtifactAsset |
LoggedArtifactAssetImpl.download(Path dir,
AssetOverwriteStrategy overwriteStrategy) |
DownloadedArtifact |
LoggedArtifactImpl.download(@NonNull Path folder,
@NonNull AssetOverwriteStrategy overwriteStrategy) |
ArtifactAsset |
LoggedArtifactAssetImpl.download(@NonNull Path dir,
@NonNull Path file,
@NonNull AssetOverwriteStrategy overwriteStrategy) |
| Modifier and Type | Method and Description |
|---|---|
static Optional<Path> |
FileUtils.resolveAssetPath(@NonNull Path dir,
@NonNull Path file,
@NonNull AssetOverwriteStrategy overwriteStrategy)
Allows resolving of the path to the asset file based on provided parameters.
|
Copyright © 2022. All rights reserved.