snowflake.snowpark.udf.UDFRegistration.describe¶
- UDFRegistration.describe(udf_obj: UserDefinedFunction) DataFrame [source] (https://github.com/snowflakedb/snowpark-python/blob/v1.26.0/snowpark-python/src/snowflake/snowpark/udf.py#L497-L510)¶
Returns a
DataFrame
that describes the properties of a UDF.- Parameters:
udf_obj – A
UserDefinedFunction
returned byudf()
orregister()
.