| Package | Description |
|---|---|
| ml.comet.experiment |
Contains all classes to create various types of Comet Experiments.
|
| ml.comet.experiment.impl |
Contains implementations of public interfaces of the Comet experiment's API.
|
| ml.comet.experiment.impl.rest |
Contains all classes used to model Comet REST API data transfer objects.
|
| Modifier and Type | Method and Description |
|---|---|
LoggedArtifact |
Experiment.getArtifact(String name)
Allows looking for logged artifact using provided search parameters.
|
LoggedArtifact |
Experiment.getArtifact(String name,
String workspace)
Allows looking for logged artifact using provided search parameters.
|
LoggedArtifact |
Experiment.getArtifact(String name,
String workspace,
String versionOrAlias)
Allows looking for logged artifact using provided search parameters.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<LoggedArtifact> |
OnlineExperiment.logArtifact(Artifact artifact)
Logs an
Artifact object. |
| Modifier and Type | Class and Description |
|---|---|
class |
LoggedArtifactImpl
The implementation of the
LoggedArtifact. |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<LoggedArtifact> |
OnlineExperimentImpl.logArtifact(Artifact artifact) |
| Modifier and Type | Method and Description |
|---|---|
LoggedArtifact |
ArtifactVersionDetail.copyToLoggedArtifact(LoggedArtifactImpl artifact)
Copy values to the provided
LoggedArtifact instance. |
Copyright © 2022. All rights reserved.