See: Description
| Interface | Description |
|---|---|
| Model |
Defines public contract of the registered ML model.
|
| ModelBuilder |
The
ModelBuilder can be used to create properly initialized instance of the Model. |
| Class | Description |
|---|---|
| DownloadModelOptions |
Defines options to be used when downloading registry model.
|
| DownloadModelOptions.DownloadModelOptionsBuilder |
The factory to create properly initialized instance of the
DownloadModelOptions. |
| ModelDownloadInfo |
Holds information about model download.
|
| ModelOverview |
Holds overview of particular registry model which was retrieved from Comet server.
|
| ModelRegistryRecord |
Holds information about created/updated model registry record.
|
| ModelVersionOverview |
Holds overview of specific version of the registry model.
|
| Exception | Description |
|---|---|
| ModelNotFoundException |
Raised when experiment model is not found.
|
| ModelVersionNotFoundException |
Exception to be thrown if specific version of the registered Comet model was not found.
|
Copyright © 2022. All rights reserved.