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

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

Lookup key for a feature view.

Generated from protobuf message google.cloud.aiplatform.v1.FeatureViewDataKey

Namespace

Google \ Cloud \ AIPlatform \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ key string

String key to use for lookup.

↳ composite_key Google\Cloud\AIPlatform\V1\FeatureViewDataKey\CompositeKey

The actual Entity ID will be composed from this struct. This should match with the way ID is defined in the FeatureView spec.

getKey

String key to use for lookup.

Returns
Type Description
string

hasKey

setKey

String key to use for lookup.

Parameter
Name Description
var string
Returns
Type Description
$this

getCompositeKey

The actual Entity ID will be composed from this struct. This should match with the way ID is defined in the FeatureView spec.

Returns
Type Description
Google\Cloud\AIPlatform\V1\FeatureViewDataKey\CompositeKey|null

hasCompositeKey

setCompositeKey

The actual Entity ID will be composed from this struct. This should match with the way ID is defined in the FeatureView spec.

Parameter
Name Description
var Google\Cloud\AIPlatform\V1\FeatureViewDataKey\CompositeKey
Returns
Type Description
$this

getKeyOneof

Returns
Type Description
string