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

Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class BigQuerySource.

Generated from protobuf message google.cloud.aiplatform.v1.FeatureView.BigQuerySource

Namespace

Google \ Cloud \ AIPlatform \ V1 \ FeatureView

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ uri string

Required. The BigQuery view URI that will be materialized on each sync trigger based on FeatureView.SyncConfig.

↳ entity_id_columns array

Required. Columns to construct entity_id / row keys. Start by supporting 1 only.

getUri

Required. The BigQuery view URI that will be materialized on each sync trigger based on FeatureView.SyncConfig.

Returns
TypeDescription
string

setUri

Required. The BigQuery view URI that will be materialized on each sync trigger based on FeatureView.SyncConfig.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getEntityIdColumns

Required. Columns to construct entity_id / row keys. Start by supporting 1 only.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setEntityIdColumns

Required. Columns to construct entity_id / row keys. Start by supporting 1 only.

Parameter
NameDescription
var string[]
Returns
TypeDescription
$this