8.3. Algorithm store#

8.3.1. Main class of algorithm store#

vantage6.algorithm.store#

8.3.2. API endpoints#

Warning

The API endpoints are documented on the /apidocs endpoint of the server (e.g. https://cotopaxi.vantage6.ai/apidocs). That documentation requires a different format than the one used to create this documentation. We are therefore not including the API documentation here. Instead, we merely list the supporting functions and classes.

vantage6.algorithm.store.resource#

vantage6.algorithm.store.resource.schema.output_schema#

vantage6.algorithm.store.resource.schema.input_schema#

8.3.3. SQLAlchemy models#

vantage6.algorithm.store.model.base#

This module contains a few base classes that are used by the other models.

Database models for the API resources#

vantage6.algorithm.store.model.algorithm#

vantage6.algorithm.store.model.argument#

vantage6.algorithm.store.model.database#

vantage6.algorithm.store.model.function#

vantage6.algorithm.store.model.vantage6_server#