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 |
string[]
Required. Columns to construct entity_id / row keys. |
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.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\RepeatedField<string> |
|
setEntityIdColumns
Required. Columns to construct entity_id / row keys.
| Parameter | |
|---|---|
| Name | Description |
var |
string[]
|
| Returns | |
|---|---|
| Type | Description |
$this |
|