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

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

Methods

__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.

↳ data_key Google\Cloud\AIPlatform\V1\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
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

getDataKey

The data key associated with this response.

Will only be populated for FeatureOnlineStoreService.StreamingFetchFeatureValues RPCs.

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

hasDataKey

clearDataKey

setDataKey

The data key associated with this response.

Will only be populated for FeatureOnlineStoreService.StreamingFetchFeatureValues RPCs.

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

getFormat

Returns
Type Description
string