Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class FetchFeatureValuesResponse.
Response message for FeatureOnlineStoreService.FetchFeatureValues
Generated from protobuf message google.cloud.aiplatform.v1.FetchFeatureValuesResponse
Namespace
Google \ Cloud \ AIPlatform \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ key_values |
FetchFeatureValuesResponse\FeatureNameValuePairList
Feature values in KeyValue format. |
↳ proto_struct |
Google\Protobuf\Struct
Feature values in proto Struct format. |
↳ data_key |
FeatureViewDataKey
The data key associated with this response. Will only be populated for FeatureOnlineStoreService.StreamingFetchFeatureValues RPCs. |
getKeyValues
Feature values in KeyValue format.
| Returns | |
|---|---|
| Type | Description |
FetchFeatureValuesResponse\FeatureNameValuePairList|null |
|
hasKeyValues
setKeyValues
Feature values in KeyValue format.
| Parameter | |
|---|---|
| Name | Description |
var |
FetchFeatureValuesResponse\FeatureNameValuePairList
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getProtoStruct
Feature values in proto Struct format.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Struct|null |
|
hasProtoStruct
setProtoStruct
Feature values in proto Struct format.
| Parameter | |
|---|---|
| Name | Description |
var |
Google\Protobuf\Struct
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getDataKey
The data key associated with this response.
Will only be populated for FeatureOnlineStoreService.StreamingFetchFeatureValues RPCs.
| Returns | |
|---|---|
| Type | Description |
FeatureViewDataKey|null |
|
hasDataKey
clearDataKey
setDataKey
The data key associated with this response.
Will only be populated for FeatureOnlineStoreService.StreamingFetchFeatureValues RPCs.
| Parameter | |
|---|---|
| Name | Description |
var |
FeatureViewDataKey
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getFormat
| Returns | |
|---|---|
| Type | Description |
string |
|