bigframes.bigquery.obj.make_ref#
- bigframes.bigquery.obj.make_ref(uri_or_json: Series | Sequence[str], authorizer: Series | str | None = None) Series[source]#
[Preview] Use the OBJ.MAKE_REF function to create an ObjectRef value that contains reference information for a Cloud Storage object.
- Parameters:
uri_or_json (bigframes.pandas.Series or str) – A series of STRING values that contains the URI for the Cloud Storage object, for example, gs://mybucket/flowers/12345.jpg. OR A series of JSON value that represents a Cloud Storage object.
authorizer (bigframes.pandas.Series or str, optional) – A STRING value that contains the Cloud Resource connection used to access the Cloud Storage object. Required if
uri_or_jsonis a URI string.
- Returns:
An ObjectRef value.
- Return type: