Class UDFResource (3.19.0)

UDFResource(udf_type, value)

Describe a single user-defined function (UDF) resource.

Parameters

NameDescription
udf_type str

The type of the resource ('inlineCode' or 'resourceUri')

value str See: https://cloud.google.com/bigquery/user-defined-functions#api

The inline code or resource URI.