Google Cloud Ai Platform V1 Client - Class BigQuerySource (0.15.0)

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

Methods

__construct

Constructor.

Parameters
NameDescription
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: bq://projectId.bqDatasetId.bqTableId.

getInputUri

Required. BigQuery URI to a table, up to 2000 characters long.

Accepted forms:

  • BigQuery path. For example: bq://projectId.bqDatasetId.bqTableId.
Returns
TypeDescription
string

setInputUri

Required. BigQuery URI to a table, up to 2000 characters long.

Accepted forms:

  • BigQuery path. For example: bq://projectId.bqDatasetId.bqTableId.
Parameter
NameDescription
var string
Returns
TypeDescription
$this