v1
latestOpenAPI 3.0.02026-08-062441107.9 KBWorkflowSpecs
Create or update configuration for a computation
Create or update configuration properties for a computation. The paramaters workflowSpecId and computationIndex will be used to uniquely identify the configuration to be created or updated.
Note: It is advised not to change the computation configurations while an evaluation is running. This might lead to unexpected evaluation results.
put/workflow-specs/{workflowSpecId}/computation-config
Path parameters
workflowSpecIdstring required
The workflow specification ID.
Query parameters
computationIndexnumber required
The computation index in the workflow spec.
Headers
slb-data-partition-idstring required
Data partition id.
Request body
ComputationConfiguration required
The request body to create or update configuration properties for a computation
Response
Computation configuration created successfully.