// Manufacturing Insights Dataset (manufacturing-insights-dataset) v1 — Prisma seed
// Synthetic sample data, CC0-1.0. Generated deterministically; re-running the
// generator with the same spec and seed reproduces this file exactly.
//
// Delegates are named after the tables (prisma.projects), which assumes models
// mapped to those table names. Rename the delegates if your models differ.
import { PrismaClient } from '@prisma/client';

const prisma = new PrismaClient();

async function main() {
    await prisma.projects.createMany({
        data: [
            { id: 1, name: "upgrade", organization: "Willow Industries", billing_plan: "basic" },
            { id: 2, name: "transformation integration", organization: "Vector Solutions", billing_plan: "basic" },
            { id: 3, name: "development production", organization: "Ridge Consulting", billing_plan: "basic" },
            { id: 4, name: "process sustainability strategy", organization: "Meridian Solutions", billing_plan: "basic" },
            { id: 5, name: "transformation automation quality", organization: "Ember Solutions", billing_plan: "basic" },
            { id: 6, name: "efficiency", organization: "North Group", billing_plan: "basic" },
            { id: 7, name: "automation efficiency integration", organization: "Delta Analytics", billing_plan: "premium" },
            { id: 8, name: "performance sustainability expansion", organization: "Cobalt Solutions", billing_plan: "premium" },
            { id: 9, name: "system integration", organization: "Clear Systems", billing_plan: "basic" },
            { id: 10, name: "quality", organization: "Lumen Group", billing_plan: "basic" },
            { id: 11, name: "research production expansion", organization: "Ember Solutions", billing_plan: "basic" },
            { id: 12, name: "automation sustainability development", organization: "Willow Analytics", billing_plan: "basic" },
            { id: 13, name: "upgrade", organization: "Field Industries", billing_plan: "basic" },
            { id: 14, name: "efficiency sustainability technology", organization: "Forge Services", billing_plan: "basic" },
            { id: 15, name: "design", organization: "Lantern Technologies", billing_plan: "premium" },
            { id: 16, name: "strategy technology", organization: "Lumen Alliance", billing_plan: "basic" },
            { id: 17, name: "expansion", organization: "Lumen Systems", billing_plan: "premium" },
            { id: 18, name: "process development research", organization: "Forge Group", billing_plan: "enterprise" },
            { id: 19, name: "performance", organization: "Keystone Technologies", billing_plan: "premium" },
            { id: 20, name: "design automation innovation", organization: "Crest Engineering", billing_plan: "basic" },
            { id: 21, name: "system", organization: "North Manufacturing", billing_plan: "basic" },
            { id: 22, name: "upgrade", organization: "Sable Design", billing_plan: "premium" },
            { id: 23, name: "sustainability", organization: "Bright Manufacturing", billing_plan: "premium" },
            { id: 24, name: "expansion", organization: "River Services", billing_plan: "enterprise" },
            { id: 25, name: "efficiency production design", organization: "Lantern Solutions", billing_plan: "basic" },
            { id: 26, name: "process technology production", organization: "Orbit Engineering", billing_plan: "basic" },
            { id: 27, name: "upgrade", organization: "Lantern Manufacturing", billing_plan: "basic" },
            { id: 28, name: "analysis production", organization: "Beacon Services", billing_plan: "basic" },
            { id: 29, name: "analysis", organization: "Summit Partners", billing_plan: "basic" },
            { id: 30, name: "analysis optimization technology", organization: "Iron Group", billing_plan: "premium" },
            { id: 31, name: "innovation", organization: "Granite Analytics", billing_plan: "basic" },
            { id: 32, name: "analysis", organization: "Blue Alliance", billing_plan: "basic" },
            { id: 33, name: "technology system", organization: "Cobalt Alliance", billing_plan: "basic" },
            { id: 34, name: "integration implementation quality", organization: "Apex Services", billing_plan: "premium" },
            { id: 35, name: "optimization research transformation", organization: "Apex Alliance", billing_plan: "basic" },
            { id: 36, name: "optimization", organization: "Beacon Technologies", billing_plan: "basic" },
            { id: 37, name: "optimization", organization: "Vista Systems", billing_plan: "basic" },
            { id: 38, name: "technology", organization: "Delta Industries", billing_plan: "basic" },
            { id: 39, name: "technology innovation", organization: "Juniper Alliance", billing_plan: "basic" },
            { id: 40, name: "expansion research", organization: "Willow Technologies", billing_plan: "basic" },
            { id: 41, name: "quality", organization: "Quill Partners", billing_plan: "basic" },
            { id: 42, name: "analysis efficiency sustainability", organization: "Vista Alliance", billing_plan: "basic" },
            { id: 43, name: "process", organization: "Ember Consulting", billing_plan: "basic" },
            { id: 44, name: "innovation process", organization: "Compass Partners", billing_plan: "basic" },
            { id: 45, name: "system", organization: "Quill Services", billing_plan: "basic" },
            { id: 46, name: "process development design", organization: "Field Group", billing_plan: "basic" },
            { id: 47, name: "strategy production expansion", organization: "Cedar Consulting", billing_plan: "basic" },
            { id: 48, name: "quality", organization: "North Solutions", billing_plan: "basic" },
            { id: 49, name: "upgrade performance", organization: "Atlas Alliance", billing_plan: "basic" },
            { id: 50, name: "implementation", organization: "Vector Group", billing_plan: "premium" },
            { id: 51, name: "development analysis", organization: "Keystone Design", billing_plan: "premium" },
            { id: 52, name: "analysis implementation", organization: "Crest Solutions", billing_plan: "basic" },
            { id: 53, name: "upgrade", organization: "Lumen Solutions", billing_plan: "premium" },
            { id: 54, name: "upgrade process", organization: "Lumen Industries", billing_plan: "basic" },
            { id: 55, name: "transformation performance expansion", organization: "Bright Group", billing_plan: "basic" },
            { id: 56, name: "design sustainability", organization: "Lantern Consulting", billing_plan: "enterprise" },
            { id: 57, name: "technology analysis", organization: "Harbor Partners", billing_plan: "basic" },
            { id: 58, name: "system development strategy", organization: "Summit Group", billing_plan: "basic" },
            { id: 59, name: "optimization", organization: "Ember Systems", billing_plan: "basic" },
            { id: 60, name: "implementation expansion", organization: "Field Systems", billing_plan: "enterprise" },
            { id: 61, name: "development strategy", organization: "Lantern Technologies", billing_plan: "premium" },
            { id: 62, name: "optimization research", organization: "Willow Manufacturing", billing_plan: "premium" },
            { id: 63, name: "expansion analysis quality", organization: "Keystone Design", billing_plan: "enterprise" },
            { id: 64, name: "process", organization: "Orbit Systems", billing_plan: "premium" },
            { id: 65, name: "integration process efficiency", organization: "Clear Partners", billing_plan: "basic" },
            { id: 66, name: "transformation technology", organization: "Summit Consulting", billing_plan: "enterprise" },
            { id: 67, name: "performance", organization: "Sable Group", billing_plan: "basic" },
            { id: 68, name: "optimization efficiency", organization: "Clear Industries", billing_plan: "basic" },
            { id: 69, name: "strategy optimization", organization: "Blue Consulting", billing_plan: "basic" },
            { id: 70, name: "process research", organization: "Vista Systems", billing_plan: "basic" },
            { id: 71, name: "innovation system analysis", organization: "Tidal Systems", billing_plan: "basic" },
            { id: 72, name: "transformation system", organization: "Ridge Alliance", billing_plan: "enterprise" },
            { id: 73, name: "expansion", organization: "Vista Analytics", billing_plan: "premium" },
            { id: 74, name: "implementation development", organization: "Compass Analytics", billing_plan: "basic" },
            { id: 75, name: "expansion quality", organization: "Juniper Industries", billing_plan: "basic" },
            { id: 76, name: "implementation optimization expansion", organization: "Harbor Industries", billing_plan: "basic" },
            { id: 77, name: "integration", organization: "Ridge Solutions", billing_plan: "basic" },
            { id: 78, name: "strategy expansion", organization: "Crest Analytics", billing_plan: "enterprise" },
            { id: 79, name: "automation", organization: "Blue Solutions", billing_plan: "premium" },
            { id: 80, name: "sustainability transformation strategy", organization: "Clear Analytics", billing_plan: "basic" },
            { id: 81, name: "development", organization: "Tidal Engineering", billing_plan: "enterprise" },
            { id: 82, name: "innovation expansion upgrade", organization: "Meridian Design", billing_plan: "basic" },
            { id: 83, name: "expansion", organization: "Sable Alliance", billing_plan: "premium" },
            { id: 84, name: "quality", organization: "Cobalt Manufacturing", billing_plan: "enterprise" },
            { id: 85, name: "sustainability process development", organization: "Vista Consulting", billing_plan: "basic" },
            { id: 86, name: "process", organization: "Iron Manufacturing", billing_plan: "basic" },
            { id: 87, name: "analysis integration technology", organization: "Blue Services", billing_plan: "basic" },
            { id: 88, name: "upgrade", organization: "Compass Consulting", billing_plan: "basic" },
            { id: 89, name: "production automation", organization: "Orbit Analytics", billing_plan: "basic" },
            { id: 90, name: "technology implementation", organization: "Blue Engineering", billing_plan: "basic" },
            { id: 91, name: "production research upgrade", organization: "Forge Solutions", billing_plan: "enterprise" },
            { id: 92, name: "technology production implementation", organization: "Forge Partners", billing_plan: "basic" },
            { id: 93, name: "strategy process efficiency", organization: "Ridge Partners", billing_plan: "enterprise" },
            { id: 94, name: "strategy", organization: "Tidal Partners", billing_plan: "premium" },
            { id: 95, name: "integration process system", organization: "Acme Partners", billing_plan: "basic" },
            { id: 96, name: "optimization analysis process", organization: "Iron Group", billing_plan: "basic" },
            { id: 97, name: "innovation development transformation", organization: "Vector Solutions", billing_plan: "enterprise" },
            { id: 98, name: "innovation implementation automation", organization: "Iron Design", billing_plan: "basic" },
            { id: 99, name: "technology system production", organization: "Field Design", billing_plan: "basic" },
            { id: 100, name: "integration", organization: "Ridge Solutions", billing_plan: "basic" },
        ],
    });
    await prisma.model_evaluations.createMany({
        data: [
            { id: 1, project_id: 32, evaluation_date: "2023-12-21", accuracy: "0.92", precision: "0.31", recall: "0.45" },
            { id: 2, project_id: 3, evaluation_date: "2023-09-08", accuracy: "0.50", precision: "0.68", recall: "0.33" },
            { id: 3, project_id: 15, evaluation_date: "2023-02-02", accuracy: "1.00", precision: "0.31", recall: "0.38" },
            { id: 4, project_id: 99, evaluation_date: "2023-10-13", accuracy: "1.00", precision: "0.50", recall: "0.55" },
            { id: 5, project_id: 42, evaluation_date: "2023-11-30", accuracy: "0.77", precision: "0.52", recall: "0.63" },
            { id: 6, project_id: 80, evaluation_date: "2023-12-16", accuracy: "0.09", precision: "0.54", recall: "0.50" },
            { id: 7, project_id: 6, evaluation_date: "2023-09-04", accuracy: "0.55", precision: "0.49", recall: "0.35" },
            { id: 8, project_id: 60, evaluation_date: "2023-08-29", accuracy: "0.97", precision: "0.60", recall: "0.53" },
            { id: 9, project_id: 91, evaluation_date: "2023-03-02", accuracy: "0.99", precision: "0.39", recall: "0.57" },
            { id: 10, project_id: 23, evaluation_date: "2023-01-13", accuracy: "0.93", precision: "0.23", recall: "0.72" },
            { id: 11, project_id: 58, evaluation_date: "2023-09-18", accuracy: "1.00", precision: "0.38", recall: "0.64" },
            { id: 12, project_id: 18, evaluation_date: "2023-09-20", accuracy: "0.67", precision: "0.48", recall: "0.49" },
            { id: 13, project_id: 84, evaluation_date: "2023-11-23", accuracy: "0.22", precision: "0.54", recall: "0.35" },
            { id: 14, project_id: 88, evaluation_date: "2023-12-03", accuracy: "0.68", precision: "0.33", recall: "0.47" },
            { id: 15, project_id: 42, evaluation_date: "2023-01-10", accuracy: "0.71", precision: "0.29", recall: "0.52" },
            { id: 16, project_id: 26, evaluation_date: "2023-04-18", accuracy: "0.01", precision: "0.55", recall: "0.45" },
            { id: 17, project_id: 75, evaluation_date: "2023-12-09", accuracy: "0.40", precision: "0.83", recall: "0.60" },
            { id: 18, project_id: 66, evaluation_date: "2023-05-04", accuracy: "1.00", precision: "0.40", recall: "0.60" },
            { id: 19, project_id: 71, evaluation_date: "2023-01-21", accuracy: "0.83", precision: "0.40", recall: "0.68" },
            { id: 20, project_id: 12, evaluation_date: "2023-10-07", accuracy: "0.64", precision: "0.37", recall: "0.28" },
            { id: 21, project_id: 12, evaluation_date: "2023-05-13", accuracy: "0.03", precision: "0.35", recall: "0.39" },
            { id: 22, project_id: 72, evaluation_date: "2023-02-19", accuracy: "0.32", precision: "0.53", recall: "0.34" },
            { id: 23, project_id: 53, evaluation_date: "2023-03-21", accuracy: "1.00", precision: "0.76", recall: "0.31" },
            { id: 24, project_id: 61, evaluation_date: "2023-02-16", accuracy: "0.96", precision: "0.42", recall: "0.48" },
            { id: 25, project_id: 98, evaluation_date: "2023-08-18", accuracy: "0.92", precision: "0.57", recall: "0.64" },
            { id: 26, project_id: 19, evaluation_date: "2023-11-12", accuracy: "0.70", precision: "0.56", recall: "0.23" },
            { id: 27, project_id: 77, evaluation_date: "2023-01-25", accuracy: "0.75", precision: "0.55", recall: "0.43" },
            { id: 28, project_id: 12, evaluation_date: "2023-10-31", accuracy: "0.99", precision: "0.53", recall: "0.08" },
            { id: 29, project_id: 74, evaluation_date: "2023-09-18", accuracy: "0.99", precision: "0.46", recall: "0.62" },
            { id: 30, project_id: 95, evaluation_date: "2023-01-09", accuracy: "0.41", precision: "0.41", recall: "0.52" },
            { id: 31, project_id: 28, evaluation_date: "2023-05-05", accuracy: "0.31", precision: "0.68", recall: "0.63" },
            { id: 32, project_id: 87, evaluation_date: "2023-02-25", accuracy: "0.91", precision: "0.44", recall: "0.28" },
            { id: 33, project_id: 29, evaluation_date: "2023-12-30", accuracy: "0.83", precision: "0.24", recall: "0.41" },
            { id: 34, project_id: 34, evaluation_date: "2023-11-04", accuracy: "0.48", precision: "0.31", recall: "0.60" },
            { id: 35, project_id: 98, evaluation_date: "2023-11-28", accuracy: "1.00", precision: "0.51", recall: "0.34" },
            { id: 36, project_id: 65, evaluation_date: "2023-04-04", accuracy: "0.70", precision: "0.71", recall: "0.58" },
            { id: 37, project_id: 83, evaluation_date: "2023-12-09", accuracy: "0.99", precision: "0.33", recall: "0.75" },
            { id: 38, project_id: 35, evaluation_date: "2023-11-21", accuracy: "0.99", precision: "0.55", recall: "0.35" },
            { id: 39, project_id: 15, evaluation_date: "2023-01-17", accuracy: "1.00", precision: "0.56", recall: "0.61" },
            { id: 40, project_id: 56, evaluation_date: "2023-12-24", accuracy: "0.93", precision: "0.47", recall: "0.57" },
            { id: 41, project_id: 40, evaluation_date: "2023-11-21", accuracy: "0.17", precision: "0.21", recall: "0.62" },
            { id: 42, project_id: 15, evaluation_date: "2023-12-13", accuracy: "0.03", precision: "0.53", recall: "0.60" },
            { id: 43, project_id: 29, evaluation_date: "2023-09-01", accuracy: "0.52", precision: "0.41", recall: "0.31" },
            { id: 44, project_id: 37, evaluation_date: "2023-01-20", accuracy: "0.71", precision: "0.60", recall: "0.19" },
            { id: 45, project_id: 74, evaluation_date: "2023-11-09", accuracy: "0.94", precision: "0.50", recall: "0.57" },
            { id: 46, project_id: 49, evaluation_date: "2023-11-01", accuracy: "0.62", precision: "0.49", recall: "0.52" },
            { id: 47, project_id: 25, evaluation_date: "2023-08-14", accuracy: "0.72", precision: "0.58", recall: "0.47" },
            { id: 48, project_id: 100, evaluation_date: "2023-12-19", accuracy: "0.85", precision: "0.60", recall: "0.40" },
            { id: 49, project_id: 16, evaluation_date: "2023-11-15", accuracy: "0.90", precision: "0.45", recall: "0.35" },
            { id: 50, project_id: 8, evaluation_date: "2023-11-13", accuracy: "0.87", precision: "0.55", recall: "0.34" },
            { id: 51, project_id: 7, evaluation_date: "2023-12-30", accuracy: "0.41", precision: "0.54", recall: "0.21" },
            { id: 52, project_id: 98, evaluation_date: "2023-12-11", accuracy: "0.84", precision: "0.62", recall: "0.71" },
            { id: 53, project_id: 62, evaluation_date: "2023-02-23", accuracy: "0.61", precision: "0.61", recall: "0.50" },
            { id: 54, project_id: 51, evaluation_date: "2023-12-28", accuracy: "0.20", precision: "0.51", recall: "0.49" },
            { id: 55, project_id: 97, evaluation_date: "2023-05-21", accuracy: "1.00", precision: "0.53", recall: "0.67" },
            { id: 56, project_id: 33, evaluation_date: "2023-05-06", accuracy: "0.95", precision: "0.55", recall: "0.49" },
            { id: 57, project_id: 93, evaluation_date: "2023-06-13", accuracy: "0.80", precision: "0.40", recall: "0.30" },
            { id: 58, project_id: 50, evaluation_date: "2023-02-14", accuracy: "0.71", precision: "0.65", recall: "0.47" },
            { id: 59, project_id: 17, evaluation_date: "2023-04-28", accuracy: "0.55", precision: "0.34", recall: "0.77" },
            { id: 60, project_id: 23, evaluation_date: "2023-03-30", accuracy: "0.78", precision: "0.56", recall: "0.61" },
            { id: 61, project_id: 39, evaluation_date: "2023-06-27", accuracy: "0.93", precision: "0.64", recall: "0.41" },
            { id: 62, project_id: 83, evaluation_date: "2023-08-20", accuracy: "0.99", precision: "0.45", recall: "0.40" },
            { id: 63, project_id: 87, evaluation_date: "2023-09-19", accuracy: "0.47", precision: "0.35", recall: "0.47" },
            { id: 64, project_id: 42, evaluation_date: "2023-03-17", accuracy: "0.98", precision: "0.50", recall: "0.67" },
            { id: 65, project_id: 85, evaluation_date: "2023-12-22", accuracy: "0.98", precision: "0.66", recall: "0.76" },
            { id: 66, project_id: 25, evaluation_date: "2023-09-09", accuracy: "0.96", precision: "0.86", recall: "0.27" },
            { id: 67, project_id: 47, evaluation_date: "2023-09-15", accuracy: "0.80", precision: "0.48", recall: "0.55" },
            { id: 68, project_id: 13, evaluation_date: "2023-02-07", accuracy: "0.98", precision: "0.59", recall: "0.68" },
            { id: 69, project_id: 17, evaluation_date: "2023-07-11", accuracy: "0.82", precision: "0.46", recall: "0.44" },
            { id: 70, project_id: 73, evaluation_date: "2023-02-09", accuracy: "0.69", precision: "0.50", recall: "0.37" },
            { id: 71, project_id: 70, evaluation_date: "2023-12-21", accuracy: "0.94", precision: "0.50", recall: "0.56" },
            { id: 72, project_id: 2, evaluation_date: "2023-01-08", accuracy: "0.91", precision: "0.41", recall: "0.47" },
            { id: 73, project_id: 70, evaluation_date: "2023-02-09", accuracy: "0.97", precision: "0.34", recall: "0.66" },
            { id: 74, project_id: 86, evaluation_date: "2023-03-16", accuracy: "0.75", precision: "0.21", recall: "0.51" },
            { id: 75, project_id: 87, evaluation_date: "2023-10-04", accuracy: "0.19", precision: "0.56", recall: "0.49" },
            { id: 76, project_id: 28, evaluation_date: "2023-07-03", accuracy: "0.67", precision: "0.44", recall: "0.70" },
            { id: 77, project_id: 30, evaluation_date: "2023-10-18", accuracy: "0.97", precision: "0.21", recall: "0.45" },
            { id: 78, project_id: 6, evaluation_date: "2023-08-08", accuracy: "0.60", precision: "0.44", recall: "0.49" },
            { id: 79, project_id: 76, evaluation_date: "2023-04-10", accuracy: "0.00", precision: "0.33", recall: "0.59" },
            { id: 80, project_id: 96, evaluation_date: "2023-10-14", accuracy: "0.37", precision: "0.49", recall: "0.53" },
            { id: 81, project_id: 76, evaluation_date: "2023-10-30", accuracy: "0.89", precision: "0.72", recall: "0.49" },
            { id: 82, project_id: 71, evaluation_date: "2023-10-21", accuracy: "0.60", precision: "0.66", recall: "0.52" },
            { id: 83, project_id: 82, evaluation_date: "2023-10-20", accuracy: "0.95", precision: "0.52", recall: "0.68" },
            { id: 84, project_id: 18, evaluation_date: "2023-07-14", accuracy: "0.85", precision: "0.48", recall: "0.26" },
            { id: 85, project_id: 27, evaluation_date: "2023-01-06", accuracy: "0.37", precision: "0.43", recall: "0.69" },
            { id: 86, project_id: 61, evaluation_date: "2023-08-02", accuracy: "0.01", precision: "0.39", recall: "0.39" },
            { id: 87, project_id: 55, evaluation_date: "2023-11-28", accuracy: "0.00", precision: "0.42", recall: "0.61" },
            { id: 88, project_id: 11, evaluation_date: "2023-12-04", accuracy: "0.16", precision: "0.48", recall: "0.66" },
            { id: 89, project_id: 10, evaluation_date: "2023-10-24", accuracy: "0.83", precision: "0.67", recall: "0.37" },
            { id: 90, project_id: 78, evaluation_date: "2023-10-14", accuracy: "0.96", precision: "0.58", recall: "0.55" },
            { id: 91, project_id: 2, evaluation_date: "2023-07-05", accuracy: "0.96", precision: "0.66", recall: "0.72" },
            { id: 92, project_id: 54, evaluation_date: "2023-02-14", accuracy: "0.79", precision: "0.51", recall: "0.50" },
            { id: 93, project_id: 25, evaluation_date: "2023-01-05", accuracy: "0.74", precision: "0.49", recall: "0.68" },
            { id: 94, project_id: 22, evaluation_date: "2023-11-23", accuracy: "0.91", precision: "0.29", recall: "0.40" },
            { id: 95, project_id: 30, evaluation_date: "2023-03-27", accuracy: "0.97", precision: "0.34", recall: "0.56" },
            { id: 96, project_id: 94, evaluation_date: "2023-08-28", accuracy: "0.19", precision: "0.57", recall: "0.90" },
            { id: 97, project_id: 27, evaluation_date: "2023-02-07", accuracy: "0.98", precision: "0.72", recall: "0.52" },
            { id: 98, project_id: 63, evaluation_date: "2023-09-27", accuracy: "1.00", precision: "0.61", recall: "0.29" },
            { id: 99, project_id: 67, evaluation_date: "2023-11-28", accuracy: "0.85", precision: "0.50", recall: "0.44" },
            { id: 100, project_id: 41, evaluation_date: "2023-01-22", accuracy: "0.17", precision: "0.64", recall: "0.49" },
            { id: 101, project_id: 30, evaluation_date: "2023-10-06", accuracy: "0.23", precision: "0.53", recall: "0.58" },
            { id: 102, project_id: 9, evaluation_date: "2023-05-10", accuracy: "0.75", precision: "0.29", recall: "0.71" },
            { id: 103, project_id: 5, evaluation_date: "2023-12-16", accuracy: "0.60", precision: "0.41", recall: "0.49" },
            { id: 104, project_id: 62, evaluation_date: "2023-01-08", accuracy: "0.85", precision: "0.43", recall: "0.31" },
            { id: 105, project_id: 56, evaluation_date: "2023-10-04", accuracy: "0.22", precision: "0.26", recall: "0.62" },
            { id: 106, project_id: 88, evaluation_date: "2023-11-25", accuracy: "0.07", precision: "0.35", recall: "0.48" },
            { id: 107, project_id: 77, evaluation_date: "2023-03-23", accuracy: "0.92", precision: "0.74", recall: "0.38" },
            { id: 108, project_id: 88, evaluation_date: "2023-11-16", accuracy: "0.27", precision: "0.62", recall: "0.57" },
            { id: 109, project_id: 43, evaluation_date: "2023-10-28", accuracy: "0.24", precision: "0.23", recall: "0.52" },
            { id: 110, project_id: 70, evaluation_date: "2023-10-29", accuracy: "0.97", precision: "0.61", recall: "0.60" },
            { id: 111, project_id: 84, evaluation_date: "2023-04-07", accuracy: "0.98", precision: "0.32", recall: "0.53" },
            { id: 112, project_id: 68, evaluation_date: "2023-10-26", accuracy: "0.84", precision: "0.63", recall: "0.49" },
            { id: 113, project_id: 37, evaluation_date: "2023-01-12", accuracy: "0.87", precision: "0.72", recall: "0.56" },
            { id: 114, project_id: 89, evaluation_date: "2023-01-04", accuracy: "0.89", precision: "0.21", recall: "0.43" },
            { id: 115, project_id: 38, evaluation_date: "2023-10-20", accuracy: "0.95", precision: "0.68", recall: "0.56" },
            { id: 116, project_id: 21, evaluation_date: "2023-01-13", accuracy: "0.86", precision: "0.40", recall: "0.48" },
            { id: 117, project_id: 69, evaluation_date: "2023-12-11", accuracy: "0.74", precision: "0.62", recall: "0.58" },
            { id: 118, project_id: 64, evaluation_date: "2023-10-12", accuracy: "0.42", precision: "0.39", recall: "0.49" },
            { id: 119, project_id: 46, evaluation_date: "2023-11-03", accuracy: "0.98", precision: "0.50", recall: "0.60" },
            { id: 120, project_id: 20, evaluation_date: "2023-07-09", accuracy: "0.99", precision: "0.45", recall: "0.44" },
            { id: 121, project_id: 100, evaluation_date: "2023-09-09", accuracy: "0.70", precision: "0.12", recall: "0.29" },
            { id: 122, project_id: 23, evaluation_date: "2023-12-16", accuracy: "1.00", precision: "0.53", recall: "0.65" },
            { id: 123, project_id: 19, evaluation_date: "2023-04-24", accuracy: "0.93", precision: "0.43", recall: "0.64" },
            { id: 124, project_id: 77, evaluation_date: "2023-11-25", accuracy: "0.30", precision: "0.49", recall: "0.56" },
            { id: 125, project_id: 7, evaluation_date: "2023-03-25", accuracy: "0.67", precision: "0.56", recall: "0.67" },
            { id: 126, project_id: 58, evaluation_date: "2023-01-25", accuracy: "0.71", precision: "0.69", recall: "0.84" },
            { id: 127, project_id: 29, evaluation_date: "2023-02-09", accuracy: "0.61", precision: "0.28", recall: "0.38" },
            { id: 128, project_id: 34, evaluation_date: "2023-11-11", accuracy: "0.96", precision: "0.49", recall: "0.28" },
            { id: 129, project_id: 67, evaluation_date: "2023-12-04", accuracy: "0.37", precision: "0.53", recall: "0.34" },
            { id: 130, project_id: 36, evaluation_date: "2023-06-09", accuracy: "0.40", precision: "0.25", recall: "0.43" },
            { id: 131, project_id: 52, evaluation_date: "2023-08-30", accuracy: "1.00", precision: "0.46", recall: "0.64" },
            { id: 132, project_id: 82, evaluation_date: "2023-09-14", accuracy: "0.92", precision: "0.62", recall: "0.53" },
            { id: 133, project_id: 84, evaluation_date: "2023-09-14", accuracy: "1.00", precision: "0.54", recall: "0.53" },
            { id: 134, project_id: 45, evaluation_date: "2023-03-01", accuracy: "0.78", precision: "0.71", recall: "0.57" },
            { id: 135, project_id: 18, evaluation_date: "2023-09-19", accuracy: "0.51", precision: "0.56", recall: "0.54" },
            { id: 136, project_id: 37, evaluation_date: "2023-01-04", accuracy: "0.99", precision: "0.46", recall: "0.71" },
            { id: 137, project_id: 45, evaluation_date: "2023-12-18", accuracy: "0.84", precision: "0.46", recall: "0.48" },
            { id: 138, project_id: 20, evaluation_date: "2023-09-23", accuracy: "0.96", precision: "0.39", recall: "0.71" },
            { id: 139, project_id: 73, evaluation_date: "2023-03-14", accuracy: "0.75", precision: "0.46", recall: "0.64" },
            { id: 140, project_id: 4, evaluation_date: "2023-09-02", accuracy: "0.45", precision: "0.77", recall: "0.67" },
            { id: 141, project_id: 90, evaluation_date: "2023-06-09", accuracy: "0.97", precision: "0.43", recall: "0.45" },
            { id: 142, project_id: 38, evaluation_date: "2023-02-10", accuracy: "0.99", precision: "0.85", recall: "0.37" },
            { id: 143, project_id: 38, evaluation_date: "2023-08-05", accuracy: "0.28", precision: "0.60", recall: "0.56" },
            { id: 144, project_id: 24, evaluation_date: "2023-08-26", accuracy: "0.76", precision: "0.22", recall: "0.28" },
            { id: 145, project_id: 61, evaluation_date: "2023-06-09", accuracy: "0.99", precision: "0.38", recall: "0.66" },
            { id: 146, project_id: 28, evaluation_date: "2023-11-16", accuracy: "0.71", precision: "0.52", recall: "0.28" },
            { id: 147, project_id: 80, evaluation_date: "2023-08-10", accuracy: "0.18", precision: "0.54", recall: "0.17" },
            { id: 148, project_id: 50, evaluation_date: "2023-01-16", accuracy: "0.10", precision: "0.66", recall: "0.26" },
            { id: 149, project_id: 83, evaluation_date: "2023-12-26", accuracy: "0.35", precision: "0.37", recall: "0.61" },
            { id: 150, project_id: 71, evaluation_date: "2023-02-26", accuracy: "0.31", precision: "0.45", recall: "0.20" },
            { id: 151, project_id: 47, evaluation_date: "2023-03-21", accuracy: "0.96", precision: "0.62", recall: "0.37" },
            { id: 152, project_id: 81, evaluation_date: "2023-08-22", accuracy: "1.00", precision: "0.53", recall: "0.56" },
            { id: 153, project_id: 79, evaluation_date: "2023-01-25", accuracy: "1.00", precision: "0.35", recall: "0.55" },
            { id: 154, project_id: 95, evaluation_date: "2023-12-03", accuracy: "0.19", precision: "0.74", recall: "0.84" },
            { id: 155, project_id: 59, evaluation_date: "2023-10-01", accuracy: "0.85", precision: "0.49", recall: "0.77" },
            { id: 156, project_id: 14, evaluation_date: "2023-07-03", accuracy: "0.92", precision: "0.62", recall: "0.57" },
            { id: 157, project_id: 21, evaluation_date: "2023-02-10", accuracy: "0.01", precision: "0.37", recall: "0.69" },
            { id: 158, project_id: 94, evaluation_date: "2023-08-31", accuracy: "0.32", precision: "0.56", recall: "0.38" },
            { id: 159, project_id: 44, evaluation_date: "2023-10-23", accuracy: "0.56", precision: "0.34", recall: "0.49" },
            { id: 160, project_id: 48, evaluation_date: "2023-08-07", accuracy: "0.51", precision: "0.23", recall: "0.19" },
            { id: 161, project_id: 81, evaluation_date: "2023-04-18", accuracy: "0.25", precision: "0.22", recall: "0.68" },
            { id: 162, project_id: 62, evaluation_date: "2023-05-11", accuracy: "0.81", precision: "0.43", recall: "0.55" },
            { id: 163, project_id: 50, evaluation_date: "2023-12-29", accuracy: "0.77", precision: "0.37", recall: "0.47" },
            { id: 164, project_id: 1, evaluation_date: "2023-02-14", accuracy: "0.88", precision: "0.43", recall: "0.41" },
            { id: 165, project_id: 27, evaluation_date: "2023-10-04", accuracy: "0.09", precision: "0.52", recall: "0.64" },
            { id: 166, project_id: 16, evaluation_date: "2023-12-17", accuracy: "0.45", precision: "0.42", recall: "0.48" },
            { id: 167, project_id: 76, evaluation_date: "2023-11-24", accuracy: "0.91", precision: "0.30", recall: "0.43" },
            { id: 168, project_id: 43, evaluation_date: "2023-05-02", accuracy: "0.71", precision: "0.56", recall: "0.46" },
            { id: 169, project_id: 7, evaluation_date: "2023-10-25", accuracy: "0.11", precision: "0.20", recall: "0.25" },
            { id: 170, project_id: 45, evaluation_date: "2023-03-04", accuracy: "0.71", precision: "0.60", recall: "0.52" },
            { id: 171, project_id: 93, evaluation_date: "2023-09-20", accuracy: "0.99", precision: "0.58", recall: "0.61" },
            { id: 172, project_id: 57, evaluation_date: "2023-07-02", accuracy: "0.20", precision: "0.65", recall: "0.62" },
            { id: 173, project_id: 31, evaluation_date: "2023-12-25", accuracy: "0.99", precision: "0.46", recall: "0.53" },
            { id: 174, project_id: 92, evaluation_date: "2023-08-02", accuracy: "0.48", precision: "0.37", recall: "0.39" },
        ],
    });
    await prisma.production_runs.createMany({
        data: [
            { id: 1, project_id: 92, start_time: new Date("2023-11-09T11:24:27Z"), end_time: null, status: "in_progress" },
            { id: 2, project_id: 73, start_time: new Date("2023-05-18T11:39:54Z"), end_time: new Date("2023-05-30T11:25:36Z"), status: "completed" },
            { id: 3, project_id: 21, start_time: new Date("2023-04-29T10:45:01Z"), end_time: new Date("2023-07-28T09:57:17Z"), status: "completed" },
            { id: 4, project_id: 48, start_time: new Date("2023-05-25T16:35:33Z"), end_time: new Date("2023-06-16T09:26:10Z"), status: "failed" },
            { id: 5, project_id: 18, start_time: new Date("2023-05-25T09:34:46Z"), end_time: new Date("2023-12-09T13:22:00Z"), status: "completed" },
            { id: 6, project_id: 57, start_time: new Date("2023-02-14T13:32:01Z"), end_time: new Date("2023-07-31T15:05:25Z"), status: "completed" },
            { id: 7, project_id: 53, start_time: new Date("2023-08-12T13:33:44Z"), end_time: new Date("2023-01-20T11:57:12Z"), status: "completed" },
            { id: 8, project_id: 92, start_time: new Date("2023-12-19T15:29:34Z"), end_time: new Date("2023-06-06T08:17:31Z"), status: "completed" },
            { id: 9, project_id: 56, start_time: new Date("2023-09-08T12:17:14Z"), end_time: new Date("2023-02-28T16:17:11Z"), status: "completed" },
            { id: 10, project_id: 10, start_time: new Date("2023-06-26T11:21:33Z"), end_time: new Date("2023-12-19T10:26:03Z"), status: "completed" },
            { id: 11, project_id: 52, start_time: new Date("2023-06-13T10:23:40Z"), end_time: null, status: "in_progress" },
            { id: 12, project_id: 99, start_time: new Date("2023-12-21T18:49:40Z"), end_time: new Date("2023-12-01T13:55:52Z"), status: "failed" },
            { id: 13, project_id: 4, start_time: new Date("2023-09-18T14:58:31Z"), end_time: new Date("2023-01-17T11:22:35Z"), status: "completed" },
            { id: 14, project_id: 27, start_time: new Date("2023-01-23T16:01:34Z"), end_time: new Date("2023-11-09T11:07:45Z"), status: "failed" },
            { id: 15, project_id: 30, start_time: new Date("2023-08-03T11:09:52Z"), end_time: new Date("2023-08-07T21:22:48Z"), status: "completed" },
            { id: 16, project_id: 16, start_time: new Date("2023-10-12T15:53:01Z"), end_time: new Date("2023-02-20T17:20:33Z"), status: "completed" },
            { id: 17, project_id: 92, start_time: new Date("2023-10-13T13:28:32Z"), end_time: new Date("2023-03-01T08:02:35Z"), status: "completed" },
            { id: 18, project_id: 61, start_time: new Date("2023-11-11T13:10:36Z"), end_time: new Date("2023-02-10T13:55:42Z"), status: "failed" },
            { id: 19, project_id: 15, start_time: new Date("2023-11-03T16:12:26Z"), end_time: new Date("2023-08-26T15:29:52Z"), status: "completed" },
            { id: 20, project_id: 46, start_time: new Date("2023-06-13T13:57:27Z"), end_time: new Date("2023-02-08T16:18:44Z"), status: "completed" },
            { id: 21, project_id: 58, start_time: new Date("2023-06-20T16:48:23Z"), end_time: new Date("2023-08-02T07:06:34Z"), status: "failed" },
            { id: 22, project_id: 11, start_time: new Date("2023-01-03T08:42:29Z"), end_time: new Date("2023-01-05T14:19:06Z"), status: "completed" },
            { id: 23, project_id: 25, start_time: new Date("2023-08-19T09:40:09Z"), end_time: new Date("2023-01-25T11:04:17Z"), status: "completed" },
            { id: 24, project_id: 58, start_time: new Date("2023-01-30T13:31:49Z"), end_time: new Date("2023-06-08T10:01:17Z"), status: "completed" },
            { id: 25, project_id: 72, start_time: new Date("2023-06-16T09:44:53Z"), end_time: new Date("2023-07-11T14:40:16Z"), status: "failed" },
            { id: 26, project_id: 38, start_time: new Date("2023-07-08T11:32:05Z"), end_time: null, status: "in_progress" },
            { id: 27, project_id: 73, start_time: new Date("2023-06-28T13:36:02Z"), end_time: new Date("2023-01-21T16:59:08Z"), status: "completed" },
            { id: 28, project_id: 80, start_time: new Date("2023-10-13T13:31:24Z"), end_time: new Date("2023-04-28T12:32:30Z"), status: "completed" },
            { id: 29, project_id: 44, start_time: new Date("2023-08-04T12:57:44Z"), end_time: new Date("2023-01-29T15:25:52Z"), status: "completed" },
            { id: 30, project_id: 13, start_time: new Date("2023-10-01T09:26:44Z"), end_time: new Date("2023-08-10T16:34:47Z"), status: "completed" },
            { id: 31, project_id: 15, start_time: new Date("2023-05-16T08:44:18Z"), end_time: new Date("2023-06-28T16:53:38Z"), status: "completed" },
            { id: 32, project_id: 28, start_time: new Date("2023-10-09T16:45:22Z"), end_time: new Date("2023-05-19T15:05:27Z"), status: "completed" },
            { id: 33, project_id: 5, start_time: new Date("2023-04-06T09:11:05Z"), end_time: new Date("2023-05-24T14:19:13Z"), status: "completed" },
            { id: 34, project_id: 24, start_time: new Date("2023-06-08T15:34:02Z"), end_time: new Date("2023-11-07T16:49:38Z"), status: "completed" },
            { id: 35, project_id: 32, start_time: new Date("2023-05-22T08:57:39Z"), end_time: new Date("2023-07-12T16:00:11Z"), status: "completed" },
            { id: 36, project_id: 39, start_time: new Date("2023-02-27T18:35:12Z"), end_time: null, status: "in_progress" },
            { id: 37, project_id: 3, start_time: new Date("2023-01-26T16:44:19Z"), end_time: new Date("2023-06-03T09:13:54Z"), status: "completed" },
            { id: 38, project_id: 47, start_time: new Date("2023-07-31T15:15:28Z"), end_time: new Date("2023-09-15T13:34:12Z"), status: "completed" },
            { id: 39, project_id: 32, start_time: new Date("2023-08-26T07:53:39Z"), end_time: new Date("2023-11-08T15:26:47Z"), status: "completed" },
            { id: 40, project_id: 44, start_time: new Date("2023-02-07T15:15:35Z"), end_time: new Date("2023-11-02T10:24:16Z"), status: "completed" },
            { id: 41, project_id: 26, start_time: new Date("2023-07-11T10:37:12Z"), end_time: null, status: "in_progress" },
            { id: 42, project_id: 32, start_time: new Date("2023-06-09T13:52:07Z"), end_time: new Date("2023-11-06T08:19:46Z"), status: "completed" },
            { id: 43, project_id: 85, start_time: new Date("2023-06-16T16:46:27Z"), end_time: null, status: "in_progress" },
            { id: 44, project_id: 51, start_time: new Date("2023-01-13T02:23:27Z"), end_time: new Date("2023-03-04T10:55:06Z"), status: "completed" },
            { id: 45, project_id: 57, start_time: new Date("2023-05-14T14:36:01Z"), end_time: new Date("2023-07-11T14:09:46Z"), status: "completed" },
            { id: 46, project_id: 18, start_time: new Date("2023-10-23T17:40:19Z"), end_time: new Date("2023-05-15T12:32:15Z"), status: "completed" },
            { id: 47, project_id: 69, start_time: new Date("2023-05-25T09:48:50Z"), end_time: null, status: "in_progress" },
            { id: 48, project_id: 47, start_time: new Date("2023-05-28T18:56:14Z"), end_time: new Date("2023-05-18T09:52:40Z"), status: "completed" },
            { id: 49, project_id: 65, start_time: new Date("2023-01-24T13:58:13Z"), end_time: new Date("2023-10-07T11:02:58Z"), status: "completed" },
            { id: 50, project_id: 2, start_time: new Date("2023-04-21T08:27:01Z"), end_time: new Date("2023-05-08T16:40:52Z"), status: "failed" },
            { id: 51, project_id: 64, start_time: new Date("2023-05-10T16:44:07Z"), end_time: new Date("2023-05-29T17:46:37Z"), status: "completed" },
            { id: 52, project_id: 80, start_time: new Date("2023-09-27T11:45:48Z"), end_time: new Date("2023-02-26T11:46:08Z"), status: "completed" },
            { id: 53, project_id: 94, start_time: new Date("2023-04-27T09:10:47Z"), end_time: new Date("2023-01-02T09:20:58Z"), status: "completed" },
            { id: 54, project_id: 49, start_time: new Date("2023-01-17T09:00:41Z"), end_time: new Date("2023-04-25T17:41:04Z"), status: "completed" },
            { id: 55, project_id: 20, start_time: new Date("2023-12-25T13:07:35Z"), end_time: new Date("2023-11-14T10:06:45Z"), status: "completed" },
            { id: 56, project_id: 85, start_time: new Date("2023-09-22T09:39:06Z"), end_time: null, status: "in_progress" },
            { id: 57, project_id: 2, start_time: new Date("2023-07-03T14:16:17Z"), end_time: new Date("2023-07-29T08:28:07Z"), status: "completed" },
            { id: 58, project_id: 60, start_time: new Date("2023-02-17T09:13:08Z"), end_time: null, status: "in_progress" },
            { id: 59, project_id: 41, start_time: new Date("2023-02-28T10:25:30Z"), end_time: new Date("2023-02-17T11:39:00Z"), status: "failed" },
            { id: 60, project_id: 100, start_time: new Date("2023-02-25T10:34:47Z"), end_time: new Date("2023-10-16T14:03:22Z"), status: "completed" },
            { id: 61, project_id: 98, start_time: new Date("2023-04-06T17:16:59Z"), end_time: new Date("2023-04-25T13:51:54Z"), status: "completed" },
            { id: 62, project_id: 61, start_time: new Date("2023-04-25T13:16:03Z"), end_time: new Date("2023-10-10T18:32:25Z"), status: "completed" },
            { id: 63, project_id: 73, start_time: new Date("2023-06-24T11:25:27Z"), end_time: new Date("2023-08-13T11:03:47Z"), status: "completed" },
            { id: 64, project_id: 49, start_time: new Date("2023-08-04T09:45:04Z"), end_time: new Date("2023-12-01T18:12:20Z"), status: "failed" },
            { id: 65, project_id: 13, start_time: new Date("2023-03-18T10:39:02Z"), end_time: new Date("2023-02-28T18:39:20Z"), status: "completed" },
            { id: 66, project_id: 85, start_time: new Date("2023-03-17T10:36:57Z"), end_time: new Date("2023-01-07T10:42:50Z"), status: "completed" },
            { id: 67, project_id: 6, start_time: new Date("2023-01-29T23:59:58Z"), end_time: new Date("2023-06-30T15:35:38Z"), status: "failed" },
            { id: 68, project_id: 39, start_time: new Date("2023-02-25T14:43:14Z"), end_time: null, status: "in_progress" },
            { id: 69, project_id: 65, start_time: new Date("2023-03-14T17:38:56Z"), end_time: new Date("2023-11-20T16:09:50Z"), status: "completed" },
            { id: 70, project_id: 3, start_time: new Date("2023-06-07T14:51:11Z"), end_time: new Date("2023-12-23T08:40:27Z"), status: "failed" },
            { id: 71, project_id: 68, start_time: new Date("2023-11-27T10:55:19Z"), end_time: new Date("2023-04-10T08:46:39Z"), status: "completed" },
            { id: 72, project_id: 48, start_time: new Date("2023-07-28T12:16:53Z"), end_time: new Date("2023-05-03T12:20:25Z"), status: "completed" },
            { id: 73, project_id: 38, start_time: new Date("2023-05-12T14:25:48Z"), end_time: null, status: "in_progress" },
            { id: 74, project_id: 83, start_time: new Date("2023-07-05T13:19:24Z"), end_time: new Date("2023-12-18T10:19:36Z"), status: "completed" },
            { id: 75, project_id: 91, start_time: new Date("2023-11-30T14:49:00Z"), end_time: new Date("2023-09-27T18:58:12Z"), status: "completed" },
            { id: 76, project_id: 12, start_time: new Date("2023-01-22T14:59:47Z"), end_time: new Date("2023-05-16T12:34:21Z"), status: "completed" },
            { id: 77, project_id: 24, start_time: new Date("2023-04-03T15:57:54Z"), end_time: new Date("2023-03-08T11:53:26Z"), status: "completed" },
            { id: 78, project_id: 49, start_time: new Date("2023-04-29T09:43:20Z"), end_time: new Date("2023-02-05T13:50:19Z"), status: "completed" },
            { id: 79, project_id: 82, start_time: new Date("2023-08-05T09:52:41Z"), end_time: new Date("2023-12-19T10:48:34Z"), status: "completed" },
            { id: 80, project_id: 37, start_time: new Date("2023-12-16T09:53:26Z"), end_time: new Date("2023-11-17T18:21:43Z"), status: "failed" },
            { id: 81, project_id: 46, start_time: new Date("2023-06-07T20:45:51Z"), end_time: null, status: "in_progress" },
            { id: 82, project_id: 49, start_time: new Date("2023-11-20T12:20:12Z"), end_time: new Date("2023-06-20T13:58:57Z"), status: "completed" },
            { id: 83, project_id: 24, start_time: new Date("2023-06-02T11:03:47Z"), end_time: new Date("2023-02-20T12:32:48Z"), status: "completed" },
            { id: 84, project_id: 55, start_time: new Date("2023-12-01T08:48:22Z"), end_time: new Date("2023-06-09T13:58:00Z"), status: "failed" },
            { id: 85, project_id: 76, start_time: new Date("2023-04-16T17:52:02Z"), end_time: new Date("2023-03-26T10:42:37Z"), status: "completed" },
            { id: 86, project_id: 69, start_time: new Date("2023-04-11T14:35:52Z"), end_time: null, status: "in_progress" },
            { id: 87, project_id: 14, start_time: new Date("2023-08-24T15:21:57Z"), end_time: new Date("2023-10-29T13:09:55Z"), status: "completed" },
            { id: 88, project_id: 95, start_time: new Date("2023-03-15T10:30:43Z"), end_time: new Date("2023-01-29T15:11:01Z"), status: "completed" },
            { id: 89, project_id: 35, start_time: new Date("2023-09-27T15:17:32Z"), end_time: new Date("2023-09-15T16:38:07Z"), status: "completed" },
            { id: 90, project_id: 65, start_time: new Date("2023-08-18T21:59:58Z"), end_time: new Date("2023-02-21T15:32:41Z"), status: "completed" },
            { id: 91, project_id: 26, start_time: new Date("2023-01-26T14:07:02Z"), end_time: new Date("2023-03-07T14:59:18Z"), status: "completed" },
            { id: 92, project_id: 2, start_time: new Date("2023-08-19T10:43:50Z"), end_time: new Date("2023-10-28T14:42:42Z"), status: "completed" },
            { id: 93, project_id: 63, start_time: new Date("2023-09-04T09:22:20Z"), end_time: new Date("2023-01-13T17:41:46Z"), status: "completed" },
            { id: 94, project_id: 90, start_time: new Date("2023-09-17T13:15:36Z"), end_time: new Date("2023-01-06T12:17:28Z"), status: "completed" },
            { id: 95, project_id: 19, start_time: new Date("2023-01-18T13:37:39Z"), end_time: new Date("2023-12-20T08:57:01Z"), status: "completed" },
            { id: 96, project_id: 12, start_time: new Date("2023-07-11T10:14:32Z"), end_time: new Date("2023-01-22T16:56:45Z"), status: "completed" },
            { id: 97, project_id: 89, start_time: new Date("2023-03-13T13:37:41Z"), end_time: null, status: "in_progress" },
            { id: 98, project_id: 42, start_time: new Date("2023-08-13T16:02:31Z"), end_time: new Date("2023-11-26T14:58:59Z"), status: "completed" },
            { id: 99, project_id: 58, start_time: new Date("2023-03-16T15:29:15Z"), end_time: new Date("2023-02-06T13:11:26Z"), status: "completed" },
            { id: 100, project_id: 10, start_time: new Date("2023-02-27T07:18:04Z"), end_time: new Date("2023-09-10T12:26:41Z"), status: "completed" },
            { id: 101, project_id: 57, start_time: new Date("2023-06-04T10:17:08Z"), end_time: new Date("2023-12-24T09:42:53Z"), status: "completed" },
            { id: 102, project_id: 94, start_time: new Date("2023-07-06T15:41:21Z"), end_time: new Date("2023-12-10T17:22:42Z"), status: "completed" },
            { id: 103, project_id: 42, start_time: new Date("2023-03-12T16:43:56Z"), end_time: new Date("2023-01-27T14:09:33Z"), status: "failed" },
            { id: 104, project_id: 65, start_time: new Date("2023-03-20T17:21:22Z"), end_time: new Date("2023-08-13T21:33:44Z"), status: "completed" },
            { id: 105, project_id: 50, start_time: new Date("2023-04-10T11:02:14Z"), end_time: new Date("2023-03-04T10:23:53Z"), status: "completed" },
            { id: 106, project_id: 58, start_time: new Date("2023-12-28T14:31:28Z"), end_time: null, status: "in_progress" },
            { id: 107, project_id: 2, start_time: new Date("2023-11-18T02:25:05Z"), end_time: null, status: "in_progress" },
            { id: 108, project_id: 14, start_time: new Date("2023-08-02T17:51:40Z"), end_time: new Date("2023-09-07T16:49:27Z"), status: "completed" },
            { id: 109, project_id: 91, start_time: new Date("2023-06-23T20:01:28Z"), end_time: null, status: "in_progress" },
            { id: 110, project_id: 16, start_time: new Date("2023-11-15T18:22:29Z"), end_time: new Date("2023-07-16T18:46:51Z"), status: "completed" },
            { id: 111, project_id: 72, start_time: new Date("2023-03-04T16:41:57Z"), end_time: new Date("2023-11-04T10:43:27Z"), status: "completed" },
            { id: 112, project_id: 3, start_time: new Date("2023-03-02T12:49:17Z"), end_time: null, status: "in_progress" },
            { id: 113, project_id: 97, start_time: new Date("2023-02-06T17:30:33Z"), end_time: new Date("2023-06-02T14:17:36Z"), status: "completed" },
            { id: 114, project_id: 31, start_time: new Date("2023-05-07T17:50:23Z"), end_time: new Date("2023-01-13T16:45:06Z"), status: "completed" },
            { id: 115, project_id: 48, start_time: new Date("2023-02-18T10:00:56Z"), end_time: new Date("2023-06-18T16:39:28Z"), status: "completed" },
            { id: 116, project_id: 51, start_time: new Date("2023-01-30T11:01:22Z"), end_time: null, status: "in_progress" },
            { id: 117, project_id: 83, start_time: new Date("2023-05-24T07:39:09Z"), end_time: new Date("2023-04-07T17:06:52Z"), status: "completed" },
            { id: 118, project_id: 60, start_time: new Date("2023-04-15T11:18:15Z"), end_time: new Date("2023-09-03T14:02:50Z"), status: "failed" },
            { id: 119, project_id: 55, start_time: new Date("2023-11-23T10:54:00Z"), end_time: new Date("2023-03-14T06:42:13Z"), status: "completed" },
            { id: 120, project_id: 66, start_time: new Date("2023-10-12T14:32:14Z"), end_time: new Date("2023-05-20T14:21:29Z"), status: "completed" },
            { id: 121, project_id: 31, start_time: new Date("2023-02-06T16:06:03Z"), end_time: new Date("2023-01-05T13:16:41Z"), status: "completed" },
            { id: 122, project_id: 81, start_time: new Date("2023-04-22T10:24:45Z"), end_time: new Date("2023-10-21T11:22:15Z"), status: "completed" },
            { id: 123, project_id: 60, start_time: new Date("2023-10-24T18:23:01Z"), end_time: new Date("2023-07-31T15:04:38Z"), status: "completed" },
            { id: 124, project_id: 90, start_time: new Date("2023-07-12T11:29:01Z"), end_time: new Date("2023-12-13T13:02:24Z"), status: "failed" },
            { id: 125, project_id: 56, start_time: new Date("2023-01-12T10:40:20Z"), end_time: new Date("2023-05-09T09:34:55Z"), status: "completed" },
            { id: 126, project_id: 56, start_time: new Date("2023-11-25T11:42:34Z"), end_time: null, status: "in_progress" },
            { id: 127, project_id: 69, start_time: new Date("2023-12-13T13:46:20Z"), end_time: null, status: "in_progress" },
            { id: 128, project_id: 16, start_time: new Date("2023-11-28T21:14:03Z"), end_time: new Date("2023-08-30T10:59:28Z"), status: "failed" },
            { id: 129, project_id: 52, start_time: new Date("2023-03-11T13:34:42Z"), end_time: new Date("2023-07-14T10:14:53Z"), status: "completed" },
            { id: 130, project_id: 44, start_time: new Date("2023-01-19T14:00:43Z"), end_time: new Date("2023-02-23T16:41:49Z"), status: "completed" },
            { id: 131, project_id: 85, start_time: new Date("2023-06-08T10:14:42Z"), end_time: new Date("2023-11-13T11:20:50Z"), status: "completed" },
            { id: 132, project_id: 4, start_time: new Date("2023-04-15T14:44:26Z"), end_time: new Date("2023-04-30T13:04:00Z"), status: "failed" },
            { id: 133, project_id: 87, start_time: new Date("2023-06-02T18:09:28Z"), end_time: null, status: "in_progress" },
            { id: 134, project_id: 83, start_time: new Date("2023-09-12T15:08:11Z"), end_time: new Date("2023-09-11T16:01:58Z"), status: "completed" },
            { id: 135, project_id: 26, start_time: new Date("2023-11-29T13:38:08Z"), end_time: new Date("2023-08-20T10:49:25Z"), status: "completed" },
            { id: 136, project_id: 60, start_time: new Date("2023-04-23T20:51:32Z"), end_time: new Date("2023-04-21T14:56:58Z"), status: "completed" },
            { id: 137, project_id: 71, start_time: new Date("2023-04-19T13:15:48Z"), end_time: new Date("2023-03-26T19:23:10Z"), status: "completed" },
            { id: 138, project_id: 60, start_time: new Date("2023-11-19T15:25:35Z"), end_time: new Date("2023-03-20T11:18:07Z"), status: "completed" },
            { id: 139, project_id: 74, start_time: new Date("2023-06-15T11:35:50Z"), end_time: new Date("2023-01-14T11:50:45Z"), status: "completed" },
            { id: 140, project_id: 74, start_time: new Date("2023-06-04T14:40:56Z"), end_time: null, status: "in_progress" },
            { id: 141, project_id: 85, start_time: new Date("2023-02-28T09:04:09Z"), end_time: new Date("2023-12-04T10:53:46Z"), status: "completed" },
            { id: 142, project_id: 46, start_time: new Date("2023-02-06T11:37:32Z"), end_time: new Date("2023-12-18T11:04:30Z"), status: "completed" },
            { id: 143, project_id: 63, start_time: new Date("2023-11-22T16:01:36Z"), end_time: new Date("2023-10-10T16:29:55Z"), status: "completed" },
            { id: 144, project_id: 13, start_time: new Date("2023-09-14T14:56:09Z"), end_time: new Date("2023-03-31T12:22:42Z"), status: "completed" },
            { id: 145, project_id: 41, start_time: new Date("2023-12-01T09:30:32Z"), end_time: new Date("2023-03-05T17:53:59Z"), status: "completed" },
            { id: 146, project_id: 94, start_time: new Date("2023-07-10T13:50:46Z"), end_time: null, status: "in_progress" },
            { id: 147, project_id: 67, start_time: new Date("2023-11-23T16:10:41Z"), end_time: new Date("2023-11-05T12:34:35Z"), status: "failed" },
            { id: 148, project_id: 4, start_time: new Date("2023-02-09T08:10:37Z"), end_time: new Date("2023-12-07T13:12:29Z"), status: "completed" },
            { id: 149, project_id: 49, start_time: new Date("2023-03-18T02:07:23Z"), end_time: new Date("2023-02-06T11:05:46Z"), status: "completed" },
            { id: 150, project_id: 33, start_time: new Date("2023-07-19T09:24:37Z"), end_time: null, status: "in_progress" },
            { id: 151, project_id: 81, start_time: new Date("2023-08-21T12:24:21Z"), end_time: new Date("2023-11-27T08:55:37Z"), status: "completed" },
            { id: 152, project_id: 1, start_time: new Date("2023-09-30T06:13:01Z"), end_time: new Date("2023-09-30T15:20:30Z"), status: "completed" },
            { id: 153, project_id: 57, start_time: new Date("2023-06-14T12:45:12Z"), end_time: new Date("2023-07-05T16:45:08Z"), status: "completed" },
            { id: 154, project_id: 52, start_time: new Date("2023-08-07T10:52:57Z"), end_time: new Date("2023-07-04T10:31:58Z"), status: "completed" },
            { id: 155, project_id: 48, start_time: new Date("2023-11-19T14:46:56Z"), end_time: new Date("2023-12-24T12:10:53Z"), status: "completed" },
            { id: 156, project_id: 37, start_time: new Date("2023-01-12T23:16:19Z"), end_time: new Date("2023-05-25T10:23:26Z"), status: "completed" },
            { id: 157, project_id: 46, start_time: new Date("2023-10-01T11:31:13Z"), end_time: new Date("2023-05-30T10:18:24Z"), status: "completed" },
            { id: 158, project_id: 20, start_time: new Date("2023-10-18T12:55:00Z"), end_time: null, status: "in_progress" },
            { id: 159, project_id: 12, start_time: new Date("2023-05-27T08:46:59Z"), end_time: null, status: "in_progress" },
            { id: 160, project_id: 80, start_time: new Date("2023-09-25T16:13:38Z"), end_time: new Date("2023-01-31T16:23:46Z"), status: "completed" },
            { id: 161, project_id: 71, start_time: new Date("2023-12-07T14:53:29Z"), end_time: new Date("2023-04-18T11:59:03Z"), status: "completed" },
            { id: 162, project_id: 92, start_time: new Date("2023-08-17T06:47:42Z"), end_time: new Date("2023-08-07T20:44:47Z"), status: "completed" },
            { id: 163, project_id: 99, start_time: new Date("2023-09-13T13:43:23Z"), end_time: null, status: "in_progress" },
            { id: 164, project_id: 81, start_time: new Date("2023-01-03T13:20:46Z"), end_time: new Date("2023-08-13T13:47:10Z"), status: "completed" },
            { id: 165, project_id: 88, start_time: new Date("2023-07-13T17:54:10Z"), end_time: new Date("2023-07-30T11:21:45Z"), status: "completed" },
            { id: 166, project_id: 5, start_time: new Date("2023-11-25T17:42:55Z"), end_time: new Date("2023-10-27T09:31:21Z"), status: "completed" },
            { id: 167, project_id: 53, start_time: new Date("2023-01-15T14:04:54Z"), end_time: new Date("2023-02-11T12:21:33Z"), status: "completed" },
            { id: 168, project_id: 4, start_time: new Date("2023-01-18T12:52:05Z"), end_time: null, status: "in_progress" },
            { id: 169, project_id: 26, start_time: new Date("2023-07-30T10:01:56Z"), end_time: new Date("2023-05-02T14:03:38Z"), status: "completed" },
            { id: 170, project_id: 96, start_time: new Date("2023-11-12T08:10:40Z"), end_time: new Date("2023-08-29T14:38:23Z"), status: "completed" },
            { id: 171, project_id: 73, start_time: new Date("2023-09-26T09:07:19Z"), end_time: null, status: "in_progress" },
            { id: 172, project_id: 77, start_time: new Date("2023-01-07T13:48:03Z"), end_time: new Date("2023-06-28T16:23:28Z"), status: "failed" },
            { id: 173, project_id: 87, start_time: new Date("2023-09-23T07:23:42Z"), end_time: new Date("2023-11-24T10:46:45Z"), status: "completed" },
            { id: 174, project_id: 60, start_time: new Date("2023-08-17T11:43:37Z"), end_time: new Date("2023-04-01T16:29:10Z"), status: "completed" },
            { id: 175, project_id: 86, start_time: new Date("2023-11-21T09:10:18Z"), end_time: new Date("2023-03-25T13:07:29Z"), status: "completed" },
            { id: 176, project_id: 53, start_time: new Date("2023-04-30T09:27:24Z"), end_time: null, status: "in_progress" },
            { id: 177, project_id: 98, start_time: new Date("2023-06-18T12:02:55Z"), end_time: new Date("2023-08-04T10:49:42Z"), status: "completed" },
            { id: 178, project_id: 49, start_time: new Date("2023-09-05T14:50:17Z"), end_time: new Date("2023-11-06T12:37:58Z"), status: "completed" },
            { id: 179, project_id: 14, start_time: new Date("2023-12-23T08:29:46Z"), end_time: new Date("2023-11-07T15:16:02Z"), status: "completed" },
            { id: 180, project_id: 70, start_time: new Date("2023-10-31T17:15:15Z"), end_time: new Date("2023-07-12T09:05:02Z"), status: "completed" },
            { id: 181, project_id: 91, start_time: new Date("2023-08-04T07:40:02Z"), end_time: new Date("2023-07-16T10:37:48Z"), status: "completed" },
            { id: 182, project_id: 52, start_time: new Date("2023-12-31T18:29:57Z"), end_time: new Date("2023-10-19T13:20:58Z"), status: "completed" },
            { id: 183, project_id: 33, start_time: new Date("2023-09-21T15:52:01Z"), end_time: new Date("2023-01-10T15:08:16Z"), status: "completed" },
            { id: 184, project_id: 46, start_time: new Date("2023-12-21T14:46:50Z"), end_time: new Date("2023-09-07T19:47:49Z"), status: "completed" },
            { id: 185, project_id: 54, start_time: new Date("2023-10-04T10:55:48Z"), end_time: new Date("2023-10-02T16:21:22Z"), status: "completed" },
            { id: 186, project_id: 29, start_time: new Date("2023-03-24T17:43:33Z"), end_time: new Date("2023-08-19T16:56:39Z"), status: "completed" },
            { id: 187, project_id: 86, start_time: new Date("2023-10-26T10:10:19Z"), end_time: new Date("2023-06-11T14:42:40Z"), status: "completed" },
            { id: 188, project_id: 64, start_time: new Date("2023-09-17T08:22:46Z"), end_time: new Date("2023-09-20T16:00:55Z"), status: "failed" },
            { id: 189, project_id: 11, start_time: new Date("2023-05-22T16:25:54Z"), end_time: new Date("2023-09-08T08:19:11Z"), status: "completed" },
            { id: 190, project_id: 16, start_time: new Date("2023-02-08T13:04:56Z"), end_time: new Date("2023-01-27T10:53:06Z"), status: "completed" },
            { id: 191, project_id: 82, start_time: new Date("2023-07-08T12:10:14Z"), end_time: new Date("2023-02-07T15:16:44Z"), status: "completed" },
            { id: 192, project_id: 95, start_time: new Date("2023-11-29T13:06:01Z"), end_time: new Date("2023-06-12T15:17:25Z"), status: "completed" },
            { id: 193, project_id: 92, start_time: new Date("2023-09-20T13:27:02Z"), end_time: new Date("2023-04-20T14:20:39Z"), status: "completed" },
            { id: 194, project_id: 79, start_time: new Date("2023-04-24T12:17:24Z"), end_time: new Date("2023-02-15T05:39:15Z"), status: "completed" },
            { id: 195, project_id: 55, start_time: new Date("2023-10-02T17:17:51Z"), end_time: new Date("2023-03-07T12:13:29Z"), status: "completed" },
            { id: 196, project_id: 5, start_time: new Date("2023-04-12T10:23:24Z"), end_time: new Date("2023-04-09T18:14:38Z"), status: "completed" },
            { id: 197, project_id: 23, start_time: new Date("2023-07-03T16:08:37Z"), end_time: null, status: "in_progress" },
            { id: 198, project_id: 63, start_time: new Date("2023-05-20T15:30:35Z"), end_time: new Date("2023-01-12T15:56:19Z"), status: "completed" },
            { id: 199, project_id: 1, start_time: new Date("2023-01-03T12:04:32Z"), end_time: new Date("2023-06-14T08:32:37Z"), status: "completed" },
            { id: 200, project_id: 66, start_time: new Date("2023-06-26T10:39:08Z"), end_time: new Date("2023-08-16T21:16:40Z"), status: "completed" },
        ],
    });
    await prisma.compute_clusters.createMany({
        data: [
            { id: 1, production_run_id: 48, cluster_type: "CPU", usage_hours: null, memory_usage_gb: "9.47", cost_per_hour: "2.90" },
            { id: 2, production_run_id: 195, cluster_type: "CPU", usage_hours: null, memory_usage_gb: "10.48", cost_per_hour: "3.54" },
            { id: 3, production_run_id: 118, cluster_type: "GPU", usage_hours: 67, memory_usage_gb: "7.29", cost_per_hour: "1.28" },
            { id: 4, production_run_id: 111, cluster_type: "CPU", usage_hours: null, memory_usage_gb: "10.32", cost_per_hour: "1.06" },
            { id: 5, production_run_id: 169, cluster_type: "CPU", usage_hours: null, memory_usage_gb: "5.67", cost_per_hour: "3.45" },
            { id: 6, production_run_id: 26, cluster_type: "CPU", usage_hours: null, memory_usage_gb: "6.95", cost_per_hour: "3.92" },
            { id: 7, production_run_id: 37, cluster_type: "GPU", usage_hours: 53, memory_usage_gb: "8.65", cost_per_hour: "1.68" },
            { id: 8, production_run_id: 41, cluster_type: "GPU", usage_hours: 43, memory_usage_gb: "3.19", cost_per_hour: "0.84" },
            { id: 9, production_run_id: 191, cluster_type: "TPU", usage_hours: 52, memory_usage_gb: "6.84", cost_per_hour: "0.58" },
            { id: 10, production_run_id: 30, cluster_type: "GPU", usage_hours: 32, memory_usage_gb: "5.48", cost_per_hour: "2.06" },
            { id: 11, production_run_id: 110, cluster_type: "CPU", usage_hours: null, memory_usage_gb: "6.65", cost_per_hour: "4.24" },
            { id: 12, production_run_id: 73, cluster_type: "CPU", usage_hours: null, memory_usage_gb: "10.83", cost_per_hour: "2.08" },
            { id: 13, production_run_id: 158, cluster_type: "TPU", usage_hours: 57, memory_usage_gb: "7.30", cost_per_hour: "3.75" },
            { id: 14, production_run_id: 16, cluster_type: "GPU", usage_hours: 33, memory_usage_gb: "10.23", cost_per_hour: "1.53" },
            { id: 15, production_run_id: 83, cluster_type: "GPU", usage_hours: 51, memory_usage_gb: "6.67", cost_per_hour: "0.50" },
            { id: 16, production_run_id: 48, cluster_type: "TPU", usage_hours: 57, memory_usage_gb: "8.45", cost_per_hour: "2.84" },
            { id: 17, production_run_id: 104, cluster_type: "CPU", usage_hours: null, memory_usage_gb: "11.02", cost_per_hour: "1.35" },
            { id: 18, production_run_id: 85, cluster_type: "CPU", usage_hours: null, memory_usage_gb: "6.51", cost_per_hour: "3.68" },
            { id: 19, production_run_id: 134, cluster_type: "GPU", usage_hours: 69, memory_usage_gb: "6.90", cost_per_hour: "3.07" },
            { id: 20, production_run_id: 184, cluster_type: "CPU", usage_hours: null, memory_usage_gb: "9.22", cost_per_hour: "0.51" },
            { id: 21, production_run_id: 122, cluster_type: "GPU", usage_hours: 61, memory_usage_gb: "7.27", cost_per_hour: "0.86" },
            { id: 22, production_run_id: 119, cluster_type: "CPU", usage_hours: null, memory_usage_gb: "8.25", cost_per_hour: "2.62" },
            { id: 23, production_run_id: 171, cluster_type: "CPU", usage_hours: null, memory_usage_gb: "7.91", cost_per_hour: "0.65" },
            { id: 24, production_run_id: 196, cluster_type: "CPU", usage_hours: null, memory_usage_gb: "8.10", cost_per_hour: "1.74" },
            { id: 25, production_run_id: 89, cluster_type: "CPU", usage_hours: null, memory_usage_gb: "10.80", cost_per_hour: "0.86" },
            { id: 26, production_run_id: 45, cluster_type: "CPU", usage_hours: null, memory_usage_gb: "9.31", cost_per_hour: "4.62" },
            { id: 27, production_run_id: 54, cluster_type: "TPU", usage_hours: 46, memory_usage_gb: "5.34", cost_per_hour: "0.59" },
            { id: 28, production_run_id: 168, cluster_type: "TPU", usage_hours: 56, memory_usage_gb: "5.01", cost_per_hour: "1.95" },
            { id: 29, production_run_id: 77, cluster_type: "GPU", usage_hours: 27, memory_usage_gb: "6.34", cost_per_hour: "1.26" },
            { id: 30, production_run_id: 137, cluster_type: "TPU", usage_hours: 43, memory_usage_gb: "9.94", cost_per_hour: "1.57" },
            { id: 31, production_run_id: 141, cluster_type: "CPU", usage_hours: null, memory_usage_gb: "10.45", cost_per_hour: "3.34" },
            { id: 32, production_run_id: 12, cluster_type: "CPU", usage_hours: null, memory_usage_gb: "8.84", cost_per_hour: "0.51" },
            { id: 33, production_run_id: 40, cluster_type: "CPU", usage_hours: null, memory_usage_gb: "6.76", cost_per_hour: "0.96" },
            { id: 34, production_run_id: 16, cluster_type: "TPU", usage_hours: 45, memory_usage_gb: "8.00", cost_per_hour: "1.46" },
            { id: 35, production_run_id: 90, cluster_type: "CPU", usage_hours: null, memory_usage_gb: "12.01", cost_per_hour: "0.58" },
            { id: 36, production_run_id: 70, cluster_type: "CPU", usage_hours: null, memory_usage_gb: "8.12", cost_per_hour: "4.53" },
            { id: 37, production_run_id: 51, cluster_type: "GPU", usage_hours: 69, memory_usage_gb: "7.21", cost_per_hour: "1.52" },
            { id: 38, production_run_id: 158, cluster_type: "CPU", usage_hours: null, memory_usage_gb: "9.99", cost_per_hour: "0.53" },
            { id: 39, production_run_id: 183, cluster_type: "CPU", usage_hours: null, memory_usage_gb: "7.80", cost_per_hour: "1.61" },
            { id: 40, production_run_id: 42, cluster_type: "CPU", usage_hours: null, memory_usage_gb: "11.19", cost_per_hour: "2.08" },
            { id: 41, production_run_id: 116, cluster_type: "GPU", usage_hours: 63, memory_usage_gb: "10.88", cost_per_hour: "0.59" },
            { id: 42, production_run_id: 192, cluster_type: "GPU", usage_hours: 68, memory_usage_gb: "11.23", cost_per_hour: "1.24" },
            { id: 43, production_run_id: 123, cluster_type: "GPU", usage_hours: 68, memory_usage_gb: "8.70", cost_per_hour: "2.48" },
            { id: 44, production_run_id: 3, cluster_type: "GPU", usage_hours: 52, memory_usage_gb: "7.93", cost_per_hour: "0.50" },
            { id: 45, production_run_id: 195, cluster_type: "TPU", usage_hours: 21, memory_usage_gb: "9.18", cost_per_hour: "1.37" },
            { id: 46, production_run_id: 131, cluster_type: "GPU", usage_hours: 53, memory_usage_gb: "7.45", cost_per_hour: "3.23" },
            { id: 47, production_run_id: 156, cluster_type: "CPU", usage_hours: null, memory_usage_gb: "10.74", cost_per_hour: "0.92" },
            { id: 48, production_run_id: 151, cluster_type: "GPU", usage_hours: 48, memory_usage_gb: "5.92", cost_per_hour: "0.63" },
            { id: 49, production_run_id: 131, cluster_type: "GPU", usage_hours: 67, memory_usage_gb: "7.72", cost_per_hour: "2.35" },
            { id: 50, production_run_id: 118, cluster_type: "TPU", usage_hours: 63, memory_usage_gb: "11.67", cost_per_hour: "2.80" },
            { id: 51, production_run_id: 43, cluster_type: "TPU", usage_hours: 75, memory_usage_gb: "8.85", cost_per_hour: "1.40" },
            { id: 52, production_run_id: 132, cluster_type: "CPU", usage_hours: null, memory_usage_gb: "6.97", cost_per_hour: "1.67" },
            { id: 53, production_run_id: 95, cluster_type: "CPU", usage_hours: null, memory_usage_gb: "8.37", cost_per_hour: "4.13" },
            { id: 54, production_run_id: 51, cluster_type: "CPU", usage_hours: null, memory_usage_gb: "10.12", cost_per_hour: "3.66" },
            { id: 55, production_run_id: 57, cluster_type: "CPU", usage_hours: null, memory_usage_gb: "6.72", cost_per_hour: "0.56" },
            { id: 56, production_run_id: 65, cluster_type: "CPU", usage_hours: null, memory_usage_gb: "9.81", cost_per_hour: "3.81" },
            { id: 57, production_run_id: 139, cluster_type: "CPU", usage_hours: null, memory_usage_gb: "8.52", cost_per_hour: "0.83" },
            { id: 58, production_run_id: 48, cluster_type: "CPU", usage_hours: null, memory_usage_gb: "9.25", cost_per_hour: "0.74" },
            { id: 59, production_run_id: 148, cluster_type: "TPU", usage_hours: 40, memory_usage_gb: "8.50", cost_per_hour: "0.71" },
            { id: 60, production_run_id: 134, cluster_type: "CPU", usage_hours: null, memory_usage_gb: "7.77", cost_per_hour: "2.80" },
            { id: 61, production_run_id: 80, cluster_type: "GPU", usage_hours: 58, memory_usage_gb: "5.94", cost_per_hour: "4.41" },
            { id: 62, production_run_id: 26, cluster_type: "TPU", usage_hours: 39, memory_usage_gb: "9.07", cost_per_hour: "0.54" },
            { id: 63, production_run_id: 55, cluster_type: "CPU", usage_hours: null, memory_usage_gb: "5.44", cost_per_hour: "0.50" },
            { id: 64, production_run_id: 57, cluster_type: "CPU", usage_hours: null, memory_usage_gb: "13.02", cost_per_hour: "3.61" },
            { id: 65, production_run_id: 178, cluster_type: "CPU", usage_hours: null, memory_usage_gb: "7.48", cost_per_hour: "2.80" },
            { id: 66, production_run_id: 54, cluster_type: "CPU", usage_hours: null, memory_usage_gb: "11.03", cost_per_hour: "0.54" },
            { id: 67, production_run_id: 67, cluster_type: "CPU", usage_hours: null, memory_usage_gb: "10.96", cost_per_hour: "1.49" },
            { id: 68, production_run_id: 14, cluster_type: "TPU", usage_hours: 61, memory_usage_gb: "10.93", cost_per_hour: "4.82" },
            { id: 69, production_run_id: 84, cluster_type: "TPU", usage_hours: 59, memory_usage_gb: "6.62", cost_per_hour: "0.73" },
            { id: 70, production_run_id: 162, cluster_type: "GPU", usage_hours: 54, memory_usage_gb: "8.64", cost_per_hour: "0.53" },
            { id: 71, production_run_id: 84, cluster_type: "CPU", usage_hours: null, memory_usage_gb: "11.47", cost_per_hour: "0.99" },
            { id: 72, production_run_id: 53, cluster_type: "TPU", usage_hours: 65, memory_usage_gb: "6.60", cost_per_hour: "3.13" },
            { id: 73, production_run_id: 71, cluster_type: "GPU", usage_hours: 65, memory_usage_gb: "9.91", cost_per_hour: "2.46" },
            { id: 74, production_run_id: 33, cluster_type: "GPU", usage_hours: 48, memory_usage_gb: "9.84", cost_per_hour: "2.58" },
            { id: 75, production_run_id: 38, cluster_type: "CPU", usage_hours: null, memory_usage_gb: "9.47", cost_per_hour: "1.64" },
            { id: 76, production_run_id: 186, cluster_type: "CPU", usage_hours: null, memory_usage_gb: "8.59", cost_per_hour: "2.36" },
            { id: 77, production_run_id: 8, cluster_type: "CPU", usage_hours: null, memory_usage_gb: "10.18", cost_per_hour: "4.46" },
            { id: 78, production_run_id: 27, cluster_type: "CPU", usage_hours: null, memory_usage_gb: "9.61", cost_per_hour: "2.48" },
            { id: 79, production_run_id: 128, cluster_type: "TPU", usage_hours: 79, memory_usage_gb: "10.79", cost_per_hour: "0.65" },
            { id: 80, production_run_id: 170, cluster_type: "CPU", usage_hours: null, memory_usage_gb: "10.66", cost_per_hour: "0.65" },
            { id: 81, production_run_id: 132, cluster_type: "CPU", usage_hours: null, memory_usage_gb: "7.49", cost_per_hour: "3.05" },
            { id: 82, production_run_id: 9, cluster_type: "TPU", usage_hours: 36, memory_usage_gb: "12.56", cost_per_hour: "2.36" },
            { id: 83, production_run_id: 75, cluster_type: "CPU", usage_hours: null, memory_usage_gb: "12.22", cost_per_hour: "1.69" },
            { id: 84, production_run_id: 193, cluster_type: "CPU", usage_hours: null, memory_usage_gb: "11.26", cost_per_hour: "0.95" },
            { id: 85, production_run_id: 130, cluster_type: "CPU", usage_hours: null, memory_usage_gb: "6.54", cost_per_hour: "3.31" },
            { id: 86, production_run_id: 121, cluster_type: "CPU", usage_hours: null, memory_usage_gb: "8.31", cost_per_hour: "3.08" },
            { id: 87, production_run_id: 175, cluster_type: "GPU", usage_hours: 42, memory_usage_gb: "11.62", cost_per_hour: "0.69" },
            { id: 88, production_run_id: 184, cluster_type: "TPU", usage_hours: 39, memory_usage_gb: "7.92", cost_per_hour: "0.90" },
            { id: 89, production_run_id: 161, cluster_type: "CPU", usage_hours: null, memory_usage_gb: "8.38", cost_per_hour: "3.39" },
            { id: 90, production_run_id: 59, cluster_type: "CPU", usage_hours: null, memory_usage_gb: "10.70", cost_per_hour: "0.94" },
            { id: 91, production_run_id: 68, cluster_type: "CPU", usage_hours: null, memory_usage_gb: "12.37", cost_per_hour: "4.27" },
            { id: 92, production_run_id: 75, cluster_type: "CPU", usage_hours: null, memory_usage_gb: "10.77", cost_per_hour: "2.16" },
            { id: 93, production_run_id: 31, cluster_type: "CPU", usage_hours: null, memory_usage_gb: "9.89", cost_per_hour: "2.38" },
            { id: 94, production_run_id: 182, cluster_type: "CPU", usage_hours: null, memory_usage_gb: "12.58", cost_per_hour: "2.27" },
            { id: 95, production_run_id: 178, cluster_type: "CPU", usage_hours: null, memory_usage_gb: "6.76", cost_per_hour: "0.91" },
            { id: 96, production_run_id: 146, cluster_type: "CPU", usage_hours: null, memory_usage_gb: "3.96", cost_per_hour: "4.91" },
            { id: 97, production_run_id: 50, cluster_type: "TPU", usage_hours: 41, memory_usage_gb: "6.69", cost_per_hour: "3.18" },
            { id: 98, production_run_id: 69, cluster_type: "CPU", usage_hours: null, memory_usage_gb: "7.81", cost_per_hour: "2.02" },
            { id: 99, production_run_id: 151, cluster_type: "CPU", usage_hours: null, memory_usage_gb: "9.56", cost_per_hour: "2.43" },
            { id: 100, production_run_id: 166, cluster_type: "GPU", usage_hours: 47, memory_usage_gb: "9.37", cost_per_hour: "4.21" },
            { id: 101, production_run_id: 102, cluster_type: "CPU", usage_hours: null, memory_usage_gb: "8.99", cost_per_hour: "1.55" },
            { id: 102, production_run_id: 26, cluster_type: "GPU", usage_hours: 37, memory_usage_gb: "8.76", cost_per_hour: "0.53" },
            { id: 103, production_run_id: 179, cluster_type: "GPU", usage_hours: 57, memory_usage_gb: "9.88", cost_per_hour: "1.77" },
            { id: 104, production_run_id: 147, cluster_type: "TPU", usage_hours: 55, memory_usage_gb: "11.92", cost_per_hour: "0.59" },
            { id: 105, production_run_id: 164, cluster_type: "CPU", usage_hours: null, memory_usage_gb: "11.49", cost_per_hour: "0.50" },
            { id: 106, production_run_id: 1, cluster_type: "GPU", usage_hours: 56, memory_usage_gb: "7.37", cost_per_hour: "0.93" },
            { id: 107, production_run_id: 200, cluster_type: "GPU", usage_hours: 54, memory_usage_gb: "7.04", cost_per_hour: "0.90" },
            { id: 108, production_run_id: 165, cluster_type: "CPU", usage_hours: null, memory_usage_gb: "8.37", cost_per_hour: "1.17" },
            { id: 109, production_run_id: 186, cluster_type: "GPU", usage_hours: 70, memory_usage_gb: "7.35", cost_per_hour: "0.59" },
            { id: 110, production_run_id: 38, cluster_type: "GPU", usage_hours: 49, memory_usage_gb: "8.35", cost_per_hour: "1.92" },
            { id: 111, production_run_id: 8, cluster_type: "CPU", usage_hours: null, memory_usage_gb: "9.51", cost_per_hour: "1.77" },
            { id: 112, production_run_id: 97, cluster_type: "GPU", usage_hours: 40, memory_usage_gb: "10.96", cost_per_hour: "0.53" },
            { id: 113, production_run_id: 87, cluster_type: "TPU", usage_hours: 25, memory_usage_gb: "6.44", cost_per_hour: "0.51" },
            { id: 114, production_run_id: 122, cluster_type: "CPU", usage_hours: null, memory_usage_gb: "6.85", cost_per_hour: "1.59" },
            { id: 115, production_run_id: 104, cluster_type: "GPU", usage_hours: 45, memory_usage_gb: "5.23", cost_per_hour: "3.50" },
            { id: 116, production_run_id: 141, cluster_type: "TPU", usage_hours: 75, memory_usage_gb: "6.38", cost_per_hour: "2.44" },
            { id: 117, production_run_id: 84, cluster_type: "GPU", usage_hours: 46, memory_usage_gb: "9.33", cost_per_hour: "4.37" },
            { id: 118, production_run_id: 149, cluster_type: "CPU", usage_hours: null, memory_usage_gb: "12.85", cost_per_hour: "0.59" },
            { id: 119, production_run_id: 118, cluster_type: "CPU", usage_hours: null, memory_usage_gb: "10.38", cost_per_hour: "0.91" },
            { id: 120, production_run_id: 35, cluster_type: "CPU", usage_hours: null, memory_usage_gb: "8.44", cost_per_hour: "2.67" },
            { id: 121, production_run_id: 144, cluster_type: "GPU", usage_hours: 38, memory_usage_gb: "5.23", cost_per_hour: "0.51" },
            { id: 122, production_run_id: 122, cluster_type: "GPU", usage_hours: 40, memory_usage_gb: "9.52", cost_per_hour: "0.76" },
            { id: 123, production_run_id: 51, cluster_type: "TPU", usage_hours: 50, memory_usage_gb: "9.61", cost_per_hour: "0.51" },
            { id: 124, production_run_id: 23, cluster_type: "CPU", usage_hours: null, memory_usage_gb: "12.52", cost_per_hour: "3.09" },
            { id: 125, production_run_id: 52, cluster_type: "CPU", usage_hours: null, memory_usage_gb: "6.66", cost_per_hour: "0.87" },
            { id: 126, production_run_id: 167, cluster_type: "TPU", usage_hours: 48, memory_usage_gb: "7.38", cost_per_hour: "2.74" },
            { id: 127, production_run_id: 106, cluster_type: "CPU", usage_hours: null, memory_usage_gb: "4.03", cost_per_hour: "1.87" },
            { id: 128, production_run_id: 96, cluster_type: "CPU", usage_hours: null, memory_usage_gb: "7.13", cost_per_hour: "1.30" },
            { id: 129, production_run_id: 50, cluster_type: "CPU", usage_hours: null, memory_usage_gb: "9.44", cost_per_hour: "3.23" },
            { id: 130, production_run_id: 131, cluster_type: "TPU", usage_hours: 52, memory_usage_gb: "11.14", cost_per_hour: "2.36" },
            { id: 131, production_run_id: 16, cluster_type: "GPU", usage_hours: 75, memory_usage_gb: "8.56", cost_per_hour: "3.45" },
            { id: 132, production_run_id: 16, cluster_type: "CPU", usage_hours: null, memory_usage_gb: "6.65", cost_per_hour: "1.31" },
            { id: 133, production_run_id: 189, cluster_type: "GPU", usage_hours: 42, memory_usage_gb: "11.13", cost_per_hour: "0.52" },
            { id: 134, production_run_id: 144, cluster_type: "GPU", usage_hours: 47, memory_usage_gb: "9.28", cost_per_hour: "0.88" },
            { id: 135, production_run_id: 53, cluster_type: "TPU", usage_hours: 27, memory_usage_gb: "11.44", cost_per_hour: "0.93" },
            { id: 136, production_run_id: 109, cluster_type: "CPU", usage_hours: null, memory_usage_gb: "8.38", cost_per_hour: "3.46" },
            { id: 137, production_run_id: 102, cluster_type: "CPU", usage_hours: null, memory_usage_gb: "7.80", cost_per_hour: "0.52" },
            { id: 138, production_run_id: 87, cluster_type: "TPU", usage_hours: 69, memory_usage_gb: "8.89", cost_per_hour: "0.61" },
            { id: 139, production_run_id: 53, cluster_type: "GPU", usage_hours: 56, memory_usage_gb: "11.21", cost_per_hour: "0.51" },
            { id: 140, production_run_id: 57, cluster_type: "GPU", usage_hours: 36, memory_usage_gb: "4.52", cost_per_hour: "2.17" },
            { id: 141, production_run_id: 8, cluster_type: "GPU", usage_hours: 50, memory_usage_gb: "8.70", cost_per_hour: "1.04" },
            { id: 142, production_run_id: 171, cluster_type: "CPU", usage_hours: null, memory_usage_gb: "9.70", cost_per_hour: "4.04" },
            { id: 143, production_run_id: 54, cluster_type: "GPU", usage_hours: 27, memory_usage_gb: "7.73", cost_per_hour: "2.01" },
            { id: 144, production_run_id: 110, cluster_type: "TPU", usage_hours: 37, memory_usage_gb: "7.93", cost_per_hour: "1.11" },
            { id: 145, production_run_id: 119, cluster_type: "CPU", usage_hours: null, memory_usage_gb: "7.07", cost_per_hour: "1.50" },
            { id: 146, production_run_id: 1, cluster_type: "GPU", usage_hours: 30, memory_usage_gb: "8.70", cost_per_hour: "1.10" },
            { id: 147, production_run_id: 131, cluster_type: "TPU", usage_hours: 56, memory_usage_gb: "6.49", cost_per_hour: "3.25" },
            { id: 148, production_run_id: 49, cluster_type: "CPU", usage_hours: null, memory_usage_gb: "4.18", cost_per_hour: "0.55" },
            { id: 149, production_run_id: 153, cluster_type: "GPU", usage_hours: 52, memory_usage_gb: "9.97", cost_per_hour: "2.13" },
            { id: 150, production_run_id: 187, cluster_type: "GPU", usage_hours: 36, memory_usage_gb: "5.06", cost_per_hour: "3.49" },
            { id: 151, production_run_id: 81, cluster_type: "GPU", usage_hours: 16, memory_usage_gb: "7.36", cost_per_hour: "0.52" },
            { id: 152, production_run_id: 124, cluster_type: "TPU", usage_hours: 41, memory_usage_gb: "8.67", cost_per_hour: "2.31" },
            { id: 153, production_run_id: 163, cluster_type: "GPU", usage_hours: 51, memory_usage_gb: "9.43", cost_per_hour: "2.19" },
            { id: 154, production_run_id: 170, cluster_type: "CPU", usage_hours: null, memory_usage_gb: "8.27", cost_per_hour: "3.01" },
            { id: 155, production_run_id: 104, cluster_type: "CPU", usage_hours: null, memory_usage_gb: "12.17", cost_per_hour: "3.25" },
            { id: 156, production_run_id: 100, cluster_type: "GPU", usage_hours: 44, memory_usage_gb: "7.24", cost_per_hour: "2.47" },
            { id: 157, production_run_id: 3, cluster_type: "CPU", usage_hours: null, memory_usage_gb: "11.98", cost_per_hour: "3.42" },
            { id: 158, production_run_id: 110, cluster_type: "CPU", usage_hours: null, memory_usage_gb: "11.13", cost_per_hour: "1.83" },
            { id: 159, production_run_id: 60, cluster_type: "GPU", usage_hours: 31, memory_usage_gb: "8.74", cost_per_hour: "0.71" },
            { id: 160, production_run_id: 142, cluster_type: "CPU", usage_hours: null, memory_usage_gb: "8.63", cost_per_hour: "0.50" },
            { id: 161, production_run_id: 5, cluster_type: "CPU", usage_hours: null, memory_usage_gb: "13.62", cost_per_hour: "0.52" },
            { id: 162, production_run_id: 43, cluster_type: "GPU", usage_hours: 55, memory_usage_gb: "5.89", cost_per_hour: "4.67" },
            { id: 163, production_run_id: 178, cluster_type: "GPU", usage_hours: 45, memory_usage_gb: "11.87", cost_per_hour: "0.50" },
            { id: 164, production_run_id: 24, cluster_type: "GPU", usage_hours: 40, memory_usage_gb: "7.73", cost_per_hour: "1.52" },
            { id: 165, production_run_id: 194, cluster_type: "TPU", usage_hours: 56, memory_usage_gb: "7.73", cost_per_hour: "0.70" },
            { id: 166, production_run_id: 54, cluster_type: "TPU", usage_hours: 43, memory_usage_gb: "5.51", cost_per_hour: "2.81" },
            { id: 167, production_run_id: 133, cluster_type: "CPU", usage_hours: null, memory_usage_gb: "7.43", cost_per_hour: "2.09" },
            { id: 168, production_run_id: 22, cluster_type: "CPU", usage_hours: null, memory_usage_gb: "8.27", cost_per_hour: "0.74" },
            { id: 169, production_run_id: 190, cluster_type: "CPU", usage_hours: null, memory_usage_gb: "9.96", cost_per_hour: "2.08" },
            { id: 170, production_run_id: 167, cluster_type: "GPU", usage_hours: 54, memory_usage_gb: "10.77", cost_per_hour: "2.13" },
            { id: 171, production_run_id: 149, cluster_type: "CPU", usage_hours: null, memory_usage_gb: "9.27", cost_per_hour: "1.66" },
            { id: 172, production_run_id: 128, cluster_type: "CPU", usage_hours: null, memory_usage_gb: "6.94", cost_per_hour: "1.66" },
            { id: 173, production_run_id: 126, cluster_type: "CPU", usage_hours: null, memory_usage_gb: "9.28", cost_per_hour: "0.70" },
            { id: 174, production_run_id: 64, cluster_type: "GPU", usage_hours: 59, memory_usage_gb: "11.14", cost_per_hour: "1.38" },
            { id: 175, production_run_id: 121, cluster_type: "CPU", usage_hours: null, memory_usage_gb: "10.63", cost_per_hour: "1.67" },
            { id: 176, production_run_id: 75, cluster_type: "TPU", usage_hours: 49, memory_usage_gb: "7.66", cost_per_hour: "1.17" },
            { id: 177, production_run_id: 134, cluster_type: "CPU", usage_hours: null, memory_usage_gb: "6.62", cost_per_hour: "1.48" },
            { id: 178, production_run_id: 113, cluster_type: "TPU", usage_hours: 57, memory_usage_gb: "8.26", cost_per_hour: "1.13" },
            { id: 179, production_run_id: 22, cluster_type: "TPU", usage_hours: 69, memory_usage_gb: "12.27", cost_per_hour: "3.74" },
            { id: 180, production_run_id: 87, cluster_type: "CPU", usage_hours: null, memory_usage_gb: "10.76", cost_per_hour: "3.04" },
            { id: 181, production_run_id: 84, cluster_type: "GPU", usage_hours: 32, memory_usage_gb: "8.65", cost_per_hour: "1.21" },
            { id: 182, production_run_id: 115, cluster_type: "CPU", usage_hours: null, memory_usage_gb: "13.03", cost_per_hour: "0.72" },
            { id: 183, production_run_id: 23, cluster_type: "CPU", usage_hours: null, memory_usage_gb: "5.97", cost_per_hour: "1.67" },
            { id: 184, production_run_id: 81, cluster_type: "CPU", usage_hours: null, memory_usage_gb: "9.46", cost_per_hour: "0.60" },
            { id: 185, production_run_id: 46, cluster_type: "GPU", usage_hours: 56, memory_usage_gb: "10.18", cost_per_hour: "2.55" },
            { id: 186, production_run_id: 144, cluster_type: "CPU", usage_hours: null, memory_usage_gb: "11.20", cost_per_hour: "3.90" },
            { id: 187, production_run_id: 94, cluster_type: "CPU", usage_hours: null, memory_usage_gb: "7.41", cost_per_hour: "1.59" },
            { id: 188, production_run_id: 15, cluster_type: "TPU", usage_hours: 80, memory_usage_gb: "7.91", cost_per_hour: "1.28" },
            { id: 189, production_run_id: 132, cluster_type: "TPU", usage_hours: 37, memory_usage_gb: "8.89", cost_per_hour: "1.11" },
            { id: 190, production_run_id: 153, cluster_type: "CPU", usage_hours: null, memory_usage_gb: "12.26", cost_per_hour: "0.69" },
            { id: 191, production_run_id: 197, cluster_type: "TPU", usage_hours: 64, memory_usage_gb: "5.02", cost_per_hour: "0.54" },
            { id: 192, production_run_id: 91, cluster_type: "TPU", usage_hours: 51, memory_usage_gb: "10.63", cost_per_hour: "2.66" },
            { id: 193, production_run_id: 129, cluster_type: "CPU", usage_hours: null, memory_usage_gb: "5.84", cost_per_hour: "4.96" },
            { id: 194, production_run_id: 199, cluster_type: "GPU", usage_hours: 61, memory_usage_gb: "7.21", cost_per_hour: "4.46" },
            { id: 195, production_run_id: 58, cluster_type: "GPU", usage_hours: 72, memory_usage_gb: "9.17", cost_per_hour: "1.80" },
            { id: 196, production_run_id: 95, cluster_type: "GPU", usage_hours: 67, memory_usage_gb: "11.64", cost_per_hour: "3.96" },
            { id: 197, production_run_id: 22, cluster_type: "CPU", usage_hours: null, memory_usage_gb: "11.62", cost_per_hour: "4.77" },
            { id: 198, production_run_id: 194, cluster_type: "TPU", usage_hours: 58, memory_usage_gb: "9.63", cost_per_hour: "2.32" },
            { id: 199, production_run_id: 118, cluster_type: "CPU", usage_hours: null, memory_usage_gb: "7.56", cost_per_hour: "2.87" },
            { id: 200, production_run_id: 98, cluster_type: "CPU", usage_hours: null, memory_usage_gb: "4.88", cost_per_hour: "3.47" },
            { id: 201, production_run_id: 42, cluster_type: "CPU", usage_hours: null, memory_usage_gb: "7.70", cost_per_hour: "1.73" },
            { id: 202, production_run_id: 77, cluster_type: "CPU", usage_hours: null, memory_usage_gb: "9.50", cost_per_hour: "0.55" },
            { id: 203, production_run_id: 81, cluster_type: "CPU", usage_hours: null, memory_usage_gb: "8.95", cost_per_hour: "1.63" },
            { id: 204, production_run_id: 60, cluster_type: "GPU", usage_hours: 36, memory_usage_gb: "4.40", cost_per_hour: "1.67" },
            { id: 205, production_run_id: 6, cluster_type: "TPU", usage_hours: 28, memory_usage_gb: "9.87", cost_per_hour: "2.54" },
            { id: 206, production_run_id: 83, cluster_type: "GPU", usage_hours: 29, memory_usage_gb: "8.53", cost_per_hour: "4.88" },
            { id: 207, production_run_id: 64, cluster_type: "GPU", usage_hours: 50, memory_usage_gb: "8.77", cost_per_hour: "1.14" },
            { id: 208, production_run_id: 105, cluster_type: "GPU", usage_hours: 62, memory_usage_gb: "6.67", cost_per_hour: "1.64" },
            { id: 209, production_run_id: 13, cluster_type: "TPU", usage_hours: 65, memory_usage_gb: "6.88", cost_per_hour: "3.12" },
            { id: 210, production_run_id: 165, cluster_type: "CPU", usage_hours: null, memory_usage_gb: "9.85", cost_per_hour: "0.52" },
            { id: 211, production_run_id: 155, cluster_type: "TPU", usage_hours: 55, memory_usage_gb: "10.58", cost_per_hour: "1.78" },
            { id: 212, production_run_id: 55, cluster_type: "CPU", usage_hours: null, memory_usage_gb: "8.78", cost_per_hour: "2.18" },
            { id: 213, production_run_id: 11, cluster_type: "CPU", usage_hours: null, memory_usage_gb: "6.90", cost_per_hour: "4.57" },
            { id: 214, production_run_id: 61, cluster_type: "GPU", usage_hours: 68, memory_usage_gb: "6.40", cost_per_hour: "1.80" },
            { id: 215, production_run_id: 21, cluster_type: "GPU", usage_hours: 31, memory_usage_gb: "9.27", cost_per_hour: "1.77" },
            { id: 216, production_run_id: 27, cluster_type: "TPU", usage_hours: 47, memory_usage_gb: "10.10", cost_per_hour: "0.56" },
            { id: 217, production_run_id: 120, cluster_type: "CPU", usage_hours: null, memory_usage_gb: "9.81", cost_per_hour: "0.56" },
            { id: 218, production_run_id: 176, cluster_type: "CPU", usage_hours: null, memory_usage_gb: "9.38", cost_per_hour: "3.96" },
            { id: 219, production_run_id: 27, cluster_type: "CPU", usage_hours: null, memory_usage_gb: "6.51", cost_per_hour: "0.80" },
            { id: 220, production_run_id: 64, cluster_type: "TPU", usage_hours: 37, memory_usage_gb: "6.16", cost_per_hour: "0.60" },
            { id: 221, production_run_id: 75, cluster_type: "GPU", usage_hours: 48, memory_usage_gb: "8.46", cost_per_hour: "4.68" },
            { id: 222, production_run_id: 118, cluster_type: "GPU", usage_hours: 34, memory_usage_gb: "4.10", cost_per_hour: "0.88" },
            { id: 223, production_run_id: 53, cluster_type: "GPU", usage_hours: 90, memory_usage_gb: "9.64", cost_per_hour: "3.75" },
            { id: 224, production_run_id: 79, cluster_type: "CPU", usage_hours: null, memory_usage_gb: "7.38", cost_per_hour: "1.52" },
            { id: 225, production_run_id: 173, cluster_type: "TPU", usage_hours: 21, memory_usage_gb: "7.95", cost_per_hour: "0.84" },
            { id: 226, production_run_id: 152, cluster_type: "TPU", usage_hours: 29, memory_usage_gb: "8.99", cost_per_hour: "1.40" },
            { id: 227, production_run_id: 101, cluster_type: "GPU", usage_hours: 40, memory_usage_gb: "8.96", cost_per_hour: "1.60" },
            { id: 228, production_run_id: 93, cluster_type: "CPU", usage_hours: null, memory_usage_gb: "11.72", cost_per_hour: "3.03" },
            { id: 229, production_run_id: 167, cluster_type: "CPU", usage_hours: null, memory_usage_gb: "11.07", cost_per_hour: "1.57" },
            { id: 230, production_run_id: 165, cluster_type: "GPU", usage_hours: 71, memory_usage_gb: "11.32", cost_per_hour: "0.95" },
            { id: 231, production_run_id: 70, cluster_type: "GPU", usage_hours: 64, memory_usage_gb: "7.20", cost_per_hour: "1.16" },
            { id: 232, production_run_id: 4, cluster_type: "TPU", usage_hours: 58, memory_usage_gb: "9.18", cost_per_hour: "1.57" },
            { id: 233, production_run_id: 46, cluster_type: "TPU", usage_hours: 33, memory_usage_gb: "7.86", cost_per_hour: "1.38" },
            { id: 234, production_run_id: 67, cluster_type: "GPU", usage_hours: 77, memory_usage_gb: "6.45", cost_per_hour: "2.95" },
            { id: 235, production_run_id: 157, cluster_type: "TPU", usage_hours: 45, memory_usage_gb: "7.36", cost_per_hour: "3.17" },
            { id: 236, production_run_id: 112, cluster_type: "GPU", usage_hours: 65, memory_usage_gb: "10.40", cost_per_hour: "0.50" },
            { id: 237, production_run_id: 32, cluster_type: "GPU", usage_hours: 61, memory_usage_gb: "8.55", cost_per_hour: "2.80" },
            { id: 238, production_run_id: 177, cluster_type: "CPU", usage_hours: null, memory_usage_gb: "6.71", cost_per_hour: "0.51" },
            { id: 239, production_run_id: 138, cluster_type: "CPU", usage_hours: null, memory_usage_gb: "11.88", cost_per_hour: "0.52" },
            { id: 240, production_run_id: 159, cluster_type: "CPU", usage_hours: null, memory_usage_gb: "8.76", cost_per_hour: "3.39" },
            { id: 241, production_run_id: 176, cluster_type: "CPU", usage_hours: null, memory_usage_gb: "8.97", cost_per_hour: "1.97" },
            { id: 242, production_run_id: 133, cluster_type: "TPU", usage_hours: 30, memory_usage_gb: "10.83", cost_per_hour: "4.89" },
            { id: 243, production_run_id: 26, cluster_type: "CPU", usage_hours: null, memory_usage_gb: "10.39", cost_per_hour: "3.22" },
            { id: 244, production_run_id: 180, cluster_type: "TPU", usage_hours: 56, memory_usage_gb: "8.23", cost_per_hour: "1.50" },
            { id: 245, production_run_id: 86, cluster_type: "TPU", usage_hours: 46, memory_usage_gb: "11.05", cost_per_hour: "1.81" },
            { id: 246, production_run_id: 167, cluster_type: "CPU", usage_hours: null, memory_usage_gb: "9.90", cost_per_hour: "4.30" },
            { id: 247, production_run_id: 42, cluster_type: "CPU", usage_hours: null, memory_usage_gb: "13.43", cost_per_hour: "3.42" },
            { id: 248, production_run_id: 2, cluster_type: "GPU", usage_hours: 35, memory_usage_gb: "8.61", cost_per_hour: "0.74" },
            { id: 249, production_run_id: 23, cluster_type: "CPU", usage_hours: null, memory_usage_gb: "11.07", cost_per_hour: "1.21" },
            { id: 250, production_run_id: 151, cluster_type: "TPU", usage_hours: 72, memory_usage_gb: "9.28", cost_per_hour: "0.52" },
            { id: 251, production_run_id: 62, cluster_type: "TPU", usage_hours: 50, memory_usage_gb: "6.69", cost_per_hour: "0.81" },
            { id: 252, production_run_id: 58, cluster_type: "CPU", usage_hours: null, memory_usage_gb: "7.33", cost_per_hour: "0.59" },
            { id: 253, production_run_id: 68, cluster_type: "CPU", usage_hours: null, memory_usage_gb: "10.60", cost_per_hour: "4.04" },
            { id: 254, production_run_id: 197, cluster_type: "TPU", usage_hours: 11, memory_usage_gb: "11.16", cost_per_hour: "0.71" },
            { id: 255, production_run_id: 47, cluster_type: "CPU", usage_hours: null, memory_usage_gb: "6.76", cost_per_hour: "0.60" },
            { id: 256, production_run_id: 60, cluster_type: "CPU", usage_hours: null, memory_usage_gb: "11.32", cost_per_hour: "3.27" },
            { id: 257, production_run_id: 143, cluster_type: "CPU", usage_hours: null, memory_usage_gb: "11.09", cost_per_hour: "0.50" },
            { id: 258, production_run_id: 114, cluster_type: "TPU", usage_hours: 51, memory_usage_gb: "8.71", cost_per_hour: "3.90" },
            { id: 259, production_run_id: 190, cluster_type: "GPU", usage_hours: 56, memory_usage_gb: "10.49", cost_per_hour: "1.09" },
            { id: 260, production_run_id: 146, cluster_type: "GPU", usage_hours: 75, memory_usage_gb: "10.20", cost_per_hour: "3.78" },
            { id: 261, production_run_id: 171, cluster_type: "CPU", usage_hours: null, memory_usage_gb: "12.09", cost_per_hour: "0.54" },
            { id: 262, production_run_id: 170, cluster_type: "CPU", usage_hours: null, memory_usage_gb: "8.04", cost_per_hour: "1.85" },
            { id: 263, production_run_id: 82, cluster_type: "CPU", usage_hours: null, memory_usage_gb: "10.26", cost_per_hour: "2.24" },
            { id: 264, production_run_id: 126, cluster_type: "TPU", usage_hours: 34, memory_usage_gb: "9.83", cost_per_hour: "0.55" },
            { id: 265, production_run_id: 79, cluster_type: "TPU", usage_hours: 52, memory_usage_gb: "7.63", cost_per_hour: "0.53" },
            { id: 266, production_run_id: 30, cluster_type: "GPU", usage_hours: 32, memory_usage_gb: "6.86", cost_per_hour: "0.73" },
            { id: 267, production_run_id: 165, cluster_type: "CPU", usage_hours: null, memory_usage_gb: "9.77", cost_per_hour: "2.32" },
            { id: 268, production_run_id: 92, cluster_type: "GPU", usage_hours: 60, memory_usage_gb: "10.22", cost_per_hour: "0.55" },
            { id: 269, production_run_id: 104, cluster_type: "GPU", usage_hours: 50, memory_usage_gb: "8.50", cost_per_hour: "2.89" },
            { id: 270, production_run_id: 31, cluster_type: "TPU", usage_hours: 46, memory_usage_gb: "8.47", cost_per_hour: "3.26" },
            { id: 271, production_run_id: 30, cluster_type: "CPU", usage_hours: null, memory_usage_gb: "8.06", cost_per_hour: "3.36" },
            { id: 272, production_run_id: 185, cluster_type: "CPU", usage_hours: null, memory_usage_gb: "11.15", cost_per_hour: "4.61" },
            { id: 273, production_run_id: 101, cluster_type: "GPU", usage_hours: 46, memory_usage_gb: "11.75", cost_per_hour: "3.05" },
            { id: 274, production_run_id: 184, cluster_type: "CPU", usage_hours: null, memory_usage_gb: "10.68", cost_per_hour: "4.28" },
            { id: 275, production_run_id: 72, cluster_type: "CPU", usage_hours: null, memory_usage_gb: "11.49", cost_per_hour: "2.70" },
            { id: 276, production_run_id: 56, cluster_type: "GPU", usage_hours: 30, memory_usage_gb: "6.01", cost_per_hour: "1.99" },
            { id: 277, production_run_id: 48, cluster_type: "TPU", usage_hours: 29, memory_usage_gb: "10.87", cost_per_hour: "1.99" },
            { id: 278, production_run_id: 174, cluster_type: "GPU", usage_hours: 32, memory_usage_gb: "6.29", cost_per_hour: "3.03" },
            { id: 279, production_run_id: 19, cluster_type: "GPU", usage_hours: 62, memory_usage_gb: "8.80", cost_per_hour: "1.06" },
            { id: 280, production_run_id: 163, cluster_type: "TPU", usage_hours: 65, memory_usage_gb: "10.11", cost_per_hour: "1.03" },
            { id: 281, production_run_id: 164, cluster_type: "TPU", usage_hours: 41, memory_usage_gb: "6.29", cost_per_hour: "2.69" },
            { id: 282, production_run_id: 120, cluster_type: "CPU", usage_hours: null, memory_usage_gb: "3.55", cost_per_hour: "0.90" },
            { id: 283, production_run_id: 176, cluster_type: "CPU", usage_hours: null, memory_usage_gb: "12.93", cost_per_hour: "0.98" },
            { id: 284, production_run_id: 38, cluster_type: "CPU", usage_hours: null, memory_usage_gb: "8.28", cost_per_hour: "0.60" },
            { id: 285, production_run_id: 55, cluster_type: "GPU", usage_hours: 63, memory_usage_gb: "10.93", cost_per_hour: "1.26" },
            { id: 286, production_run_id: 8, cluster_type: "GPU", usage_hours: 39, memory_usage_gb: "4.71", cost_per_hour: "2.20" },
            { id: 287, production_run_id: 121, cluster_type: "CPU", usage_hours: null, memory_usage_gb: "6.66", cost_per_hour: "1.89" },
            { id: 288, production_run_id: 6, cluster_type: "TPU", usage_hours: 43, memory_usage_gb: "9.52", cost_per_hour: "0.66" },
            { id: 289, production_run_id: 146, cluster_type: "CPU", usage_hours: null, memory_usage_gb: "10.07", cost_per_hour: "4.41" },
            { id: 290, production_run_id: 149, cluster_type: "TPU", usage_hours: 24, memory_usage_gb: "6.62", cost_per_hour: "2.82" },
            { id: 291, production_run_id: 77, cluster_type: "CPU", usage_hours: null, memory_usage_gb: "7.38", cost_per_hour: "0.50" },
            { id: 292, production_run_id: 16, cluster_type: "GPU", usage_hours: 31, memory_usage_gb: "8.42", cost_per_hour: "0.76" },
            { id: 293, production_run_id: 64, cluster_type: "CPU", usage_hours: null, memory_usage_gb: "8.27", cost_per_hour: "0.50" },
            { id: 294, production_run_id: 48, cluster_type: "CPU", usage_hours: null, memory_usage_gb: "13.54", cost_per_hour: "1.96" },
            { id: 295, production_run_id: 178, cluster_type: "GPU", usage_hours: 64, memory_usage_gb: "7.92", cost_per_hour: "0.85" },
            { id: 296, production_run_id: 17, cluster_type: "CPU", usage_hours: null, memory_usage_gb: "9.66", cost_per_hour: "0.77" },
            { id: 297, production_run_id: 22, cluster_type: "CPU", usage_hours: null, memory_usage_gb: "11.50", cost_per_hour: "4.79" },
            { id: 298, production_run_id: 32, cluster_type: "TPU", usage_hours: 11, memory_usage_gb: "9.58", cost_per_hour: "0.95" },
            { id: 299, production_run_id: 140, cluster_type: "CPU", usage_hours: null, memory_usage_gb: "10.26", cost_per_hour: "3.39" },
            { id: 300, production_run_id: 30, cluster_type: "CPU", usage_hours: null, memory_usage_gb: "10.39", cost_per_hour: "1.26" },
            { id: 301, production_run_id: 30, cluster_type: "TPU", usage_hours: 60, memory_usage_gb: "4.32", cost_per_hour: "0.84" },
            { id: 302, production_run_id: 20, cluster_type: "TPU", usage_hours: 66, memory_usage_gb: "7.30", cost_per_hour: "0.50" },
            { id: 303, production_run_id: 163, cluster_type: "GPU", usage_hours: 49, memory_usage_gb: "9.67", cost_per_hour: "3.54" },
            { id: 304, production_run_id: 91, cluster_type: "GPU", usage_hours: 64, memory_usage_gb: "11.77", cost_per_hour: "2.93" },
            { id: 305, production_run_id: 190, cluster_type: "CPU", usage_hours: null, memory_usage_gb: "8.31", cost_per_hour: "0.57" },
            { id: 306, production_run_id: 56, cluster_type: "CPU", usage_hours: null, memory_usage_gb: "5.70", cost_per_hour: "1.86" },
            { id: 307, production_run_id: 187, cluster_type: "CPU", usage_hours: null, memory_usage_gb: "7.97", cost_per_hour: "2.13" },
            { id: 308, production_run_id: 172, cluster_type: "GPU", usage_hours: 63, memory_usage_gb: "8.56", cost_per_hour: "3.41" },
            { id: 309, production_run_id: 112, cluster_type: "GPU", usage_hours: 79, memory_usage_gb: "7.79", cost_per_hour: "0.52" },
            { id: 310, production_run_id: 88, cluster_type: "CPU", usage_hours: null, memory_usage_gb: "7.71", cost_per_hour: "1.41" },
            { id: 311, production_run_id: 152, cluster_type: "CPU", usage_hours: null, memory_usage_gb: "8.32", cost_per_hour: "3.84" },
            { id: 312, production_run_id: 78, cluster_type: "GPU", usage_hours: 46, memory_usage_gb: "8.66", cost_per_hour: "1.94" },
            { id: 313, production_run_id: 195, cluster_type: "CPU", usage_hours: null, memory_usage_gb: "11.68", cost_per_hour: "1.06" },
            { id: 314, production_run_id: 158, cluster_type: "GPU", usage_hours: 74, memory_usage_gb: "12.61", cost_per_hour: "0.50" },
            { id: 315, production_run_id: 103, cluster_type: "CPU", usage_hours: null, memory_usage_gb: "6.32", cost_per_hour: "1.25" },
            { id: 316, production_run_id: 22, cluster_type: "CPU", usage_hours: null, memory_usage_gb: "7.85", cost_per_hour: "3.70" },
            { id: 317, production_run_id: 112, cluster_type: "TPU", usage_hours: 34, memory_usage_gb: "11.97", cost_per_hour: "3.06" },
            { id: 318, production_run_id: 186, cluster_type: "GPU", usage_hours: 65, memory_usage_gb: "7.54", cost_per_hour: "0.95" },
            { id: 319, production_run_id: 75, cluster_type: "GPU", usage_hours: 15, memory_usage_gb: "8.03", cost_per_hour: "2.10" },
            { id: 320, production_run_id: 135, cluster_type: "GPU", usage_hours: 72, memory_usage_gb: "7.42", cost_per_hour: "1.28" },
            { id: 321, production_run_id: 35, cluster_type: "CPU", usage_hours: null, memory_usage_gb: "7.85", cost_per_hour: "1.37" },
            { id: 322, production_run_id: 66, cluster_type: "TPU", usage_hours: 26, memory_usage_gb: "5.47", cost_per_hour: "0.84" },
            { id: 323, production_run_id: 84, cluster_type: "TPU", usage_hours: 51, memory_usage_gb: "8.26", cost_per_hour: "0.82" },
            { id: 324, production_run_id: 28, cluster_type: "GPU", usage_hours: 70, memory_usage_gb: "7.92", cost_per_hour: "3.33" },
            { id: 325, production_run_id: 194, cluster_type: "CPU", usage_hours: null, memory_usage_gb: "9.77", cost_per_hour: "0.99" },
            { id: 326, production_run_id: 168, cluster_type: "CPU", usage_hours: null, memory_usage_gb: "7.67", cost_per_hour: "0.59" },
            { id: 327, production_run_id: 51, cluster_type: "CPU", usage_hours: null, memory_usage_gb: "9.68", cost_per_hour: "0.56" },
            { id: 328, production_run_id: 36, cluster_type: "TPU", usage_hours: 41, memory_usage_gb: "8.67", cost_per_hour: "3.66" },
            { id: 329, production_run_id: 151, cluster_type: "GPU", usage_hours: 57, memory_usage_gb: "8.33", cost_per_hour: "2.95" },
            { id: 330, production_run_id: 120, cluster_type: "TPU", usage_hours: 63, memory_usage_gb: "8.06", cost_per_hour: "0.54" },
            { id: 331, production_run_id: 53, cluster_type: "GPU", usage_hours: 31, memory_usage_gb: "5.87", cost_per_hour: "0.55" },
            { id: 332, production_run_id: 117, cluster_type: "CPU", usage_hours: null, memory_usage_gb: "7.02", cost_per_hour: "2.12" },
            { id: 333, production_run_id: 112, cluster_type: "CPU", usage_hours: null, memory_usage_gb: "11.36", cost_per_hour: "4.10" },
            { id: 334, production_run_id: 67, cluster_type: "CPU", usage_hours: null, memory_usage_gb: "5.81", cost_per_hour: "1.00" },
            { id: 335, production_run_id: 145, cluster_type: "CPU", usage_hours: null, memory_usage_gb: "6.96", cost_per_hour: "1.65" },
            { id: 336, production_run_id: 72, cluster_type: "GPU", usage_hours: 35, memory_usage_gb: "9.26", cost_per_hour: "2.14" },
            { id: 337, production_run_id: 156, cluster_type: "CPU", usage_hours: null, memory_usage_gb: "11.31", cost_per_hour: "1.50" },
            { id: 338, production_run_id: 163, cluster_type: "CPU", usage_hours: null, memory_usage_gb: "8.68", cost_per_hour: "0.89" },
            { id: 339, production_run_id: 54, cluster_type: "CPU", usage_hours: null, memory_usage_gb: "2.64", cost_per_hour: "1.32" },
            { id: 340, production_run_id: 198, cluster_type: "GPU", usage_hours: 54, memory_usage_gb: "6.22", cost_per_hour: "0.51" },
            { id: 341, production_run_id: 99, cluster_type: "GPU", usage_hours: 64, memory_usage_gb: "7.96", cost_per_hour: "1.50" },
            { id: 342, production_run_id: 50, cluster_type: "CPU", usage_hours: null, memory_usage_gb: "7.90", cost_per_hour: "0.58" },
            { id: 343, production_run_id: 25, cluster_type: "GPU", usage_hours: 74, memory_usage_gb: "11.64", cost_per_hour: "2.23" },
            { id: 344, production_run_id: 110, cluster_type: "GPU", usage_hours: 49, memory_usage_gb: "4.63", cost_per_hour: "1.10" },
            { id: 345, production_run_id: 150, cluster_type: "TPU", usage_hours: 70, memory_usage_gb: "11.00", cost_per_hour: "0.52" },
            { id: 346, production_run_id: 149, cluster_type: "CPU", usage_hours: null, memory_usage_gb: "6.06", cost_per_hour: "4.63" },
            { id: 347, production_run_id: 7, cluster_type: "CPU", usage_hours: null, memory_usage_gb: "8.15", cost_per_hour: "0.54" },
            { id: 348, production_run_id: 156, cluster_type: "CPU", usage_hours: null, memory_usage_gb: "4.84", cost_per_hour: "3.77" },
            { id: 349, production_run_id: 8, cluster_type: "TPU", usage_hours: 66, memory_usage_gb: "6.56", cost_per_hour: "1.06" },
            { id: 350, production_run_id: 168, cluster_type: "CPU", usage_hours: null, memory_usage_gb: "9.16", cost_per_hour: "0.89" },
            { id: 351, production_run_id: 63, cluster_type: "CPU", usage_hours: null, memory_usage_gb: "5.20", cost_per_hour: "0.87" },
            { id: 352, production_run_id: 170, cluster_type: "TPU", usage_hours: 44, memory_usage_gb: "6.36", cost_per_hour: "0.70" },
            { id: 353, production_run_id: 41, cluster_type: "TPU", usage_hours: 44, memory_usage_gb: "7.21", cost_per_hour: "4.86" },
            { id: 354, production_run_id: 43, cluster_type: "TPU", usage_hours: 60, memory_usage_gb: "8.26", cost_per_hour: "0.92" },
            { id: 355, production_run_id: 191, cluster_type: "TPU", usage_hours: 44, memory_usage_gb: "8.89", cost_per_hour: "4.57" },
            { id: 356, production_run_id: 126, cluster_type: "CPU", usage_hours: null, memory_usage_gb: "9.15", cost_per_hour: "0.70" },
            { id: 357, production_run_id: 122, cluster_type: "CPU", usage_hours: null, memory_usage_gb: "8.81", cost_per_hour: "1.44" },
            { id: 358, production_run_id: 23, cluster_type: "CPU", usage_hours: null, memory_usage_gb: "7.29", cost_per_hour: "3.61" },
            { id: 359, production_run_id: 60, cluster_type: "CPU", usage_hours: null, memory_usage_gb: "8.41", cost_per_hour: "0.92" },
            { id: 360, production_run_id: 120, cluster_type: "GPU", usage_hours: 23, memory_usage_gb: "5.29", cost_per_hour: "0.57" },
            { id: 361, production_run_id: 145, cluster_type: "CPU", usage_hours: null, memory_usage_gb: "13.65", cost_per_hour: "1.16" },
            { id: 362, production_run_id: 108, cluster_type: "CPU", usage_hours: null, memory_usage_gb: "8.47", cost_per_hour: "0.89" },
            { id: 363, production_run_id: 136, cluster_type: "CPU", usage_hours: null, memory_usage_gb: "10.88", cost_per_hour: "1.23" },
            { id: 364, production_run_id: 107, cluster_type: "GPU", usage_hours: 18, memory_usage_gb: "9.14", cost_per_hour: "3.04" },
            { id: 365, production_run_id: 101, cluster_type: "TPU", usage_hours: 27, memory_usage_gb: "8.07", cost_per_hour: "0.60" },
            { id: 366, production_run_id: 68, cluster_type: "CPU", usage_hours: null, memory_usage_gb: "7.77", cost_per_hour: "3.21" },
            { id: 367, production_run_id: 158, cluster_type: "GPU", usage_hours: 54, memory_usage_gb: "8.55", cost_per_hour: "0.53" },
            { id: 368, production_run_id: 124, cluster_type: "GPU", usage_hours: 42, memory_usage_gb: "8.62", cost_per_hour: "4.33" },
            { id: 369, production_run_id: 126, cluster_type: "GPU", usage_hours: 35, memory_usage_gb: "7.63", cost_per_hour: "4.06" },
            { id: 370, production_run_id: 36, cluster_type: "CPU", usage_hours: null, memory_usage_gb: "6.18", cost_per_hour: "1.85" },
            { id: 371, production_run_id: 34, cluster_type: "CPU", usage_hours: null, memory_usage_gb: "3.26", cost_per_hour: "0.78" },
            { id: 372, production_run_id: 44, cluster_type: "GPU", usage_hours: 44, memory_usage_gb: "5.82", cost_per_hour: "3.49" },
            { id: 373, production_run_id: 10, cluster_type: "CPU", usage_hours: null, memory_usage_gb: "5.99", cost_per_hour: "0.99" },
            { id: 374, production_run_id: 29, cluster_type: "CPU", usage_hours: null, memory_usage_gb: "8.42", cost_per_hour: "1.58" },
            { id: 375, production_run_id: 3, cluster_type: "GPU", usage_hours: 48, memory_usage_gb: "8.55", cost_per_hour: "0.54" },
            { id: 376, production_run_id: 76, cluster_type: "GPU", usage_hours: 83, memory_usage_gb: "9.65", cost_per_hour: "1.32" },
            { id: 377, production_run_id: 129, cluster_type: "CPU", usage_hours: null, memory_usage_gb: "8.46", cost_per_hour: "0.99" },
            { id: 378, production_run_id: 23, cluster_type: "CPU", usage_hours: null, memory_usage_gb: "8.55", cost_per_hour: "2.26" },
            { id: 379, production_run_id: 6, cluster_type: "CPU", usage_hours: null, memory_usage_gb: "7.93", cost_per_hour: "0.65" },
            { id: 380, production_run_id: 154, cluster_type: "TPU", usage_hours: 72, memory_usage_gb: "9.00", cost_per_hour: "2.49" },
            { id: 381, production_run_id: 81, cluster_type: "TPU", usage_hours: 30, memory_usage_gb: "10.83", cost_per_hour: "0.54" },
            { id: 382, production_run_id: 195, cluster_type: "GPU", usage_hours: 39, memory_usage_gb: "10.85", cost_per_hour: "1.30" },
            { id: 383, production_run_id: 74, cluster_type: "TPU", usage_hours: 81, memory_usage_gb: "8.69", cost_per_hour: "0.99" },
            { id: 384, production_run_id: 61, cluster_type: "GPU", usage_hours: 45, memory_usage_gb: "8.99", cost_per_hour: "1.93" },
            { id: 385, production_run_id: 188, cluster_type: "TPU", usage_hours: 70, memory_usage_gb: "10.43", cost_per_hour: "3.88" },
            { id: 386, production_run_id: 127, cluster_type: "GPU", usage_hours: 64, memory_usage_gb: "11.14", cost_per_hour: "0.50" },
            { id: 387, production_run_id: 163, cluster_type: "GPU", usage_hours: 38, memory_usage_gb: "9.72", cost_per_hour: "0.50" },
            { id: 388, production_run_id: 190, cluster_type: "CPU", usage_hours: null, memory_usage_gb: "11.59", cost_per_hour: "3.91" },
            { id: 389, production_run_id: 127, cluster_type: "GPU", usage_hours: 62, memory_usage_gb: "6.91", cost_per_hour: "0.69" },
            { id: 390, production_run_id: 119, cluster_type: "GPU", usage_hours: 46, memory_usage_gb: "8.49", cost_per_hour: "2.71" },
            { id: 391, production_run_id: 160, cluster_type: "TPU", usage_hours: 48, memory_usage_gb: "5.43", cost_per_hour: "0.82" },
            { id: 392, production_run_id: 171, cluster_type: "TPU", usage_hours: 35, memory_usage_gb: "8.86", cost_per_hour: "0.63" },
            { id: 393, production_run_id: 190, cluster_type: "TPU", usage_hours: 57, memory_usage_gb: "11.66", cost_per_hour: "4.32" },
            { id: 394, production_run_id: 83, cluster_type: "GPU", usage_hours: 61, memory_usage_gb: "8.47", cost_per_hour: "4.68" },
            { id: 395, production_run_id: 131, cluster_type: "CPU", usage_hours: null, memory_usage_gb: "8.47", cost_per_hour: "3.63" },
            { id: 396, production_run_id: 122, cluster_type: "CPU", usage_hours: null, memory_usage_gb: "10.77", cost_per_hour: "0.65" },
            { id: 397, production_run_id: 125, cluster_type: "GPU", usage_hours: 58, memory_usage_gb: "8.91", cost_per_hour: "1.07" },
            { id: 398, production_run_id: 171, cluster_type: "TPU", usage_hours: 67, memory_usage_gb: "4.34", cost_per_hour: "2.78" },
            { id: 399, production_run_id: 104, cluster_type: "CPU", usage_hours: null, memory_usage_gb: "7.19", cost_per_hour: "1.43" },
            { id: 400, production_run_id: 18, cluster_type: "CPU", usage_hours: null, memory_usage_gb: "6.60", cost_per_hour: "2.94" },
            { id: 401, production_run_id: 64, cluster_type: "TPU", usage_hours: 52, memory_usage_gb: "7.88", cost_per_hour: "4.08" },
            { id: 402, production_run_id: 167, cluster_type: "GPU", usage_hours: 29, memory_usage_gb: "9.86", cost_per_hour: "2.01" },
            { id: 403, production_run_id: 181, cluster_type: "GPU", usage_hours: 55, memory_usage_gb: "11.35", cost_per_hour: "1.07" },
            { id: 404, production_run_id: 161, cluster_type: "CPU", usage_hours: null, memory_usage_gb: "6.79", cost_per_hour: "3.69" },
            { id: 405, production_run_id: 39, cluster_type: "CPU", usage_hours: null, memory_usage_gb: "5.89", cost_per_hour: "0.53" },
            { id: 406, production_run_id: 6, cluster_type: "GPU", usage_hours: 50, memory_usage_gb: "10.08", cost_per_hour: "0.55" },
            { id: 407, production_run_id: 94, cluster_type: "CPU", usage_hours: null, memory_usage_gb: "7.87", cost_per_hour: "0.82" },
            { id: 408, production_run_id: 95, cluster_type: "TPU", usage_hours: 24, memory_usage_gb: "12.11", cost_per_hour: "3.81" },
            { id: 409, production_run_id: 87, cluster_type: "GPU", usage_hours: 75, memory_usage_gb: "6.22", cost_per_hour: "0.88" },
            { id: 410, production_run_id: 200, cluster_type: "CPU", usage_hours: null, memory_usage_gb: "9.82", cost_per_hour: "1.67" },
            { id: 411, production_run_id: 6, cluster_type: "CPU", usage_hours: null, memory_usage_gb: "3.87", cost_per_hour: "4.37" },
            { id: 412, production_run_id: 101, cluster_type: "GPU", usage_hours: 49, memory_usage_gb: "4.40", cost_per_hour: "1.94" },
        ],
    });
    await prisma.user_interactions.createMany({
        data: [
            { id: 1, project_id: 44, interaction_time: new Date("2023-08-14T09:56:40Z"), action: "edit", duration_seconds: 238, user_role: "admin" },
            { id: 2, project_id: 72, interaction_time: new Date("2023-11-29T20:11:33Z"), action: "edit", duration_seconds: 412, user_role: "admin" },
            { id: 3, project_id: 2, interaction_time: new Date("2023-02-16T14:36:22Z"), action: "delete", duration_seconds: 362, user_role: "viewer" },
            { id: 4, project_id: 88, interaction_time: null, action: "view", duration_seconds: 398, user_role: "admin" },
            { id: 5, project_id: 28, interaction_time: null, action: "view", duration_seconds: 249, user_role: "admin" },
            { id: 6, project_id: 57, interaction_time: null, action: "view", duration_seconds: 229, user_role: "analyst" },
            { id: 7, project_id: 2, interaction_time: null, action: "view", duration_seconds: 128, user_role: "viewer" },
            { id: 8, project_id: 63, interaction_time: null, action: "view", duration_seconds: 268, user_role: "analyst" },
            { id: 9, project_id: 15, interaction_time: null, action: "view", duration_seconds: 404, user_role: "analyst" },
            { id: 10, project_id: 10, interaction_time: null, action: "view", duration_seconds: 244, user_role: "analyst" },
            { id: 11, project_id: 51, interaction_time: null, action: "view", duration_seconds: 356, user_role: "admin" },
            { id: 12, project_id: 30, interaction_time: null, action: "view", duration_seconds: 137, user_role: "analyst" },
            { id: 13, project_id: 38, interaction_time: new Date("2023-02-10T22:50:20Z"), action: "edit", duration_seconds: 408, user_role: "analyst" },
            { id: 14, project_id: 23, interaction_time: new Date("2023-03-23T12:29:11Z"), action: "edit", duration_seconds: 393, user_role: "viewer" },
            { id: 15, project_id: 25, interaction_time: null, action: "view", duration_seconds: 317, user_role: "admin" },
            { id: 16, project_id: 93, interaction_time: new Date("2023-04-17T12:24:47Z"), action: "edit", duration_seconds: 355, user_role: "analyst" },
            { id: 17, project_id: 26, interaction_time: null, action: "view", duration_seconds: 332, user_role: "analyst" },
            { id: 18, project_id: 84, interaction_time: new Date("2023-04-04T17:18:04Z"), action: "edit", duration_seconds: 483, user_role: "analyst" },
            { id: 19, project_id: 72, interaction_time: new Date("2023-06-13T08:40:49Z"), action: "edit", duration_seconds: 403, user_role: "admin" },
            { id: 20, project_id: 56, interaction_time: null, action: "view", duration_seconds: 291, user_role: "viewer" },
            { id: 21, project_id: 83, interaction_time: null, action: "view", duration_seconds: 297, user_role: "viewer" },
            { id: 22, project_id: 9, interaction_time: null, action: "view", duration_seconds: 258, user_role: "admin" },
            { id: 23, project_id: 3, interaction_time: new Date("2023-11-30T18:57:48Z"), action: "edit", duration_seconds: 275, user_role: "viewer" },
            { id: 24, project_id: 30, interaction_time: new Date("2023-06-12T12:01:14Z"), action: "edit", duration_seconds: 255, user_role: "admin" },
            { id: 25, project_id: 31, interaction_time: null, action: "view", duration_seconds: 255, user_role: "admin" },
            { id: 26, project_id: 81, interaction_time: null, action: "view", duration_seconds: 369, user_role: "viewer" },
            { id: 27, project_id: 30, interaction_time: null, action: "view", duration_seconds: 276, user_role: "admin" },
            { id: 28, project_id: 10, interaction_time: new Date("2023-07-31T20:26:45Z"), action: "edit", duration_seconds: 352, user_role: "admin" },
            { id: 29, project_id: 34, interaction_time: new Date("2023-09-07T16:32:35Z"), action: "edit", duration_seconds: 520, user_role: "analyst" },
            { id: 30, project_id: 50, interaction_time: null, action: "view", duration_seconds: 343, user_role: "analyst" },
            { id: 31, project_id: 1, interaction_time: null, action: "view", duration_seconds: 346, user_role: "admin" },
            { id: 32, project_id: 91, interaction_time: new Date("2023-08-19T18:43:15Z"), action: "edit", duration_seconds: 330, user_role: "analyst" },
            { id: 33, project_id: 15, interaction_time: null, action: "view", duration_seconds: 315, user_role: "analyst" },
            { id: 34, project_id: 96, interaction_time: new Date("2023-01-28T17:34:32Z"), action: "edit", duration_seconds: 252, user_role: "viewer" },
            { id: 35, project_id: 45, interaction_time: null, action: "view", duration_seconds: 289, user_role: "admin" },
            { id: 36, project_id: 1, interaction_time: null, action: "view", duration_seconds: 279, user_role: "admin" },
            { id: 37, project_id: 42, interaction_time: new Date("2023-12-21T17:13:56Z"), action: "edit", duration_seconds: 333, user_role: "analyst" },
            { id: 38, project_id: 51, interaction_time: null, action: "view", duration_seconds: 255, user_role: "analyst" },
            { id: 39, project_id: 56, interaction_time: null, action: "view", duration_seconds: 278, user_role: "admin" },
            { id: 40, project_id: 51, interaction_time: null, action: "view", duration_seconds: 161, user_role: "admin" },
            { id: 41, project_id: 51, interaction_time: null, action: "view", duration_seconds: 225, user_role: "analyst" },
            { id: 42, project_id: 4, interaction_time: null, action: "view", duration_seconds: 296, user_role: "viewer" },
            { id: 43, project_id: 16, interaction_time: null, action: "view", duration_seconds: 388, user_role: "analyst" },
            { id: 44, project_id: 67, interaction_time: null, action: "view", duration_seconds: 206, user_role: "admin" },
            { id: 45, project_id: 96, interaction_time: null, action: "view", duration_seconds: 356, user_role: "analyst" },
            { id: 46, project_id: 58, interaction_time: null, action: "view", duration_seconds: 315, user_role: "analyst" },
            { id: 47, project_id: 84, interaction_time: null, action: "view", duration_seconds: 472, user_role: "admin" },
            { id: 48, project_id: 29, interaction_time: null, action: "view", duration_seconds: 323, user_role: "viewer" },
            { id: 49, project_id: 90, interaction_time: null, action: "view", duration_seconds: 304, user_role: "viewer" },
            { id: 50, project_id: 43, interaction_time: null, action: "view", duration_seconds: 168, user_role: "admin" },
            { id: 51, project_id: 2, interaction_time: null, action: "view", duration_seconds: 403, user_role: "analyst" },
            { id: 52, project_id: 14, interaction_time: new Date("2023-03-20T17:00:04Z"), action: "edit", duration_seconds: 335, user_role: "admin" },
            { id: 53, project_id: 10, interaction_time: new Date("2023-06-21T15:40:44Z"), action: "delete", duration_seconds: 195, user_role: "analyst" },
            { id: 54, project_id: 84, interaction_time: null, action: "view", duration_seconds: 257, user_role: "analyst" },
            { id: 55, project_id: 2, interaction_time: new Date("2023-03-17T02:15:42Z"), action: "delete", duration_seconds: 494, user_role: "viewer" },
            { id: 56, project_id: 54, interaction_time: new Date("2023-11-30T18:53:09Z"), action: "delete", duration_seconds: 350, user_role: "analyst" },
            { id: 57, project_id: 79, interaction_time: null, action: "view", duration_seconds: 381, user_role: "admin" },
            { id: 58, project_id: 86, interaction_time: null, action: "view", duration_seconds: 469, user_role: "admin" },
            { id: 59, project_id: 81, interaction_time: null, action: "view", duration_seconds: 395, user_role: "analyst" },
            { id: 60, project_id: 91, interaction_time: new Date("2023-06-22T13:07:04Z"), action: "edit", duration_seconds: 350, user_role: "analyst" },
            { id: 61, project_id: 96, interaction_time: new Date("2023-11-13T16:36:44Z"), action: "delete", duration_seconds: 326, user_role: "analyst" },
            { id: 62, project_id: 70, interaction_time: null, action: "view", duration_seconds: 164, user_role: "analyst" },
            { id: 63, project_id: 72, interaction_time: null, action: "view", duration_seconds: 261, user_role: "analyst" },
            { id: 64, project_id: 75, interaction_time: null, action: "view", duration_seconds: 233, user_role: "admin" },
            { id: 65, project_id: 95, interaction_time: null, action: "view", duration_seconds: 277, user_role: "analyst" },
            { id: 66, project_id: 62, interaction_time: new Date("2023-12-07T20:04:45Z"), action: "edit", duration_seconds: 473, user_role: "admin" },
            { id: 67, project_id: 56, interaction_time: null, action: "view", duration_seconds: 279, user_role: "viewer" },
            { id: 68, project_id: 1, interaction_time: new Date("2023-08-27T09:38:01Z"), action: "edit", duration_seconds: 309, user_role: "viewer" },
            { id: 69, project_id: 60, interaction_time: null, action: "view", duration_seconds: 253, user_role: "analyst" },
            { id: 70, project_id: 85, interaction_time: new Date("2023-08-19T08:35:47Z"), action: "edit", duration_seconds: 217, user_role: "analyst" },
            { id: 71, project_id: 30, interaction_time: null, action: "view", duration_seconds: 297, user_role: "analyst" },
            { id: 72, project_id: 69, interaction_time: null, action: "view", duration_seconds: 170, user_role: "admin" },
            { id: 73, project_id: 8, interaction_time: new Date("2023-12-28T20:38:58Z"), action: "edit", duration_seconds: 297, user_role: "admin" },
            { id: 74, project_id: 100, interaction_time: new Date("2023-03-25T18:56:15Z"), action: "delete", duration_seconds: 334, user_role: "admin" },
            { id: 75, project_id: 18, interaction_time: null, action: "view", duration_seconds: 366, user_role: "viewer" },
            { id: 76, project_id: 33, interaction_time: null, action: "view", duration_seconds: 316, user_role: "admin" },
            { id: 77, project_id: 91, interaction_time: null, action: "view", duration_seconds: 217, user_role: "analyst" },
            { id: 78, project_id: 2, interaction_time: null, action: "view", duration_seconds: 409, user_role: "viewer" },
            { id: 79, project_id: 71, interaction_time: null, action: "view", duration_seconds: 240, user_role: "admin" },
            { id: 80, project_id: 97, interaction_time: null, action: "view", duration_seconds: 379, user_role: "viewer" },
            { id: 81, project_id: 32, interaction_time: null, action: "view", duration_seconds: 252, user_role: "analyst" },
            { id: 82, project_id: 45, interaction_time: null, action: "view", duration_seconds: 461, user_role: "viewer" },
            { id: 83, project_id: 51, interaction_time: new Date("2023-06-10T20:00:42Z"), action: "edit", duration_seconds: 247, user_role: "viewer" },
            { id: 84, project_id: 60, interaction_time: null, action: "view", duration_seconds: 301, user_role: "viewer" },
            { id: 85, project_id: 62, interaction_time: new Date("2023-01-24T12:20:06Z"), action: "delete", duration_seconds: 405, user_role: "viewer" },
            { id: 86, project_id: 59, interaction_time: null, action: "view", duration_seconds: 334, user_role: "admin" },
            { id: 87, project_id: 33, interaction_time: null, action: "view", duration_seconds: 287, user_role: "admin" },
            { id: 88, project_id: 65, interaction_time: null, action: "view", duration_seconds: 291, user_role: "admin" },
            { id: 89, project_id: 18, interaction_time: null, action: "view", duration_seconds: 287, user_role: "analyst" },
            { id: 90, project_id: 4, interaction_time: null, action: "view", duration_seconds: 110, user_role: "viewer" },
            { id: 91, project_id: 91, interaction_time: null, action: "view", duration_seconds: 394, user_role: "analyst" },
            { id: 92, project_id: 40, interaction_time: null, action: "view", duration_seconds: 172, user_role: "admin" },
            { id: 93, project_id: 40, interaction_time: new Date("2023-11-11T07:18:02Z"), action: "delete", duration_seconds: 267, user_role: "analyst" },
            { id: 94, project_id: 79, interaction_time: null, action: "view", duration_seconds: 387, user_role: "admin" },
            { id: 95, project_id: 51, interaction_time: null, action: "view", duration_seconds: 232, user_role: "analyst" },
            { id: 96, project_id: 37, interaction_time: new Date("2023-07-04T14:29:18Z"), action: "edit", duration_seconds: 264, user_role: "admin" },
            { id: 97, project_id: 7, interaction_time: null, action: "view", duration_seconds: 332, user_role: "analyst" },
            { id: 98, project_id: 95, interaction_time: null, action: "view", duration_seconds: 442, user_role: "analyst" },
            { id: 99, project_id: 95, interaction_time: null, action: "view", duration_seconds: 408, user_role: "analyst" },
            { id: 100, project_id: 98, interaction_time: null, action: "view", duration_seconds: 359, user_role: "admin" },
            { id: 101, project_id: 89, interaction_time: null, action: "view", duration_seconds: 391, user_role: "viewer" },
            { id: 102, project_id: 52, interaction_time: null, action: "view", duration_seconds: 252, user_role: "admin" },
            { id: 103, project_id: 59, interaction_time: null, action: "view", duration_seconds: 207, user_role: "analyst" },
            { id: 104, project_id: 40, interaction_time: null, action: "view", duration_seconds: 241, user_role: "admin" },
            { id: 105, project_id: 95, interaction_time: null, action: "view", duration_seconds: 223, user_role: "analyst" },
            { id: 106, project_id: 79, interaction_time: null, action: "view", duration_seconds: 280, user_role: "admin" },
            { id: 107, project_id: 21, interaction_time: null, action: "view", duration_seconds: 154, user_role: "admin" },
            { id: 108, project_id: 51, interaction_time: null, action: "view", duration_seconds: 409, user_role: "admin" },
            { id: 109, project_id: 28, interaction_time: new Date("2023-08-05T16:16:44Z"), action: "delete", duration_seconds: 295, user_role: "admin" },
            { id: 110, project_id: 93, interaction_time: new Date("2023-10-26T19:25:05Z"), action: "edit", duration_seconds: 283, user_role: "analyst" },
            { id: 111, project_id: 59, interaction_time: new Date("2023-06-06T17:33:04Z"), action: "edit", duration_seconds: 334, user_role: "analyst" },
            { id: 112, project_id: 15, interaction_time: null, action: "view", duration_seconds: 241, user_role: "analyst" },
            { id: 113, project_id: 85, interaction_time: null, action: "view", duration_seconds: 378, user_role: "admin" },
            { id: 114, project_id: 55, interaction_time: new Date("2023-07-08T20:15:43Z"), action: "edit", duration_seconds: 344, user_role: "admin" },
            { id: 115, project_id: 72, interaction_time: new Date("2023-04-18T11:52:12Z"), action: "edit", duration_seconds: 367, user_role: "admin" },
            { id: 116, project_id: 76, interaction_time: null, action: "view", duration_seconds: 250, user_role: "viewer" },
            { id: 117, project_id: 46, interaction_time: new Date("2023-02-03T10:06:41Z"), action: "edit", duration_seconds: 337, user_role: "analyst" },
            { id: 118, project_id: 92, interaction_time: null, action: "view", duration_seconds: 207, user_role: "admin" },
            { id: 119, project_id: 98, interaction_time: null, action: "view", duration_seconds: 284, user_role: "admin" },
            { id: 120, project_id: 77, interaction_time: null, action: "view", duration_seconds: 163, user_role: "analyst" },
            { id: 121, project_id: 39, interaction_time: null, action: "view", duration_seconds: 279, user_role: "admin" },
            { id: 122, project_id: 77, interaction_time: null, action: "view", duration_seconds: 391, user_role: "admin" },
            { id: 123, project_id: 42, interaction_time: null, action: "view", duration_seconds: 371, user_role: "admin" },
            { id: 124, project_id: 18, interaction_time: new Date("2023-10-02T15:34:12Z"), action: "delete", duration_seconds: 355, user_role: "viewer" },
            { id: 125, project_id: 1, interaction_time: null, action: "view", duration_seconds: 461, user_role: "analyst" },
            { id: 126, project_id: 45, interaction_time: null, action: "view", duration_seconds: 323, user_role: "analyst" },
            { id: 127, project_id: 85, interaction_time: null, action: "view", duration_seconds: 221, user_role: "analyst" },
            { id: 128, project_id: 80, interaction_time: new Date("2023-05-15T08:44:36Z"), action: "edit", duration_seconds: 351, user_role: "admin" },
            { id: 129, project_id: 2, interaction_time: null, action: "view", duration_seconds: 320, user_role: "analyst" },
            { id: 130, project_id: 69, interaction_time: null, action: "view", duration_seconds: 248, user_role: "admin" },
            { id: 131, project_id: 49, interaction_time: null, action: "view", duration_seconds: 341, user_role: "analyst" },
            { id: 132, project_id: 1, interaction_time: new Date("2023-06-19T17:50:03Z"), action: "edit", duration_seconds: 310, user_role: "analyst" },
            { id: 133, project_id: 53, interaction_time: null, action: "view", duration_seconds: 355, user_role: "viewer" },
            { id: 134, project_id: 23, interaction_time: new Date("2023-06-01T13:58:18Z"), action: "delete", duration_seconds: 146, user_role: "admin" },
            { id: 135, project_id: 39, interaction_time: null, action: "view", duration_seconds: 331, user_role: "admin" },
            { id: 136, project_id: 59, interaction_time: null, action: "view", duration_seconds: 396, user_role: "analyst" },
            { id: 137, project_id: 6, interaction_time: null, action: "view", duration_seconds: 187, user_role: "analyst" },
            { id: 138, project_id: 2, interaction_time: null, action: "view", duration_seconds: 207, user_role: "admin" },
            { id: 139, project_id: 1, interaction_time: null, action: "view", duration_seconds: 221, user_role: "analyst" },
            { id: 140, project_id: 70, interaction_time: null, action: "view", duration_seconds: 201, user_role: "analyst" },
            { id: 141, project_id: 62, interaction_time: new Date("2023-09-13T12:44:17Z"), action: "edit", duration_seconds: 225, user_role: "viewer" },
            { id: 142, project_id: 52, interaction_time: null, action: "view", duration_seconds: 233, user_role: "analyst" },
            { id: 143, project_id: 6, interaction_time: null, action: "view", duration_seconds: 370, user_role: "analyst" },
            { id: 144, project_id: 12, interaction_time: null, action: "view", duration_seconds: 450, user_role: "analyst" },
            { id: 145, project_id: 95, interaction_time: new Date("2023-07-20T18:24:20Z"), action: "edit", duration_seconds: 391, user_role: "analyst" },
            { id: 146, project_id: 22, interaction_time: null, action: "view", duration_seconds: 314, user_role: "viewer" },
            { id: 147, project_id: 70, interaction_time: null, action: "view", duration_seconds: 424, user_role: "admin" },
            { id: 148, project_id: 78, interaction_time: null, action: "view", duration_seconds: 382, user_role: "analyst" },
            { id: 149, project_id: 15, interaction_time: null, action: "view", duration_seconds: 285, user_role: "viewer" },
            { id: 150, project_id: 45, interaction_time: null, action: "view", duration_seconds: 305, user_role: "admin" },
            { id: 151, project_id: 47, interaction_time: null, action: "view", duration_seconds: 368, user_role: "viewer" },
            { id: 152, project_id: 16, interaction_time: null, action: "view", duration_seconds: 261, user_role: "analyst" },
            { id: 153, project_id: 59, interaction_time: null, action: "view", duration_seconds: 409, user_role: "admin" },
            { id: 154, project_id: 15, interaction_time: null, action: "view", duration_seconds: 376, user_role: "admin" },
            { id: 155, project_id: 36, interaction_time: null, action: "view", duration_seconds: 409, user_role: "analyst" },
            { id: 156, project_id: 73, interaction_time: null, action: "view", duration_seconds: 370, user_role: "admin" },
            { id: 157, project_id: 43, interaction_time: null, action: "view", duration_seconds: 194, user_role: "admin" },
            { id: 158, project_id: 48, interaction_time: null, action: "view", duration_seconds: 330, user_role: "admin" },
            { id: 159, project_id: 45, interaction_time: new Date("2023-07-22T08:45:52Z"), action: "delete", duration_seconds: 259, user_role: "analyst" },
            { id: 160, project_id: 1, interaction_time: null, action: "view", duration_seconds: 496, user_role: "admin" },
            { id: 161, project_id: 72, interaction_time: null, action: "view", duration_seconds: 253, user_role: "analyst" },
            { id: 162, project_id: 51, interaction_time: null, action: "view", duration_seconds: 188, user_role: "admin" },
            { id: 163, project_id: 84, interaction_time: null, action: "view", duration_seconds: 349, user_role: "admin" },
            { id: 164, project_id: 69, interaction_time: null, action: "view", duration_seconds: 165, user_role: "viewer" },
            { id: 165, project_id: 1, interaction_time: null, action: "view", duration_seconds: 269, user_role: "analyst" },
            { id: 166, project_id: 76, interaction_time: new Date("2023-01-22T22:02:39Z"), action: "edit", duration_seconds: 152, user_role: "analyst" },
            { id: 167, project_id: 2, interaction_time: null, action: "view", duration_seconds: 370, user_role: "admin" },
            { id: 168, project_id: 1, interaction_time: new Date("2023-11-11T05:14:41Z"), action: "edit", duration_seconds: 179, user_role: "viewer" },
            { id: 169, project_id: 35, interaction_time: null, action: "view", duration_seconds: 410, user_role: "analyst" },
            { id: 170, project_id: 98, interaction_time: null, action: "view", duration_seconds: 415, user_role: "viewer" },
            { id: 171, project_id: 74, interaction_time: null, action: "view", duration_seconds: 386, user_role: "admin" },
            { id: 172, project_id: 2, interaction_time: null, action: "view", duration_seconds: 285, user_role: "viewer" },
            { id: 173, project_id: 76, interaction_time: new Date("2023-05-13T11:49:19Z"), action: "delete", duration_seconds: 260, user_role: "analyst" },
            { id: 174, project_id: 51, interaction_time: null, action: "view", duration_seconds: 231, user_role: "analyst" },
            { id: 175, project_id: 70, interaction_time: null, action: "view", duration_seconds: 273, user_role: "analyst" },
            { id: 176, project_id: 85, interaction_time: null, action: "view", duration_seconds: 382, user_role: "admin" },
            { id: 177, project_id: 85, interaction_time: null, action: "view", duration_seconds: 253, user_role: "analyst" },
            { id: 178, project_id: 56, interaction_time: new Date("2023-10-14T00:08:37Z"), action: "delete", duration_seconds: 299, user_role: "admin" },
            { id: 179, project_id: 59, interaction_time: null, action: "view", duration_seconds: 226, user_role: "analyst" },
            { id: 180, project_id: 64, interaction_time: null, action: "view", duration_seconds: 354, user_role: "analyst" },
            { id: 181, project_id: 93, interaction_time: null, action: "view", duration_seconds: 336, user_role: "admin" },
            { id: 182, project_id: 8, interaction_time: null, action: "view", duration_seconds: 185, user_role: "admin" },
            { id: 183, project_id: 15, interaction_time: null, action: "view", duration_seconds: 374, user_role: "admin" },
            { id: 184, project_id: 10, interaction_time: new Date("2023-04-14T07:22:38Z"), action: "delete", duration_seconds: 298, user_role: "viewer" },
            { id: 185, project_id: 85, interaction_time: new Date("2023-12-17T18:08:09Z"), action: "delete", duration_seconds: 218, user_role: "viewer" },
            { id: 186, project_id: 40, interaction_time: null, action: "view", duration_seconds: 158, user_role: "admin" },
            { id: 187, project_id: 15, interaction_time: null, action: "view", duration_seconds: 267, user_role: "analyst" },
            { id: 188, project_id: 33, interaction_time: null, action: "view", duration_seconds: 243, user_role: "analyst" },
            { id: 189, project_id: 70, interaction_time: null, action: "view", duration_seconds: 391, user_role: "viewer" },
            { id: 190, project_id: 33, interaction_time: null, action: "view", duration_seconds: 130, user_role: "viewer" },
            { id: 191, project_id: 20, interaction_time: null, action: "view", duration_seconds: 300, user_role: "analyst" },
            { id: 192, project_id: 4, interaction_time: null, action: "view", duration_seconds: 206, user_role: "admin" },
            { id: 193, project_id: 45, interaction_time: null, action: "view", duration_seconds: 303, user_role: "viewer" },
            { id: 194, project_id: 11, interaction_time: null, action: "view", duration_seconds: 218, user_role: "admin" },
            { id: 195, project_id: 64, interaction_time: null, action: "view", duration_seconds: 369, user_role: "analyst" },
            { id: 196, project_id: 13, interaction_time: null, action: "view", duration_seconds: 221, user_role: "analyst" },
            { id: 197, project_id: 24, interaction_time: null, action: "view", duration_seconds: 392, user_role: "analyst" },
            { id: 198, project_id: 66, interaction_time: null, action: "view", duration_seconds: 230, user_role: "admin" },
            { id: 199, project_id: 42, interaction_time: null, action: "view", duration_seconds: 186, user_role: "viewer" },
            { id: 200, project_id: 73, interaction_time: null, action: "view", duration_seconds: 299, user_role: "viewer" },
            { id: 201, project_id: 64, interaction_time: null, action: "view", duration_seconds: 370, user_role: "analyst" },
            { id: 202, project_id: 5, interaction_time: null, action: "view", duration_seconds: 415, user_role: "admin" },
            { id: 203, project_id: 59, interaction_time: null, action: "view", duration_seconds: 442, user_role: "admin" },
            { id: 204, project_id: 64, interaction_time: null, action: "view", duration_seconds: 366, user_role: "analyst" },
            { id: 205, project_id: 51, interaction_time: null, action: "view", duration_seconds: 322, user_role: "analyst" },
            { id: 206, project_id: 4, interaction_time: null, action: "view", duration_seconds: 291, user_role: "viewer" },
            { id: 207, project_id: 94, interaction_time: null, action: "view", duration_seconds: 236, user_role: "analyst" },
            { id: 208, project_id: 2, interaction_time: null, action: "view", duration_seconds: 459, user_role: "analyst" },
            { id: 209, project_id: 27, interaction_time: null, action: "view", duration_seconds: 283, user_role: "analyst" },
            { id: 210, project_id: 11, interaction_time: new Date("2023-06-03T12:19:51Z"), action: "delete", duration_seconds: 341, user_role: "analyst" },
            { id: 211, project_id: 68, interaction_time: null, action: "view", duration_seconds: 356, user_role: "admin" },
            { id: 212, project_id: 87, interaction_time: null, action: "view", duration_seconds: 353, user_role: "analyst" },
            { id: 213, project_id: 8, interaction_time: null, action: "view", duration_seconds: 329, user_role: "analyst" },
            { id: 214, project_id: 69, interaction_time: null, action: "view", duration_seconds: 378, user_role: "viewer" },
            { id: 215, project_id: 61, interaction_time: null, action: "view", duration_seconds: 415, user_role: "viewer" },
            { id: 216, project_id: 93, interaction_time: new Date("2023-06-09T21:35:42Z"), action: "delete", duration_seconds: 286, user_role: "analyst" },
            { id: 217, project_id: 4, interaction_time: null, action: "view", duration_seconds: 277, user_role: "viewer" },
            { id: 218, project_id: 35, interaction_time: null, action: "view", duration_seconds: 225, user_role: "analyst" },
            { id: 219, project_id: 59, interaction_time: null, action: "view", duration_seconds: 336, user_role: "analyst" },
            { id: 220, project_id: 82, interaction_time: new Date("2023-03-27T17:11:36Z"), action: "delete", duration_seconds: 370, user_role: "viewer" },
            { id: 221, project_id: 6, interaction_time: new Date("2023-08-20T20:42:19Z"), action: "edit", duration_seconds: 281, user_role: "analyst" },
            { id: 222, project_id: 42, interaction_time: new Date("2023-11-20T12:49:03Z"), action: "edit", duration_seconds: 325, user_role: "admin" },
            { id: 223, project_id: 56, interaction_time: null, action: "view", duration_seconds: 254, user_role: "analyst" },
            { id: 224, project_id: 64, interaction_time: new Date("2023-05-16T19:04:09Z"), action: "edit", duration_seconds: 225, user_role: "viewer" },
            { id: 225, project_id: 33, interaction_time: new Date("2023-04-15T19:37:36Z"), action: "delete", duration_seconds: 340, user_role: "analyst" },
            { id: 226, project_id: 59, interaction_time: new Date("2023-03-13T19:19:43Z"), action: "edit", duration_seconds: 274, user_role: "viewer" },
            { id: 227, project_id: 17, interaction_time: null, action: "view", duration_seconds: 417, user_role: "admin" },
            { id: 228, project_id: 99, interaction_time: null, action: "view", duration_seconds: 214, user_role: "admin" },
            { id: 229, project_id: 6, interaction_time: new Date("2023-01-17T07:26:38Z"), action: "edit", duration_seconds: 368, user_role: "admin" },
            { id: 230, project_id: 53, interaction_time: null, action: "view", duration_seconds: 204, user_role: "admin" },
            { id: 231, project_id: 64, interaction_time: null, action: "view", duration_seconds: 270, user_role: "admin" },
            { id: 232, project_id: 79, interaction_time: null, action: "view", duration_seconds: 291, user_role: "analyst" },
            { id: 233, project_id: 59, interaction_time: new Date("2023-04-12T10:53:47Z"), action: "edit", duration_seconds: 272, user_role: "analyst" },
            { id: 234, project_id: 47, interaction_time: new Date("2023-04-16T15:44:52Z"), action: "edit", duration_seconds: 247, user_role: "analyst" },
            { id: 235, project_id: 93, interaction_time: new Date("2023-04-04T15:32:47Z"), action: "edit", duration_seconds: 136, user_role: "analyst" },
            { id: 236, project_id: 62, interaction_time: null, action: "view", duration_seconds: 410, user_role: "viewer" },
            { id: 237, project_id: 30, interaction_time: null, action: "view", duration_seconds: 128, user_role: "analyst" },
            { id: 238, project_id: 98, interaction_time: null, action: "view", duration_seconds: 356, user_role: "analyst" },
            { id: 239, project_id: 99, interaction_time: new Date("2023-11-11T18:02:22Z"), action: "edit", duration_seconds: 380, user_role: "analyst" },
            { id: 240, project_id: 23, interaction_time: new Date("2023-03-29T21:29:29Z"), action: "delete", duration_seconds: 291, user_role: "analyst" },
            { id: 241, project_id: 19, interaction_time: null, action: "view", duration_seconds: 447, user_role: "analyst" },
            { id: 242, project_id: 41, interaction_time: null, action: "view", duration_seconds: 306, user_role: "admin" },
            { id: 243, project_id: 47, interaction_time: null, action: "view", duration_seconds: 329, user_role: "analyst" },
            { id: 244, project_id: 99, interaction_time: new Date("2023-07-31T15:46:18Z"), action: "edit", duration_seconds: 211, user_role: "admin" },
            { id: 245, project_id: 4, interaction_time: null, action: "view", duration_seconds: 400, user_role: "analyst" },
            { id: 246, project_id: 31, interaction_time: null, action: "view", duration_seconds: 255, user_role: "viewer" },
            { id: 247, project_id: 34, interaction_time: null, action: "view", duration_seconds: 246, user_role: "analyst" },
            { id: 248, project_id: 99, interaction_time: null, action: "view", duration_seconds: 201, user_role: "analyst" },
            { id: 249, project_id: 85, interaction_time: null, action: "view", duration_seconds: 251, user_role: "admin" },
            { id: 250, project_id: 4, interaction_time: new Date("2023-12-01T16:17:04Z"), action: "edit", duration_seconds: 458, user_role: "analyst" },
            { id: 251, project_id: 53, interaction_time: new Date("2023-09-09T07:47:21Z"), action: "delete", duration_seconds: 318, user_role: "analyst" },
            { id: 252, project_id: 23, interaction_time: null, action: "view", duration_seconds: 394, user_role: "analyst" },
            { id: 253, project_id: 95, interaction_time: null, action: "view", duration_seconds: 264, user_role: "analyst" },
        ],
    });
}

main()
    .then(() => prisma.$disconnect())
    .catch(async error => {
        console.error(error);
        await prisma.$disconnect();
        process.exit(1);
    });
