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 Cloud AI Platform 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-04-09 UTC."],[[["This document provides reference documentation for the `FeatureViewDataKey.Types.CompositeKey` class within the Google Cloud AI Platform v1beta1 API."],["The `CompositeKey` class represents an ID composed of multiple parts or columns."],["It inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers constructors for creating instances, either empty or by copying from another `CompositeKey` object."],["The `Parts` property, a `RepeatedField\u003cstring\u003e`, stores the individual parts used to construct the Entity ID, aligning with the order of ID columns in the associated FeatureView."]]],[]]