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