Skip to main content
create_environment(environment_name=None, options=)[source]

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

Parameters

environment_name (str) –

Name of the environment to be created.

options (dict of str to str) –

Optional parameters. The default value is an empty dict ( ).

Returns

A dict with the following entries–

environment_name (str) –

Value of input parameter environment_name.

info (dict of str to str) –

Additional information.