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-04-09 UTC."],[[["This document provides reference information for the `DeleteFeatureValuesRequest.Types.SelectEntity` class within the Google Cloud AI Platform v1beta1 API."],["The `SelectEntity` class is used to define a message for selecting specific entities, and it is capable of deleting all feature values associated with a selected entity ID, including the ID itself."],["This class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` and inherits from the base `object` class."],["`SelectEntity` includes constructors for creating new instances and supports the `EntityIdSelector` property which is used to select the feature values of which entity id to delete from the EntityType."]]],[]]