Comment on page
API Overview
-
callbacks.debug_callback
: If a call adds the--debug
flag debugging mode is activated for external requests and API Clients. -
models.create
: Command to create a model. Asks for the new model's information and validates the input, -
users.create
: Command to create a user. Asks for the new users information and validates the input, -
users.login
: Logs the current user into Giza. Under the hood this will retrieve the token for the next requests. -
users.resend_email
: Command to resend verification email. Asks for the user's email and sends the request to the API -
cairo.transpile
: This function is responsible for transpiling a model. The overall objective is to prepare a model for use by converting it into a different format (transpiling). -
ezkl.setup
: This function executes the setup of the model and creates the outputs, handled by Giza.
Last modified 1d ago