| Package | Description |
|---|---|
| ml.comet.experiment.artifact |
Contains all interfaces and classes allowing to work with Comet Artifacts.
|
| ml.comet.experiment.exception |
Contains exceptions which can be thrown by Comet experiment.
|
| ml.comet.experiment.registrymodel |
Contains all classes related to the Comet's model registry.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ArtifactAssetNotFoundException
Exception to be raised when specific asset of the Comet artifact was not found.
|
class |
ArtifactDownloadException
Exception to be thrown if artifact download failed.
|
class |
ArtifactException
The general exception to be thrown when operation related to the Comet artifact failed.
|
class |
ArtifactNotFoundException
Exception to be raised if
Artifact is not found by the Comet backend. |
class |
ConflictingArtifactAssetNameException
Exception to be raised if logical name of the asset added to the
Artifact is not unique. |
class |
InvalidArtifactStateException
Exception to be raised if
Artifact is not closed or has no data. |
| Modifier and Type | Class and Description |
|---|---|
class |
CometApiException
Signals that REST API call operation has been failed or returned unexpected result.
|
class |
ConfigException
The exception to be thrown if any configuration issues found.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ModelNotFoundException
Raised when experiment model is not found.
|
class |
ModelVersionNotFoundException
Exception to be thrown if specific version of the registered Comet model was not found.
|
Copyright © 2022. All rights reserved.