App Config¶
-
class
AppConfig
¶ The application configuration.
These configurations are loaded from “alwaysai.app.json” and “alwaysai.project.json”.
-
property
model_id_list
¶ The models configured for this application
- Return type
List
[str
]
-
property
analytics_cfg
¶ The Production Analytics configuration
- Return type
Optional
[dict
]
-
property
qa_images_cfg
¶ The Production QA configuration
- Return type
Optional
[dict
]
-
property
device_agent_connection_cfg
¶ The alwaysAI Local Connection host and port configuration
- Return type
Optional
[dict
]
-
property
project_id
¶ The project ID associated with this application
- Return type
str
-
property