Shortcut
Shortcuts provide a secure, repeatable API for executing a specific Altair AI Cloud workflow with preset resource constraints.
Unlike REST API deployments, shortcuts only consume resources when its API triggers an execution.
Shortcuts come in handy when you have created workflows that typically have a long execution time and only need to be executed periodically, either on a schedule or triggered by some external system. This could be either a third party orchestration or workflow management platform or simply your own scheduling system.
Some use-case examples:
- a workflow that generates a fresh report based on latest data
- a workflow that trains (retrains) a predictive model, incorporating the newest observations and accounting for drift
- on-demand data dump and ETL workloads
Features
When a shortcut is created, we generate an API endpoint that, when called, will trigger an execution of that workflow with the resource allocation configured during shortcut creation.
Endpoint security is implemented in the same way as the REST API.
Inputs and outputs are not yet supported when calling the API endpoint, workflows should take inputs and outputs from other sources.