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
Returns The actual Entity ID will be composed from this struct. This should match with the way ID is defined in the FeatureView spec.
32 33 34 35 36 37 38 39 40 41 42 43 44 45 |
# File 'proto_docs/google/cloud/aiplatform/v1/feature_online_store_service.rb', line 32 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
Returns String key to use for lookup.
32 33 34 35 36 37 38 39 40 41 42 43 44 45 |
# File 'proto_docs/google/cloud/aiplatform/v1/feature_online_store_service.rb', line 32 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 |