Skip to main content

Function Details

Managing and Editing Function Code

Once a function is created, users can edit its code directly on the platform or upload their source code for editing. The system provides an integrated code editor with syntax highlighting support for languages like Python, Qiskit, CUDA, etc.

Functions-Screen

Build and Deploy Function Process

Once the code is ready, users can perform the Build and Deploy processes:

  • Creation: Define the function and its parameters.
  • Build: The process of compiling the source code, checking for errors, and preparing the function for the computing environment.
  • Deploy: The function, once built, is deployed to the selected provider and device for execution.
  • Completion: The function is live, fully functional, and available for use.
process

Monitoring Function Logs and Status

After deployment, users can monitor the function’s logs, including:

  • Build Logs: Records the steps taken during the build process and any errors encountered.
build-log
  • Deploy Logs: Records information about the deployment process, including success or failure messages.
deploy-log
  • Function Status: Provides the operational status of the function (whether it's running, completed, or failed).