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 \ FeatureViewMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
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 | |
---|---|
Type | Description |
string |
setUri
Required. The BigQuery view URI that will be materialized on each sync trigger based on FeatureView.SyncConfig.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getEntityIdColumns
Required. Columns to construct entity_id / row keys. Start by supporting 1 only.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setEntityIdColumns
Required. Columns to construct entity_id / row keys. Start by supporting 1 only.
Parameter | |
---|---|
Name | Description |
var |
string[]
|
Returns | |
---|---|
Type | Description |
$this |