User-defined function
Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- udf_info_name | character | name of UDFInfo to run, format is {namespace}/{udf_name}. Can not be used with exec | [optional] language | UDFLanguage | | [optional] version | character | Type-specific version | [optional] image_name | character | Docker image name to use for udf | [optional] exec | character | Type-specific executable text | [optional] exec_raw | character | optional raw text to store of serialized function, used for showing in UI | [optional] result_format | ResultFormat | | [optional] task_name | character | name of task, optional | [optional] argument | character | Argument(s) to pass to udf function, tuple or list of args/kwargs which can be in native or json format | [optional] stored_param_uuids | array[character] | The UUIDs of stored input parameters (passed in a language-specific format within \"argument\") to be retrieved from the server-side cache. Serialized in standard hex format with no {}. | [optional] store_results | character | store results for later retrieval | [optional] ranges | QueryRanges | | [optional] subarray | UDFSubarray | | [optional] buffers | array[character] | List of buffers to fetch (attributes + dimensions). Deprecated please set arrays with UDFArrayDetails | [optional] arrays | array[UDFArrayDetails] | Array ranges/buffer into to run UDF on | [optional]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.