public sealed class DeleteFeatureValuesRequest.Types.SelectEntity : IMessage<DeleteFeatureValuesRequest.Types.SelectEntity>, IEquatable<DeleteFeatureValuesRequest.Types.SelectEntity>, IDeepCloneable<DeleteFeatureValuesRequest.Types.SelectEntity>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class DeleteFeatureValuesRequest.Types.SelectEntity.
Message to select entity.
If an entity id is selected, all the feature values corresponding to the
entity id will be deleted, including the entityId.
[[["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 `DeleteFeatureValuesRequest.Types.SelectEntity` class within the Cloud AI Platform v1beta1 API."],["The `SelectEntity` class is used to specify the entity from which feature values should be deleted, and will delete all corresponding feature values if an entity ID is selected."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes constructors for creating new instances, either default or by cloning another `SelectEntity` instance."],["The `EntityIdSelector` property allows the selection of specific entity IDs whose feature values will be targeted for deletion."]]],[]]