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

Uploaded Python 3

File details

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

File metadata

  • Download URL: uncertainty_engine-0.1.2.tar.gz
  • Upload date:
  • Size: 7.1 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.2.tar.gz
Algorithm Hash digest
SHA256 fa6ea9ec2c2a4cb83c8a3414941fa8d0c2a1899486807245076e43d2574573d3
MD5 af6fa42d87b41d31541f0ca83240fd4a
BLAKE2b-256 9c401d428ec79b386fd5dd5164747359ce53d3ad2a03d0a96623d837bde940c6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: uncertainty_engine-0.1.2-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.2-py3-none-any.whl
Algorithm Hash digest
SHA256 db7475a3108bc87b0702cf186f2247d4e241d435c72bf69187893e507e96cc4b
MD5 5abab2a8c3bed717970c562fb43af929
BLAKE2b-256 66fd9e972bc7ba52d3ab4e3270ce7ca642845d8cdece9bad0f9788351679a0e8

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