sdk.algorithm_computation.run()
elements.sdk.api.algorithm_computation
Run an Algorithm Computation.
The first time this endpoint is called, the system initiates the running of the provided Algorithm Computation ID. This causes credits to be place in pending status and eventually consumed when the computation completes. Credits are consumed as each result is produced. Once an Algorithm Computation has been run, it is considered locked and cannot be changed, as are its constituents.
Parameters
- algorithm_computation_ids (List[str]) - list of Algorithm Computations to run
Returns
None
Example(s)
# Run an Algorithm Computation
await sdk.algorithm_computation.run(algorithm_computation_ids=["01d0d2ec-9ed8-4b9e-a9c7-f95dbbc092ff"])Updated 6 months ago