| Parameter | Type | Description | Example |
|---|---|---|---|
| object | The data structure of the JAR file of a user-defined function (UDF). | ||
| namespace | string | The namespace. | default-namespace |
| creator | string | The user that creates the JAR file. | userA |
| createdAt | long | The time when the JAR file was created. | 1723532876 |
| modifiedAt | long | The time when the JAR file was modified. | 1723537876 |
| name | string | The name of the JAR file. | udfCollection.jar |
| jarUrl | string | The path in which the JAR file is stored. | oss://bucket/udfCollection.jar |
| dependencyJarUris | array | The list of paths in which the additional dependencies of the JAR file are stored. | |
| string | The paths in which the additional dependencies of the JAR file are stored. | oss://bucket/addition/add.jar | |
| artifactType | string | The type of the JAR file. | ARTIFACT_TYPE_JAVA |
| udfClasses | array | The list of the class name of the JAR file. | |
| UdfClass | The name of the UDF class. |