| 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 |
|---|---|
LoggedArtifactAsset |
LoggedArtifact.getAsset(String assetLogicalPath)
Allows getting asset keyed by provided
logicalPath from the Comet backend. |
| Modifier and Type | Method and Description |
|---|---|
Collection<LoggedArtifactAsset> |
LoggedArtifact.getAssets()
Allows reading list of assets associated with this artifact from the Comet backend.
|
Collection<LoggedArtifactAsset> |
LoggedArtifact.getRemoteAssets()
Allows reading list of remote assets associated with this artifact from Comet backend.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LoggedArtifactAssetImpl
Implementation of the
LoggedArtifactAsset. |
| Modifier and Type | Method and Description |
|---|---|
LoggedArtifactAsset |
LoggedArtifactImpl.getAsset(String assetLogicalPath) |
| Modifier and Type | Method and Description |
|---|---|
Collection<LoggedArtifactAsset> |
LoggedArtifactImpl.getAssets() |
Collection<LoggedArtifactAsset> |
LoggedArtifactImpl.getRemoteAssets() |
Copyright © 2022. All rights reserved.