Google Cloud Ai Platform V1 Client - Class FeatureRegistrySource (0.37.1)

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 \ FeatureView

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ feature_groups array<Google\Cloud\AIPlatform\V1\FeatureView\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\Internal\RepeatedField

setFeatureGroups

Required. List of features that need to be synced to Online Store.

Parameter
Name Description
var array<Google\Cloud\AIPlatform\V1\FeatureView\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