Vertex AI V1 API - Class Google::Cloud::AIPlatform::V1::FeatureViewDataKey::CompositeKey (v0.38.0)

Reference documentation and code samples for the Vertex AI V1 API class Google::Cloud::AIPlatform::V1::FeatureViewDataKey::CompositeKey.

ID that is comprised from several parts (columns).

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#parts

def parts() -> ::Array<::String>
Returns
  • (::Array<::String>) — Parts to construct Entity ID. Should match with the same ID columns as defined in FeatureView in the same order.

#parts=

def parts=(value) -> ::Array<::String>
Parameter
  • value (::Array<::String>) — 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.