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 \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ key |
string
String key to use for lookup. |
↳ composite_key |
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 |
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 |
FeatureViewDataKey\CompositeKey
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getKeyOneof
| Returns | |
|---|---|
| Type | Description |
string |
|