SDK for the Uncertainty Engine
Project description
Python SDK for the Uncertainty Engine
Basic usage
from pprint import pprint
from uncertainty_engine.client import Client
from uncertainty_engine.nodes.demo import Add
# Set up the client
client = Client(
email="<user-email>", # Must have tokens!
deployment="<uncertainty-engine-api-url>",
)
# Create a node
add = Add(lhs=1, rhs=2)
# Run the node on the server
response = client.run_node(add)
# Get the result
result = response["output"]
pprint(result)
For more some more in-depth examples checkout our example notebooks.
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
uncertainty_engine-0.3.0.tar.gz
(13.9 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file uncertainty_engine-0.3.0.tar.gz.
File metadata
- Download URL: uncertainty_engine-0.3.0.tar.gz
- Upload date:
- Size: 13.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.1.1 CPython/3.13.1 Darwin/23.6.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b71ca87426910822f4de9ae761df1f3cffd84b12dc3a9b5427c793dd80590e0a
|
|
| MD5 |
03dc84e2fba04d2275ea16cfe23d1ad0
|
|
| BLAKE2b-256 |
1ab60ca564db6a7a6ec4a30e904a2d616ea16681b869c3eb0347bea145f82d70
|
File details
Details for the file uncertainty_engine-0.3.0-py3-none-any.whl.
File metadata
- Download URL: uncertainty_engine-0.3.0-py3-none-any.whl
- Upload date:
- Size: 19.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.1.1 CPython/3.13.1 Darwin/23.6.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
afd129c2845e1f1eadb0b8a9c4d83a68084926058bdd89072d7fc0d161e7792f
|
|
| MD5 |
3d0fc27f88075c699393c88b6734b816
|
|
| BLAKE2b-256 |
491c88f90e56579d1efc786723b86c3901af42c1037fd2032f7ff9f228415304
|