comet-java-sdk-1.1.10
·
63 commits
to refs/heads/master
since this release
What’s Changed
- [N/A]: Bump to version 1.1.10 (#64) @yaricom
- [CM-2346]: Implement equivalent of API.delete_registry_model_version (#63) @yaricom
- [CM-2345]: Implement equivalent of API.delete_registry_model (#62) @yaricom
- [CM-2372]: Implement equivalent of API.update_registry_model_version (#61) @yaricom
- [CM-2370]: Implement equivalent of API.update_registry_model (#60) @yaricom
- CM-2368: Implement equivalent of API.get_registry_model_notes (#59) @yaricom
- [CM-2369]: Implement equivalent of API.get_registry_model_versions (#58) @yaricom
- [CM-2367]: Implement equivalent of API.get_registry_model_names (#57) @yaricom
- [CM-2348]: Implement equivalent of API.get_registry_model_details (#56) @yaricom
- [CM-1576]: Log System Details from Java System Properties (#55) @yaricom
comet-java-client
- Implemented support for logging system metrics at experiment start.
- Implemented
CometApi.getRegistryModelDetails()allowing to get registry model overview from Comet. - Implemented
CometApi.getRegistryModelVersion()allowing to get details about particular version of the registry model from Comet. - Implemented
CometApi.getRegistryModelNames()allowing getting names of the registered models. - Implemented
CometApi.getRegistryModelVersions()allowing retrieving versions list of the registry model. - Implemented
CometApi.updateRegistryModelNotes()andCometApi.getRegistryModelNotes()allowing to create/update registry model notes and retrieve it. - Implemented
CometApi.updateRegistryModel()allowing retrieving versions list of the registry model. - Implemented
CometApi.updateRegistryModelVersion()allowing update of the version details of the registry model. - Implemented
CometApi.deleteRegistryModel()allowing to delete the registry model. - Implemented
CometApi.deleteRegistryModelVersion()allowing deleting specific version of the registry model.
comet-examples
- Updated
RegistryModelExampleto include example of retrieving model's general overview as well as details about particular version of the model. - Added example of retrieving names of the registered models in the
RegistryModelExample. - Updated
RegistryModelExampleto demonstrate how to get list of model versions using Comet API. - Updated
RegistryModelExampleto demonstrate how to operate with registry model notes using Comet API. - Updated
RegistryModelExampleto demonstrate how to update registry model using Comet API. - Updated
RegistryModelExampleto demonstrate how to update version details of the registry model using Comet API. - Updated
RegistryModelExampleto demonstrate how to delete registered model using Comet API. - Updated
RegistryModelExampleto demonstrate how to delete specific version of the registry model using Comet API.