Reference documentation and code samples for the Cloud AutoML V1beta1 Client class BigQuerySource.
The BigQuery location for the input content.
Generated from protobuf message google.cloud.automl.v1beta1.BigQuerySource
Namespace
Google \ Cloud \ AutoMl \ V1beta1Methods
__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 2000 characters long. Accepted forms: * BigQuery path e.g. bq://projectId.bqDatasetId.bqTableId |
getInputUri
Required. BigQuery URI to a table, up to 2000 characters long.
Accepted forms:
- BigQuery path e.g. bq://projectId.bqDatasetId.bqTableId
| Returns | |
|---|---|
| Type | Description |
string |
|
setInputUri
Required. BigQuery URI to a table, up to 2000 characters long.
Accepted forms:
- BigQuery path e.g. bq://projectId.bqDatasetId.bqTableId
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|