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.
Defined Under Namespace
Classes: CompositeKey
Instance Attribute Summary collapse
-
#composite_key ⇒ ::Google::Cloud::AIPlatform::V1::FeatureViewDataKey::CompositeKey
The actual Entity ID will be composed from this struct.
-
#key ⇒ ::String
String key to use for lookup.
Instance Attribute Details
#composite_key ⇒ ::Google::Cloud::AIPlatform::V1::FeatureViewDataKey::CompositeKey
36 37 38 39 40 41 42 43 44 45 46 47 48 49 |
# File 'proto_docs/google/cloud/aiplatform/v1/feature_online_store_service.rb', line 36 class FeatureViewDataKey include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # ID that is comprised from several parts (columns). # @!attribute [rw] parts # @return [::Array<::String>] # Parts to construct Entity ID. Should match with the same ID columns as # defined in FeatureView in the same order. class CompositeKey include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#key ⇒ ::String
36 37 38 39 40 41 42 43 44 45 46 47 48 49 |
# File 'proto_docs/google/cloud/aiplatform/v1/feature_online_store_service.rb', line 36 class FeatureViewDataKey include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # ID that is comprised from several parts (columns). # @!attribute [rw] parts # @return [::Array<::String>] # Parts to construct Entity ID. Should match with the same ID columns as # defined in FeatureView in the same order. class CompositeKey include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |