Skip to content
Open

typo #116

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/docs/chassisml_sdk-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
The Chassisml Python SDK offers convenience functions that interact with the Chassisml service to automate the containerization and deployment of models to your preferred model serving platform. It is organized into two classes:

* `ChassisClient`: interacts with the Chassis routes that build a user's container from their model artifacts
* `ChasissModel`: creates a chassis compliant model out of a few lines of Python code from user supplied model artifacts
* `ChassisModel`: creates a chassis compliant model out of a few lines of Python code from user supplied model artifacts

First, install the Chassisml SDK to get started:

Expand Down