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

Return type

List[str]

property analytics_cfg: Optional[dict]

The Production Analytics configuration

Return type

Optional[dict]

property analytics_pipelines: List[str]
Return type

List[str]

property qa_images_cfg: Optional[dict]

The Production QA configuration

Return type

Optional[dict]

property device_agent_connection_cfg: Optional[dict]

The alwaysAI Local Connection host and port configuration

Return type

Optional[dict]

property project_id: Optional[str]

The project ID associated with this application

Return type

Optional[str]

property app_file: Optional[dict]

The contents of alwaysai.app.json

Return type

Optional[dict]

property project_file: Optional[dict]

The contents of alwaysai.project.json

Return type

Optional[dict]