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

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

Lookup key for a feature view.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#composite_key

def composite_key() -> ::Google::Cloud::AIPlatform::V1::FeatureViewDataKey::CompositeKey
Returns
  • (::Google::Cloud::AIPlatform::V1::FeatureViewDataKey::CompositeKey) — The actual Entity ID will be composed from this struct. This should match with the way ID is defined in the FeatureView spec.

    Note: The following fields are mutually exclusive: composite_key, key. If a field in that set is populated, all other fields in the set will automatically be cleared.

#composite_key=

def composite_key=(value) -> ::Google::Cloud::AIPlatform::V1::FeatureViewDataKey::CompositeKey
Parameter
  • value (::Google::Cloud::AIPlatform::V1::FeatureViewDataKey::CompositeKey) — The actual Entity ID will be composed from this struct. This should match with the way ID is defined in the FeatureView spec.

    Note: The following fields are mutually exclusive: composite_key, key. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns
  • (::Google::Cloud::AIPlatform::V1::FeatureViewDataKey::CompositeKey) — The actual Entity ID will be composed from this struct. This should match with the way ID is defined in the FeatureView spec.

    Note: The following fields are mutually exclusive: composite_key, key. If a field in that set is populated, all other fields in the set will automatically be cleared.

#key

def key() -> ::String
Returns
  • (::String) — String key to use for lookup.

    Note: The following fields are mutually exclusive: key, composite_key. If a field in that set is populated, all other fields in the set will automatically be cleared.

#key=

def key=(value) -> ::String
Parameter
  • value (::String) — String key to use for lookup.

    Note: The following fields are mutually exclusive: key, composite_key. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns
  • (::String) — String key to use for lookup.

    Note: The following fields are mutually exclusive: key, composite_key. If a field in that set is populated, all other fields in the set will automatically be cleared.