snowflake.snowpark.Session.udf¶
- property Session.udf: UDFRegistration[source] (https://github.com/snowflakedb/snowpark-python/blob/release-v1.8.0/src/snowflake/snowpark/session.py#L2352-L2358)¶
Returns a
udf.UDFRegistrationobject that you can use to register UDFs. See details of how to use this object inudf.UDFRegistration.