Skip to main content

Workbench Bridges: End User Application Bridges to Workbench/AWS

Project description

Workbench Bridges

End User Application Bridges to Workbench/AWS ML Pipelines.

Installation

pip install workbench-bridges

Examples

Application invocation of an Endpoint on AWS.

import pandas as pd

# Workbench-Bridges Imports
from workbench_bridges.endpoints.fast_inference import fast_inference


if __name__ == "__main__":

    # Data will be passed in from the End-User Application
    eval_df = pd.read_csv("test_evaluation_data.csv")

    # Run inference on AWS Endpoint
    endpoint_name = "test-my-endpoint"
    results = fast_inference(endpoint_name, eval_df)

    # A Dataframe with Predictions is returned
    print(results)

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

workbench_bridges-0.1.11.tar.gz (32.4 kB view details)

Uploaded Source

Built Distribution

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

workbench_bridges-0.1.11-py3-none-any.whl (29.8 kB view details)

Uploaded Python 3

File details

Details for the file workbench_bridges-0.1.11.tar.gz.

File metadata

  • Download URL: workbench_bridges-0.1.11.tar.gz
  • Upload date:
  • Size: 32.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for workbench_bridges-0.1.11.tar.gz
Algorithm Hash digest
SHA256 8848ade037220c4d344c5c4c83d36f6a58564ce55a89bcc78b709d2f67213de7
MD5 4e3d86ed8970427e5cecc74199dc8243
BLAKE2b-256 1400a4d341a5abc607b5889124e97755c028e31fa3234c179416adf8d6d3692a

See more details on using hashes here.

File details

Details for the file workbench_bridges-0.1.11-py3-none-any.whl.

File metadata

File hashes

Hashes for workbench_bridges-0.1.11-py3-none-any.whl
Algorithm Hash digest
SHA256 0d4332268e8f5d7784b91ad07095f5153b357f2beeeec1ce2bfe3fa72fc2f215
MD5 4e3b407b42349be2a11d5791fbbfba10
BLAKE2b-256 d7e52245b1ba935a5c25806b0a3c59b6b3c34ff4ad6114172e0225c855b60d23

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