Releases: InfuseAI/primehub-python-sdk
Releases · InfuseAI/primehub-python-sdk
Initial Release
The version is an initial release for PrimeHub Python SDK. It ships a python library and the command-line script:
primehub
Usage:
primehub <command>
Available Commands:
config Update the settings of PrimeHub SDK
datasets Get a dataset or list datasets
deployments Get a deployment or list deployments
files List and download shared files
groups Get a group or list groups
images Get a image or list images
info Display the user information and the selected group information
instancetypes Get an instance types of list instance types
jobs Get a job or list jobs
me Show user account
notebooks Get notebooks logs
schedules Get a schedule or list schedules
version Display the version of PrimeHub Python SDK
Options:
-h, --help Show the help
Global Options:
--config CONFIG Change the path of the config file (Default: ~/.primehub/config.json)
--endpoint ENDPOINT Override the GraphQL API endpoint
--token TOKEN Override the API Token
--group GROUP Override the current group
--json Output the json format (output human-friendly format by default)
Versioning
In the incoming releases, the versioning will map to PrimeHub Major Release.
If PrimeHub releases x.y.z
, SDK will release 0.x.minor-patches
.