| 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.
|
| Modifier and Type | Method and Description |
|---|---|
DownloadedArtifact |
LoggedArtifact.download(Path folder) |
DownloadedArtifact |
LoggedArtifact.download(Path folder,
AssetOverwriteStrategy overwriteStrategy)
Download the current Artifact Version assets to a given directory.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DownloadedArtifactImpl
The implementation of the
Artifact to represent artifact downloaded from the
Comet by LoggedArtifact.download(Path, AssetOverwriteStrategy) method. |
| Modifier and Type | Method and Description |
|---|---|
DownloadedArtifact |
LoggedArtifactImpl.download(Path folder) |
DownloadedArtifact |
LoggedArtifactImpl.download(@NonNull Path folder,
@NonNull AssetOverwriteStrategy overwriteStrategy) |
Copyright © 2022. All rights reserved.