Skip to main content
Community Hub
TL;DR

Create and manage AI models and AI applications using the Atlan Python SDK (pyatlan). Programmatically manage AI model assets and their relationships.

Your AI can read this via Docs MCPInstall MCP →Connect

Manage AI assets

AI model

Creating an AI model is a 2-step process:

  1. Step 1: Create the minimal AI model with basic information
  2. Step 2: Create processes to link the AI model with datasets used for training, testing, inference, validation, and output

An AI model requires a name and ai_model_status. The model can be associated with training and output datasets through processes.

Coming soon

AI application

An AI application requires a name, ai_application_version, and ai_application_development_stage.

Coming soon

Next Step

Was this page helpful?