Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class FetchFeatureValuesRequest.
Request message for FeatureOnlineStoreService.FetchFeatureValues .
All the features under the requested feature view will be returned.
Generated from protobuf message google.cloud.aiplatform.v1.FetchFeatureValuesRequest
Namespace
Google \ Cloud \ AIPlatform \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ feature_view
string
Required. FeatureView resource format projects/{project}/locations/{location}/featureOnlineStores/{featureOnlineStore}/featureViews/{featureView}
↳ data_key
↳ data_format
getFeatureView
Required. FeatureView resource format projects/{project}/locations/{location}/featureOnlineStores/{featureOnlineStore}/featureViews/{featureView}
string
setFeatureView
Required. FeatureView resource format projects/{project}/locations/{location}/featureOnlineStores/{featureOnlineStore}/featureViews/{featureView}
var
string
$this
getDataKey
Optional. The request key to fetch feature values for.
hasDataKey
clearDataKey
setDataKey
Optional. The request key to fetch feature values for.
$this
getDataFormat
Optional. Response data format. If not set, FeatureViewDataFormat.KEY_VALUE will be used.
setDataFormat
Optional. Response data format. If not set, FeatureViewDataFormat.KEY_VALUE will be used.
$this
static::build
featureView
string
Required. FeatureView resource format projects/{project}/locations/{location}/featureOnlineStores/{featureOnlineStore}/featureViews/{featureView}
Please see FeatureOnlineStoreServiceClient::featureViewName()
for help formatting this field.
dataKey

