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 Cloud AI Platform v1beta1 API class DeleteFeatureValuesResponse.Types.SelectEntity.
Response message if the request uses the SelectEntity option.
Implements
IMessageDeleteFeatureValuesResponseTypesSelectEntity, IEquatableDeleteFeatureValuesResponseTypesSelectEntity, IDeepCloneableDeleteFeatureValuesResponseTypesSelectEntity, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
SelectEntity()
public SelectEntity()
SelectEntity(SelectEntity)
public SelectEntity(DeleteFeatureValuesResponse.Types.SelectEntity other)
Parameter | |
---|---|
Name | Description |
other |
DeleteFeatureValuesResponseTypesSelectEntity |
Properties
OfflineStorageDeletedEntityRowCount
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.
Property Value | |
---|---|
Type | Description |
long |
OnlineStorageDeletedEntityCount
public long OnlineStorageDeletedEntityCount { get; set; }
The count of deleted entities in the online storage. Each entity ID corresponds to one entity.
Property Value | |
---|---|
Type | Description |
long |