bigframes.pandas.deploy_remote_function#
- bigframes.pandas.deploy_remote_function(func, **kwargs)[source]#
Orchestrates the creation of a BigQuery remote function that deploys immediately.
This method ensures that the remote function is created and available for use in BigQuery as soon as this call is made.
- Parameters:
func – Function to deploy.
kwargs – All arguments are passed directly to
remote_function(). Please see its docstring for parameter details.
- Returns:
A wrapped remote function, usable in
apply().