Reference documentation and code samples for the Google Cloud Datalabeling V1beta1 Client class BigQuerySource.
The BigQuery location for input data. If used in anEvaluationJob, this
is where the service saves the prediction input and output sampled from the
model version.
Generated from protobuf messagegoogle.cloud.datalabeling.v1beta1.BigQuerySource
Namespace
Google \ Cloud \ DataLabeling \ V1beta1
Methods
__construct
Constructor.
Parameters
Name
Description
data
array
Optional. Data for populating the Message object.
↳ input_uri
string
Required. BigQuery URI to a table, up to 2,000 characters long. If you specify the URI of a table that does not exist, Data Labeling Service creates a table at the URI with the correct schema when you create yourEvaluationJob. If you specify the URI of a table that already exists, it must have thecorrect schema. Provide the table URI in the following format: "bq://{your_project_id}/{your_dataset_name}/{your_table_name}"Learn more.
getInputUri
Required. BigQuery URI to a table, up to 2,000 characters long. If you
specify the URI of a table that does not exist, Data Labeling Service
creates a table at the URI with the correct schema when you create yourEvaluationJob. If you specify the URI of a table that already exists,
it must have thecorrect
schema.
Provide the table URI in the following format:
"bq://{your_project_id}/{your_dataset_name}/{your_table_name}"Learn
more.
Returns
Type
Description
string
setInputUri
Required. BigQuery URI to a table, up to 2,000 characters long. If you
specify the URI of a table that does not exist, Data Labeling Service
creates a table at the URI with the correct schema when you create yourEvaluationJob. If you specify the URI of a table that already exists,
it must have thecorrect
schema.
Provide the table URI in the following format:
"bq://{your_project_id}/{your_dataset_name}/{your_table_name}"Learn
more.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Google Cloud Datalabeling V1beta1 Client - Class BigQuerySource (0.6.3)\n\nVersion latestkeyboard_arrow_down\n\n- [0.6.3 (latest)](/php/docs/reference/cloud-datalabeling/latest/V1beta1.BigQuerySource)\n- [0.6.2](/php/docs/reference/cloud-datalabeling/0.6.2/V1beta1.BigQuerySource)\n- [0.5.7](/php/docs/reference/cloud-datalabeling/0.5.7/V1beta1.BigQuerySource)\n- [0.4.2](/php/docs/reference/cloud-datalabeling/0.4.2/V1beta1.BigQuerySource)\n- [0.3.1](/php/docs/reference/cloud-datalabeling/0.3.1/V1beta1.BigQuerySource)\n- [0.2.0](/php/docs/reference/cloud-datalabeling/0.2.0/V1beta1.BigQuerySource)\n- [0.1.14](/php/docs/reference/cloud-datalabeling/0.1.14/V1beta1.BigQuerySource) \n| **Beta**\n|\n|\n| This library is covered by the [Pre-GA Offerings Terms](/terms/service-terms#1)\n| of the Terms of Service. Pre-GA libraries might have limited support,\n| and changes to pre-GA libraries might not be compatible with other pre-GA versions.\n| For more information, see the\n[launch stage descriptions](/products#product-launch-stages). \nReference documentation and code samples for the Google Cloud Datalabeling V1beta1 Client class BigQuerySource.\n\nThe BigQuery location for input data. If used in an [EvaluationJob](/php/docs/reference/cloud-datalabeling/latest/V1beta1.EvaluationJob), this\nis where the service saves the prediction input and output sampled from the\nmodel version.\n\nGenerated from protobuf message `google.cloud.datalabeling.v1beta1.BigQuerySource`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ DataLabeling \\\\ V1beta1\n\nMethods\n-------\n\n### __construct\n\nConstructor.\n\n### getInputUri\n\nRequired. BigQuery URI to a table, up to 2,000 characters long. If you\nspecify the URI of a table that does not exist, Data Labeling Service\ncreates a table at the URI with the correct schema when you create your\n[EvaluationJob](/php/docs/reference/cloud-datalabeling/latest/V1beta1.EvaluationJob). If you specify the URI of a table that already exists,\nit must have the\n[correct\nschema](/ml-engine/docs/continuous-evaluation/create-job#table-schema).\n\nProvide the table URI in the following format:\n\"bq://\u003cvar translate=\"no\"\u003e{your_project_id}\u003c/var\u003e/\u003cvar translate=\"no\"\u003e{your_dataset_name}\u003c/var\u003e/\u003cvar translate=\"no\"\u003e{your_table_name}\u003c/var\u003e\"\n[Learn\nmore](/ml-engine/docs/continuous-evaluation/create-job#table-schema).\n\n### setInputUri\n\nRequired. BigQuery URI to a table, up to 2,000 characters long. If you\nspecify the URI of a table that does not exist, Data Labeling Service\ncreates a table at the URI with the correct schema when you create your\n[EvaluationJob](/php/docs/reference/cloud-datalabeling/latest/V1beta1.EvaluationJob). If you specify the URI of a table that already exists,\nit must have the\n[correct\nschema](/ml-engine/docs/continuous-evaluation/create-job#table-schema).\n\nProvide the table URI in the following format:\n\"bq://\u003cvar translate=\"no\"\u003e{your_project_id}\u003c/var\u003e/\u003cvar translate=\"no\"\u003e{your_dataset_name}\u003c/var\u003e/\u003cvar translate=\"no\"\u003e{your_table_name}\u003c/var\u003e\"\n[Learn\nmore](/ml-engine/docs/continuous-evaluation/create-job#table-schema)."]]