Cloud AutoML V1beta1 Client - Class BigQueryDestination (1.4.17)

Reference documentation and code samples for the Cloud AutoML V1beta1 Client class BigQueryDestination.

The BigQuery location for the output content.

Generated from protobuf message google.cloud.automl.v1beta1.BigQueryDestination

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ output_uri string

Required. BigQuery URI to a project, up to 2000 characters long. Accepted forms: * BigQuery path e.g. bq://projectId

getOutputUri

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

Accepted forms:

  • BigQuery path e.g. bq://projectId
Returns
TypeDescription
string

setOutputUri

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

Accepted forms:

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