Skip to main content

SDK for the Uncertainty Engine

Project description

Uncertainty Engine banner

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


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.2.1.tar.gz (7.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

uncertainty_engine-0.2.1-py3-none-any.whl (10.3 kB view details)

Uploaded Python 3

File details

Details for the file uncertainty_engine-0.2.1.tar.gz.

File metadata

  • Download URL: uncertainty_engine-0.2.1.tar.gz
  • Upload date:
  • Size: 7.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/2.1.1 CPython/3.13.1 Darwin/23.6.0

File hashes

Hashes for uncertainty_engine-0.2.1.tar.gz
Algorithm Hash digest
SHA256 7e7ee5e458a5468710b3ccde1928d7908cd3c8d8c7e81e33600407fd6ec5fb04
MD5 c252570112ed9a2261cdab8dc6798171
BLAKE2b-256 3620528caf80c3018e8a959975691261b562ac08d715a8619004820403427834

See more details on using hashes here.

File details

Details for the file uncertainty_engine-0.2.1-py3-none-any.whl.

File metadata

  • Download URL: uncertainty_engine-0.2.1-py3-none-any.whl
  • Upload date:
  • Size: 10.3 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

Hashes for uncertainty_engine-0.2.1-py3-none-any.whl
Algorithm Hash digest
SHA256 fe414ec59d44f040dcc35056bfcde0f6877a673927f4da91450e1bc65ba42e42
MD5 d8d39d2017d3cb25280c51fb7c9271a1
BLAKE2b-256 6fd4ee1435a7cce9da2ae893f44497a827f435acb1c12a3714ebd55fc9f81a4f

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page