Google Cloud Ai Platform V1 Client - Class FetchFeatureValuesResponse (0.30.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
NameDescription
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
TypeDescription
Google\Cloud\AIPlatform\V1\FetchFeatureValuesResponse\FeatureNameValuePairList|null

hasKeyValues

setKeyValues

Feature values in KeyValue format.

Parameter
NameDescription
var Google\Cloud\AIPlatform\V1\FetchFeatureValuesResponse\FeatureNameValuePairList
Returns
TypeDescription
$this

getProtoStruct

Feature values in proto Struct format.

Returns
TypeDescription
Google\Protobuf\Struct|null

hasProtoStruct

setProtoStruct

Feature values in proto Struct format.

Parameter
NameDescription
var Google\Protobuf\Struct
Returns
TypeDescription
$this

getFormat

Returns
TypeDescription
string