Vertex AI V1 API - Class Google::Cloud::AIPlatform::V1::FetchFeatureValuesRequest (v0.39.0)

Reference documentation and code samples for the Vertex AI V1 API class Google::Cloud::AIPlatform::V1::FetchFeatureValuesRequest.

Request message for FeatureOnlineStoreService.FetchFeatureValues. All the features under the requested feature view will be returned.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#data_format

def data_format() -> ::Google::Cloud::AIPlatform::V1::FeatureViewDataFormat
Returns

#data_format=

def data_format=(value) -> ::Google::Cloud::AIPlatform::V1::FeatureViewDataFormat
Parameter
Returns

#data_key

def data_key() -> ::Google::Cloud::AIPlatform::V1::FeatureViewDataKey
Returns

#data_key=

def data_key=(value) -> ::Google::Cloud::AIPlatform::V1::FeatureViewDataKey
Parameter
Returns

#feature_view

def feature_view() -> ::String
Returns
  • (::String) — Required. FeatureView resource format projects/{project}/locations/{location}/featureOnlineStores/{featureOnlineStore}/featureViews/{featureView}

#feature_view=

def feature_view=(value) -> ::String
Parameter
  • value (::String) — Required. FeatureView resource format projects/{project}/locations/{location}/featureOnlineStores/{featureOnlineStore}/featureViews/{featureView}
Returns
  • (::String) — Required. FeatureView resource format projects/{project}/locations/{location}/featureOnlineStores/{featureOnlineStore}/featureViews/{featureView}