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-03-25 UTC."],[[["This document provides reference information for the `FeatureViewDataKey.Types.CompositeKey` class within the Cloud AI Platform v1beta1 API."],["The `CompositeKey` class represents an ID comprised of multiple parts or columns and is sealed."],["The class inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`CompositeKey` instances can be created using either an empty constructor or one that copies an existing `CompositeKey` object."],["It contains a `Parts` property, which is a `RepeatedField` of strings that represents the constituent parts of the Entity ID."]]],[]]