| 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.asset |
| Modifier and Type | Method and Description |
|---|---|
ArtifactAsset |
LoggedArtifactAsset.download(Path dir) |
ArtifactAsset |
LoggedArtifactAsset.download(Path dir,
AssetOverwriteStrategy overwriteStrategy) |
ArtifactAsset |
LoggedArtifactAsset.download(Path dir,
Path file,
AssetOverwriteStrategy overwriteStrategy)
Downloads asset to the given directory.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<ArtifactAsset> |
Artifact.getAssets()
Returns assets associated with this artifact.
|
| Modifier and Type | Method and Description |
|---|---|
ArtifactAsset |
LoggedArtifactAssetImpl.download(Path dir) |
ArtifactAsset |
LoggedArtifactAssetImpl.download(Path dir,
AssetOverwriteStrategy overwriteStrategy) |
ArtifactAsset |
LoggedArtifactAssetImpl.download(@NonNull Path dir,
@NonNull Path file,
@NonNull AssetOverwriteStrategy overwriteStrategy) |
| Modifier and Type | Method and Description |
|---|---|
Collection<ArtifactAsset> |
ArtifactImpl.getAssets() |
| Modifier and Type | Class and Description |
|---|---|
class |
ArtifactAssetImpl
Describes artifact's asset data.
|
Copyright © 2022. All rights reserved.