| Package | Description |
|---|---|
| ml.comet.experiment.artifact |
Contains all interfaces and classes allowing to work with Comet Artifacts.
|
| ml.comet.experiment.asset |
Contains all interfaces and classes describing the Comet assets.
|
| ml.comet.experiment.impl.asset | |
| ml.comet.experiment.impl.utils |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ArtifactAsset
Defines the public contract of the asset associated with specific artifact.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
LoggedExperimentAsset
Defines the public contract of the asset associated with particular experiment which already logged to the Comet.
|
interface |
RemoteAsset
Defines public contract of the experiment asset which points to the remote resource.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ArtifactAssetImpl
Describes artifact's asset data.
|
class |
AssetImpl
Describes asset data.
|
class |
LoggedExperimentAssetImpl
Implementation of the
LoggedExperimentAsset. |
class |
RemoteAssetImpl
Describes remote asset data.
|
| Modifier and Type | Method and Description |
|---|---|
static Map<FormParamName,Object> |
RestApiUtils.assetFormParameters(@NonNull Asset asset)
Extracts form parameters from the provided
Asset. |
Copyright © 2022. All rights reserved.