Class UDFResource (2.27.1)

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.

Inheritance

builtins.object > UDFResource

Methods

__init__

__init__(udf_type, value)

Initialize self. See help(type(self)) for accurate signature.

UDFResource

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.