Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class BigQuerySource.
The BigQuery location for the input content.
Generated from protobuf message google.cloud.aiplatform.v1.BigQuerySource
Namespace
Google \ Cloud \ AIPlatform \ V1Methods
__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. For example: |
getInputUri
Required. BigQuery URI to a table, up to 2000 characters long.
Accepted forms:
- BigQuery path. For example:
bq://projectId.bqDatasetId.bqTableId.
| Returns | |
|---|---|
| Type | Description |
string |
|
setInputUri
Required. BigQuery URI to a table, up to 2000 characters long.
Accepted forms:
- BigQuery path. For example:
bq://projectId.bqDatasetId.bqTableId.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|