Create UDF Environment

Creates a new environment which can be used by user-defined functions (UDF).

Input Parameter Description

NameTypeDescription
environment_namestringName of the environment to be created.
optionsmap of string to stringsOptional parameters. The default value is an empty map ( {} ).

Output Parameter Description

NameTypeDescription
environment_namestringValue of input parameter environment_name.
infomap of string to stringsAdditional information.