Craft AI MLOps platform SDK
Project description
Craft AI Python SDK
This Python SDK lets you interact with Craft AI MLOps Platform.
Installation
This project relies on Python 3.8+. Once a supported version of Python is installed, you can install craft-ai-sdk
from PyPI with:
pip install craft-ai-sdk
Basic usage
You can configure the SDK by instantiating the CraftAiSdk
class in this way:
from craft_ai_sdk import CraftAiSdk
CRAFT_AI_SDK_TOKEN = # your access key obtained from your settings page
CRAFT_AI_ENVIRONMENT_URL = # url to your environment
sdk = CraftAiSdk(sdk_token=CRAFT_AI_SDK_TOKEN, environment_url=CRAFT_AI_ENVIRONMENT_URL)
If using the SDK in interactive mode, some additional feedbacks will be printed. You can force disable or enable those logs by either
- Setting the
verbose_log
SDK parameter - Or setting the
SDK_VERBOSE_LOG
env var
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
craft_ai_sdk-0.46.2rc1.tar.gz
(358.9 kB
view hashes)
Built Distribution
Close
Hashes for craft_ai_sdk-0.46.2rc1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | dccd6b0d2d2b0c7f0bd207c4bd0c519f9a3516ba9b43b1cec2f49e853e7d4d0f |
|
MD5 | 13dd60547cae4a12c50d8436e522641b |
|
BLAKE2b-256 | 11696fac50c625ad599e86836b910ade9b8bb0127bce217200053451b0b74d40 |