This commit is contained in:
samirodr
2026-05-20 15:21:45 -04:00
parent 717257dd75
commit cfc04b473f
5 changed files with 225 additions and 7 deletions

View File

@@ -5,7 +5,7 @@ from typing import Any
from src.infra.state import state_path, write_infra_state
STACK_NAME = "QaiCliStack"
STACK_NAME = "MLOpsStack"
def bootstrap(

View File

@@ -9,7 +9,7 @@ from constructs import Construct
from src.config import Config, MlflowMode
class QaiStack(Stack):
class QCStack(Stack):
def __init__(
self,
scope: Construct,