public interface BigQuerySourceOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getInputUri()
public abstract String 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 your EvaluationJob. If you specify the URI of a table that already exists, it must have the correct schema. Provide the table URI in the following format: "bq://<var>{your_project_id}</var>/<var>{your_dataset_name}</var>/<var>{your_table_name}</var>" Learn more.
string input_uri = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The inputUri. |
getInputUriBytes()
public abstract ByteString getInputUriBytes()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 your EvaluationJob. If you specify the URI of a table that already exists, it must have the correct schema. Provide the table URI in the following format: "bq://<var>{your_project_id}</var>/<var>{your_dataset_name}</var>/<var>{your_table_name}</var>" Learn more.
string input_uri = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for inputUri. |