What problem does it solve?
This Skill enables teams to deploy and manage DataRobot resources (CustomModels, PredictionEnvironments, RegisteredModels, Deployments) as Pulumi infrastructure, ensuring reproducible and version-controlled deployments within the repo.
Core Features & Use Cases
- Provides a minimal infra package (infra/) with an entry point deploy.py and helper modules (infra/init.py, agent_infra.py, utils.py) to orchestrate Pulumi deployments.
- Demonstrates a complete deployment stack including runtime configuration, UseCase, CustomModel deployment, PredictionEnvironment, and CustomModelDeployment integration with DataRobot resources.
- Supports upgrading and modifying resources by editing deploy.py and infra/ modules, then running Pulumi to provision changes.
Quick Start
Run Pulumi to provision the infrastructure defined in deploy.py (in the infra folder) for this Skill.