Skip to content

featurebyte.UserDefinedFunction.signature

signature: str

Description

The signature of the user-defined function. Note that the function signature is not strictly a python function signature as the optional parameters can be at any position in the parameter list. For python function signature, the optional parameters must be at the end of the parameter list.

Returns

  • str