Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class FeatureRegistrySource.
A Feature Registry source for features that need to be synced to Online Store.
Generated from protobuf message google.cloud.aiplatform.v1.FeatureView.FeatureRegistrySource
Namespace
Google \ Cloud \ AIPlatform \ V1 \ FeatureViewMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ feature_groups |
array<FeatureRegistrySource\FeatureGroup>
Required. List of features that need to be synced to Online Store. |
↳ project_number |
int|string
Optional. The project number of the parent project of the Feature Groups. |
getFeatureGroups
Required. List of features that need to be synced to Online Store.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\RepeatedField<FeatureRegistrySource\FeatureGroup> |
|
setFeatureGroups
Required. List of features that need to be synced to Online Store.
| Parameter | |
|---|---|
| Name | Description |
var |
array<FeatureRegistrySource\FeatureGroup>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getProjectNumber
Optional. The project number of the parent project of the Feature Groups.
| Returns | |
|---|---|
| Type | Description |
int|string |
|
hasProjectNumber
clearProjectNumber
setProjectNumber
Optional. The project number of the parent project of the Feature Groups.
| Parameter | |
|---|---|
| Name | Description |
var |
int|string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|