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 |
Google\Cloud\AIPlatform\V1\FetchFeatureValuesResponse\FeatureNameValuePairList
Feature values in KeyValue format. |
↳ proto_struct |
Google\Protobuf\Struct
Feature values in proto Struct format. |
getKeyValues
Feature values in KeyValue format.
| Returns | |
|---|---|
| Type | Description |
Google\Cloud\AIPlatform\V1\FetchFeatureValuesResponse\FeatureNameValuePairList|null |
|
hasKeyValues
setKeyValues
Feature values in KeyValue format.
| Parameter | |
|---|---|
| Name | Description |
var |
Google\Cloud\AIPlatform\V1\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 |
|
getFormat
| Returns | |
|---|---|
| Type | Description |
string |
|