Protect
Python Client Reference | Galileo Protect
Integrate Galileo’s Protect module into Python workflows with this guide, including code examples, setup instructions, and ruleset invocation details.
For a full reference check out: https://protect.docs.rungalileo.io/
Step 1: Install galileo-protect
pip install galileo-protect
Step 2: Set your Console URL and API Key, create a project and stage.
Example:
Step 3: Integrate Galileo Protect with your app
Galileo Protect can be embedded in your production application through gp.invoke()
like below: