Class: Google::Cloud::AIPlatform::V1::FetchFeatureValuesRequest
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::FetchFeatureValuesRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/feature_online_store_service.rb
Overview
Request message for FeatureOnlineStoreService.FetchFeatureValues. All the features under the requested feature view will be returned.
Instance Attribute Summary collapse
-
#data_format ⇒ ::Google::Cloud::AIPlatform::V1::FeatureViewDataFormat
Optional.
-
#data_key ⇒ ::Google::Cloud::AIPlatform::V1::FeatureViewDataKey
Optional.
-
#feature_view ⇒ ::String
Required.
Instance Attribute Details
#data_format ⇒ ::Google::Cloud::AIPlatform::V1::FeatureViewDataFormat
Returns Optional. Response data format. If not set, FeatureViewDataFormat.KEY_VALUE will be used.
62 63 64 65 |
# File 'proto_docs/google/cloud/aiplatform/v1/feature_online_store_service.rb', line 62 class FetchFeatureValuesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#data_key ⇒ ::Google::Cloud::AIPlatform::V1::FeatureViewDataKey
Returns Optional. The request key to fetch feature values for.
62 63 64 65 |
# File 'proto_docs/google/cloud/aiplatform/v1/feature_online_store_service.rb', line 62 class FetchFeatureValuesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#feature_view ⇒ ::String
Returns Required. FeatureView resource format
projects/{project}/locations/{location}/featureOnlineStores/{featureOnlineStore}/featureViews/{featureView}
.
62 63 64 65 |
# File 'proto_docs/google/cloud/aiplatform/v1/feature_online_store_service.rb', line 62 class FetchFeatureValuesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |