App Config

class AppConfig

The application configuration.

These configurations are loaded from “alwaysai.app.json” and “alwaysai.project.json”.

property model_id_list: List[str]

The models configured for this application

property analytics_cfg: dict | None

The Production Analytics configuration

property analytics_pipelines: List[str]
property qa_images_cfg: dict | None

The Production QA configuration

property device_agent_connection_cfg: dict | None

The alwaysAI Local Connection host and port configuration

property project_id: str | None

The project ID associated with this application

property app_file: dict | None

The contents of alwaysai.app.json

property project_file: dict | None

The contents of alwaysai.project.json