Skip to main content

AI & Machine Learning Types

AI and ML types are designed for managing the full machine learning lifecycle — from model development through deployment and monitoring. These types unlock a specialized Model Details tab with AI-specific metadata.

Available Types

ML Model

The primary type for machine learning models.

  • Icon: Brain · Color: #f59e0b (amber)
  • Created by: Manual registration or ML pipeline integration

AI System

An AI system registered for regulatory compliance and governance.

  • Icon: Brain · Color: #f59e0b
  • Created by: Manual registration

AI Systems are designed for EU AI Act compliance, with built-in risk classification.

LLM Agent

A Large Language Model agent, chatbot, or conversational AI system.

  • Icon: Brain · Color: #f59e0b
  • Created by: Manual registration

AI App

An AI-powered application or service.

  • Icon: Brain · Color: #f59e0b
  • Created by: Manual registration

Model Details Tab

All AI/ML types unlock the Model Details tab, which replaces the standard Schema tab. This tab captures:

Core Properties

PropertyDescriptionExamples
ArchitectureModel family or architectureTransformer, XGBoost, CNN, Random Forest
FrameworkTraining frameworkPyTorch, scikit-learn, TensorFlow, JAX
Intended UseWhat the model is designed forChurn prediction, fraud detection, content recommendation
LimitationsKnown failure modes and constraintsLow precision on edge cases, works only for English text

Prediction Semantics

PropertyDescriptionExamples
Prediction EntityThe entity type being predicted oncustomer_id, transaction_id, document_id
Model ObjectiveTarget prediction goalChurn probability, lifetime value, sentiment score

Deployment & Lifecycle

PropertyDescriptionValues
Deployment StatusCurrent lifecycle stageDevelopment, Staging, Production, Retired
Lifecycle StageBroader AI lifecycle trackingIdeation → Design → Training → Validation → Deployment → Monitoring → Retirement

Metrics & Hyperparameters

  • Evaluation Metrics — Named metrics tracked per model version (e.g., AUC-ROC, F1, precision, recall)
  • Training Metrics — Metrics from the training process (e.g., loss, val_loss, accuracy)
  • Hyperparameters — Flexible JSON storage for training configuration (learning rate, epochs, batch size, etc.)

Each model version can record specific metric values, enabling performance tracking across releases.

AI Governance Features

AI/ML types integrate with Qarion's governance framework:

  • Risk Classification — Aligned with EU AI Act categories: Unacceptable, High, Limited, Minimal
  • Risk Assessments — Configurable questionnaires for compliance evaluation
  • Impact Analysis — Lineage-based downstream impact when models change
  • Change Requests — Formal approval workflows for model updates

Tab Differences vs. Standard Types

FeatureAvailable?Notes
OverviewStandard overview with markdown documentation
SchemaReplaced by Model Details tab
Model DetailsArchitecture, framework, metrics, hyperparameters
Data ProfilingNo source table to profile
Env DiffCompare across environments
Quality HealthStandard quality checks
LineageTraining data → model → downstream consumers
GovernanceWith AI-specific risk classification
VersionsTrack model releases with metric snapshots

Technical Sidebar

The metadata sidebar shows ML-specific information:

  • Architecture and Framework badges
  • Deployment Status indicator
  • Prediction Entity and Model Objective
  • Standard governance assignments (Owner, Steward)