entryPoint property

String? entryPoint
getter/setter pair

The name of the function defined in Python code as the entry point when the Python UDF is invoked.

Required.

Implementation

core.String? entryPoint;