createEnvironment
public CreateEnvironmentResponse createEnvironment(CreateEnvironmentRequest request) throws GPUdbException Creates a new environment which can be used by user-defined functions (UDF).Parameters:request-Requestobject containing the parameters for the operation.Returns:Responseobject containing the results of the operation.Throws:GPUdbException- if an error occurs during the operation.createEnvironment
public CreateEnvironmentResponse createEnvironment(String environmentName, Map<String, String> options) throws GPUdbException Creates a new environment which can be used by user-defined functions (UDF).Parameters:environmentName- Name of the environment to be created.options- Optional parameters. The default value is an emptyMap.Returns:Responseobject containing the results of the operation.Throws:GPUdbException- if an error occurs during the operation.