All Products
Search
Document Center

Realtime Compute for Apache Flink:UdfArtifact

Last Updated:Jan 07, 2026
ParameterTypeDescriptionExample
object

The data structure of the JAR file of a user-defined function (UDF).

namespacestring

The namespace.

default-namespace
creatorstring

The user that creates the JAR file.

userA
createdAtlong

The time when the JAR file was created.

1723532876
modifiedAtlong

The time when the JAR file was modified.

1723537876
namestring

The name of the JAR file.

udfCollection.jar
jarUrlstring

The path in which the JAR file is stored.

oss://bucket/udfCollection.jar
dependencyJarUrisarray

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
artifactTypestring

The type of the JAR file.

ARTIFACT_TYPE_JAVA
udfClassesarray

The list of the class name of the JAR file.

UdfClass

The name of the UDF class.