📄️ ConnectionsArgs (class)
ConnectionsArgs is the class type of the "sqrl" argument for the main function of [connections.py], which runs at server startup time.
📄️ AuthProviderArgs (class)
AuthProviderArgs is the class type of the optional "sqrl" argument for the [auth provider] function, which runs at server startup time.
📄️ ParametersArgs (class)
ParameterArgs is the class type of the "sqrl" argument for the main function of [parameters.py], which runs at server startup time.
📄️ BuildModelArgs (class)
BuildModelArgs is the class type of the "sqrl" argument for the main function of [build models], which runs at build time.
📄️ ContextArgs (class)
ContextArgs is the class type of the "sqrl" argument for the main function of [context.py], which runs per (uncached) API request for data results.
📄️ ModelArgs (class)
ModelArgs is the class type of the "sqrl" argument for the main function of a Python [federate model], which runs per (uncached) API request for dataset results.
📄️ DashboardArgs (class)
DashboardArgs is the class type of the "sqrl" argument for the main function of a Python [dashboard], which runs per (uncached) API request for dashboard results.