Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 552 Bytes

File metadata and controls

19 lines (12 loc) · 552 Bytes

Runtime

The numscript runtime used to execute the script. Uses "machine" by default, unless the "--experimental-numscript-interpreter" feature flag is passed.

Example Usage

import com.formance.formance_sdk.models.shared.Runtime;

Runtime value = Runtime.EXPERIMENTAL_INTERPRETER;

Values

Name Value
EXPERIMENTAL_INTERPRETER experimental-interpreter
MACHINE machine