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

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

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月08日 UTC.