Class: Google::Cloud::AIPlatform::V1::FeatureViewDataKey::CompositeKey

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/aiplatform/v1/feature_online_store_service.rb

Overview

ID that is comprised from several parts (columns).

Instance Attribute Summary collapse

Instance Attribute Details

#parts::Array<::String>

Returns Parts to construct Entity ID. Should match with the same ID columns as defined in FeatureView in the same order.

Returns:

  • (::Array<::String>)

    Parts to construct Entity ID. Should match with the same ID columns as defined in FeatureView in the same order.



41
42
43
44
# File 'proto_docs/google/cloud/aiplatform/v1/feature_online_store_service.rb', line 41

class CompositeKey
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end