[N/A]: Bump to version 1.1.10 #64
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
comet-java-client
CometApi.getRegistryModelDetails()
allowing to get registry model overview from Comet.CometApi.getRegistryModelVersion()
allowing to get details about particular version of the registry model from Comet.CometApi.getRegistryModelNames()
allowing getting names of the registered models.CometApi.getRegistryModelVersions()
allowing retrieving versions list of the registry model.CometApi.updateRegistryModelNotes()
andCometApi.getRegistryModelNotes()
allowing to create/update registry model notes and retrieve it.CometApi.updateRegistryModel()
allowing retrieving versions list of the registry model.CometApi.updateRegistryModelVersion()
allowing update of the version details of the registry model.CometApi.deleteRegistryModel()
allowing to delete the registry model.CometApi.deleteRegistryModelVersion()
allowing deleting specific version of the registry model.comet-examples
RegistryModelExample
to include example of retrieving model's general overview as well as details about particular version of the model.RegistryModelExample
.RegistryModelExample
to demonstrate how to get list of model versions using Comet API.RegistryModelExample
to demonstrate how to operate with registry model notes using Comet API.RegistryModelExample
to demonstrate how to update registry model using Comet API.RegistryModelExample
to demonstrate how to update version details of the registry model using Comet API.RegistryModelExample
to demonstrate how to delete registered model using Comet API.RegistryModelExample
to demonstrate how to delete specific version of the registry model using Comet API.