Builder

class Builder

Properties

Link copied to clipboard

Contains configuration information for the calculation.

Link copied to clipboard

A unique case-sensitive string used to ensure the request to create the calculation is idempotent (executes only once). If another StartCalculationExecutionRequest is received, the same response is returned and another calculation is not created. If a parameter has changed, an error is returned.

Link copied to clipboard

A string that contains the code of the calculation. Use this parameter instead of CalculationConfiguration$CodeBlock, which is deprecated.

Link copied to clipboard

A description of the calculation.

Link copied to clipboard

The session ID.