Parameterized Compute

Computes the output of the compute graph specified by a ParameterizedComputeNodeRequest. A parameterized compute request supports multiple values for a single variable, supplied by the ParameterizedContext. Results are returned in the same order of the request.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
nodeobjectRequired
startobjectRequired
endobjectRequired
contextobjectRequired
parameterizedContextobjectRequired

Specifies how certain variables should be parameterized. If a variable name appears in both the context and the parameterized context, it will be treated as parameterized.

Response

This endpoint returns an object.
resultslist of objects