PrimeHub SDK/CLI Tools
Introduction
PrimeHub Python SDK is the PrimeHub AI Platform Software Development Kit (SDK) for Python, allowing Python developers to write software that uses services like Job and Deployment.
Prerequisites
Assuming that you have Python, you can install the library using pip:
Or try the latest from our source code:
End-to-end Step
Step 1: Initial the PrimeHub CLI/SDK
Step 2: Get the authorization code
If you see the content that want us to insert the authorization code, please click the url to get the token.
Step 3: Check the group information
Step 4: Use Primehub python SDK to submit the PrimeHub job.
Step 5: Submit the job
Submit the job and check the logs.
You can use other python SDK methods to control the PrimeHub. This tool can help you build an automatic ML pipeline with CI/CD pipeline.
Reference
GitHub: InfuseAI/primehub-python-sdk
Last updated