| Package | Description |
|---|---|
| ml.comet.experiment |
Contains all classes to create various types of Comet Experiments.
|
| 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 |
|---|---|
CompletableFuture<LoggedArtifact> |
OnlineExperiment.logArtifact(Artifact artifact)
Logs an
Artifact object. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
DownloadedArtifact
Defines the public contract of the Comet Artifact which was downloaded.
|
| Modifier and Type | Method and Description |
|---|---|
Artifact |
ArtifactBuilder.build()
Creates properly initialized
Artifact instance. |
| Modifier and Type | Class and Description |
|---|---|
class |
ArtifactImpl
The implementation of the
Artifact. |
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 |
|---|---|
CompletableFuture<LoggedArtifact> |
OnlineExperimentImpl.logArtifact(Artifact artifact) |
Copyright © 2022. All rights reserved.