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 Vertex AI 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-21 UTC."],[[["This document provides reference information for the `DeleteFeatureValuesRequest.Types.SelectEntity` class within the Vertex AI v1beta1 API."],["The `SelectEntity` class is used to specify which entity's feature values should be deleted, including the entity ID itself."],["It implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, among others, indicating its role in managing message structures."],["The class has two constructors: a default one and one that takes another `SelectEntity` object as a parameter for cloning."],["The `EntityIdSelector` property is a required field that lets you choose the entity ID from the entity type that is to be deleted."]]],[]]