cads_api_client.Process#

class cads_api_client.Process#

Bases: ApiResponse

A class to interact with a process.

apply_constraints(**request)#

Apply constraints to the parameters in a request.

Parameters:

**request (Any) – Request parameters.

Returns:

Dictionary of valid values.

Return type:

dict[str,Any]

estimate_costs(**request)#

Estimate costs of the parameters in a request.

Parameters:

**request (Any) – Request parameters.

Returns:

Dictionary of estimated costs.

Return type:

dict[str,Any]

submit(**request)#

Submit a request.

Parameters:

**request (Any) – Request parameters.

Return type:

cads_api_client.Remote

property id: str#

Process ID.

Return type:

str

property json: dict[str, Any]#

Content of the response.

Return type:

dict[str,Any]

property url: str#

URL.

Return type:

str