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
-
(::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
-
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.
-
(::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
-
(::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
-
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.
-
(::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.