public sealed class DeleteFeatureValuesResponse.Types.SelectEntity : IMessage<DeleteFeatureValuesResponse.Types.SelectEntity>, IEquatable<DeleteFeatureValuesResponse.Types.SelectEntity>, IDeepCloneable<DeleteFeatureValuesResponse.Types.SelectEntity>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI v1beta1 API class DeleteFeatureValuesResponse.Types.SelectEntity.
Response message if the request uses the SelectEntity option.
public long OfflineStorageDeletedEntityRowCount { get; set; }
The count of deleted entity rows in the offline storage.
Each row corresponds to the combination of an entity ID and a timestamp.
One entity ID can have multiple rows in the offline storage.
[[["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."],[[["The `DeleteFeatureValuesResponse.Types.SelectEntity` class is part of the Vertex AI v1beta1 API and is used to represent the response message when the request uses the SelectEntity option."],["This class inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, within the `Google.Cloud.AIPlatform.V1Beta1` namespace."],["The class has two constructors: a default constructor, `SelectEntity()`, and a copy constructor, `SelectEntity(SelectEntity other)`, which takes another `SelectEntity` object as a parameter."],["It includes two properties: `OfflineStorageDeletedEntityRowCount`, which is a long representing the number of deleted entity rows, and `OnlineStorageDeletedEntityCount`, which is a long indicating the number of deleted entities."],["The latest version available of the documentation corresponds to version `1.0.0-beta21` which contains the `DeleteFeatureValuesResponse.Types.SelectEntity` class."]]],[]]