Cloud AutoML V1beta1 Client - Class BigQuerySource (1.4.17)

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

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 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
TypeDescription
string

setInputUri

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

Accepted forms:

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