Connect to Hosted Service
Welcome!
Connecting to this service eliminates the need for you to manually deploy and stand up a private Kubernetes cluster. We take care of that for you! This page will allow you to connect and start using Chassis right away.
Download Chassis SDK
To get started, make sure you set up a Python virtual enviornment and install the chassisml
SDK.
Get Chassis Connection URL
Sign up for the publicly-hosted service.
Next, when you receive your connection link, use the URL and ChassisClient
object to establish connection to the running service. The information you receive will look something like this:
Begin Using Chassis
With your environment set up and connection URL in hand, you can now start to integrate the service into your MLOps pipelines.
Check out this example to follow along and see Chassis in action. Just insert your URL into the aforementioned client connection and you're well on your way.