public sealed class FeatureViewDataKey.Types.CompositeKey : IMessage<FeatureViewDataKey.Types.CompositeKey>, IEquatable<FeatureViewDataKey.Types.CompositeKey>, IDeepCloneable<FeatureViewDataKey.Types.CompositeKey>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI v1beta1 API class FeatureViewDataKey.Types.CompositeKey.
ID that is comprised from several parts (columns).
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This document provides reference information for the `FeatureViewDataKey.Types.CompositeKey` class within the Vertex AI v1beta1 API."],["The `CompositeKey` class represents an ID that is constructed from multiple parts or columns, which are defined in the FeatureView."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, supporting various functionalities such as message handling, comparison, and cloning."],["It offers two constructors: a default constructor `CompositeKey()` and a copy constructor `CompositeKey(CompositeKey other)`."],["The `Parts` property, of type `RepeatedField\u003cstring\u003e`, is available for defining the individual components that make up the composite ID."]]],[]]