Skip to content

comet-java-sdk-1.1.13

Choose a tag to compare

@github-actions github-actions released this 05 Oct 16:18
· 12 commits to refs/heads/master since this release
fba79a2

What’s Changed

  • [N/A]: Bump version to 1.1.13 (#75) @yaricom
  • [CM-4572]: Implement Comet API to get all workspaces (#74) @yaricom
  • [CM-4553]: Implement API to get experiment(-s) by name (#73) @yaricom
  • [CM-4552]: Allow COMET_EXPERIMENT_KEY as environment variable (#72) @yaricom

comet-java-client

  • Implemented CometApi.getExperiments() to look for Comet experiments belonging to specific workspace, project or/and having specific name.
  • Implemented CometApi.getExperimentMetadata() which allows to look for metadata of particular Comet experiment using known experiment key.
  • Implemented support for providing key of the existing experiment through the COMET_EXPERIMENT_KEY environment variable.

comet-examples

  • Implemented examples of how to use CometApi methods to get various kind of data. See ml.comet.examples.ApiExamples for more details.