Skip to main content

Wallaroo.ai model management API client

Project description

Wallaroo SDK

Introduction

The easy way to deploy, run, and observe your ML in production at scale.

Wallaroo is purpose-built from the ground up to be the easy way to deploy and manage ML in production, unlike Apache Spark, or heavy-weight containers.

Documentation

The following guides have comprehensive tutorials and references for interacting with the Wallaroo ML environment.

Installation

The Wallaroo SDK is available by default inside your Wallaroo installation's JupyterHub development environment. You can also install this package from PyPI:

pip install wallaroo

Quickstart

The guides and documentation site are great resources for using the Wallaroo SDK. When installing the package from PyPI, the only difference is that you will need to configure the Wallaroo Client to point to your cluster's DNS. This can be a Community Edition internet-accessible URL or an isolated, intranet-accessible URL for Enterprise deployments.

In your Python environment of choice, pass your cluster's URLs to the Client's constructor:

import wallaroo
wallaroo_client = wallaroo.Client(api_endpoint="https://<DOMAIN>.wallaroo.community", auth_endpoint="https://<DOMAIN>.keycloak.wallaroo.community")

With that, you'll be prompted to log in, and you'll be all set to use the library outside of the Jupyter environment!

Community Edition

The Community Edition is a free, cloud-based installation of the Wallaroo production environment. It provides a convenient way to test out the various Community features of the platform, such as our ultrafast inference engine and performance metrics.

You can sign up for the Community Edition via this Portal: https://portal.wallaroo.community/

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

wallaroo-2023.4.2-py3-none-any.whl (870.7 kB view hashes)

Uploaded Python 3

Supported by

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