Google Cloud Ai Platform V1 Client - Class BigQuerySource (0.10.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
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: 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.

Generated from protobuf field string input_uri = 1 [(.google.api.field_behavior) = REQUIRED];

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.

Generated from protobuf field string input_uri = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
var string
Returns
Type Description
$this