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.1.1.tar.gz (6.8 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.1.1-py3-none-any.whl (10.2 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: uncertainty_engine-0.1.1.tar.gz
  • Upload date:
  • Size: 6.8 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.1.1.tar.gz
Algorithm Hash digest
SHA256 d571f0ec11a47b15f33f071ac7cd39b2166a3a8c78a30daa34659be8d7ff1b9c
MD5 e9d3e171d91292fcf8f980a541b24d29
BLAKE2b-256 d39bf6e1f5786b73a9267055b08a1336ff0521b95644acc6e4545a0e3e655d96

See more details on using hashes here.

File details

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

File metadata

  • Download URL: uncertainty_engine-0.1.1-py3-none-any.whl
  • Upload date:
  • Size: 10.2 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.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 7e7d335fc39211aa293942f4b2f65cb46104f2610372c078beb807ad6871ecb2
MD5 dc2329378c5212c118948c3615b159f5
BLAKE2b-256 fa38e81739e3cba6c23a54b4d4f7a58d1beaaa7f596067632837b91ffcf83b6e

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