Class: Google::Cloud::AIPlatform::V1::FeatureViewDataKey
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::FeatureViewDataKey
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/feature_online_store_service.rb
Overview
Lookup key for a feature view.
Instance Attribute Summary collapse
-
#key ⇒ ::String
String key to use for lookup.
Instance Attribute Details
#key ⇒ ::String
28 29 30 31 |
# File 'proto_docs/google/cloud/aiplatform/v1/feature_online_store_service.rb', line 28 class FeatureViewDataKey include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |