Skip to content

comet-java-sdk-1.1.14

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 17 Oct 12:56
· 1 commit to refs/heads/master since this release
2a1eeb0

What’s Changed

  • [N/A]: Bump version 1.1.14 (#78) @yaricom
  • [CM-2344]: Implement equivalent of API.add_registry_model_version_stage (#77) @yaricom
  • [CM-2347]: Implement equivalent of API.get_registry_model_count (#76) @yaricom

comet-java-client

  • Implemented CometApi.getRegistryModelsCount() allowing to get number of models registered under specific workspace.
  • Implemented CometApi.addRegistryModelVersionStage() which allows to add stage to the specific version of the registered model.

comet-examples

  • Implemented examples of how to use CometApi method to get number of registered models under specific workspace.
  • Implemented example of how to use CometApi to add stage to the specific version of the registered model.