MaxCompute Project |
The name of the MaxCompute project to which the Python program belongs. This parameter
is automatically specified. You do not need to select a MaxCompute project from the
drop-down list.
|
Resource file |
The local directory in which the resource file of the Python program is stored after
the program is uploaded as a resource.
|
Resource name |
The name of the resource as which you want to upload the Python program to the MaxCompute
project.
|
Resource comment |
The comment of the resource. |
Extra resources |
Other resource files that are required for creating a MaxCompute UDF. You can select
a required resource file from the resource list. If the MaxCompute UDF depends on
multiple resource files, press and hold the Ctrl key, and click the required files
in sequence to select them.
|
Main class |
The class of the MaxCompute UDF that you want to create. The value of this parameter
is in the format of Python script name.Class name.
|
Function name |
The name of the MaxCompute UDF that you want to create by using MaxCompute Studio
based on the Python program. The UDF name is used when you call the UDF in SQL statements.
|
Force update if already exists |
If you select this option, the UDF or resource that you create overwrites the existing
UDF or resource that has the same name in your MaxCompute project.
|