Class GoogleCloudAiplatformV1beta1DeleteFeatureValuesResponseSelectEntity
Response message if the request uses the SelectEntity option.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class GoogleCloudAiplatformV1beta1DeleteFeatureValuesResponseSelectEntity : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
OfflineStorageDeletedEntityRowCount
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.
Declaration
[JsonProperty("offlineStorageDeletedEntityRowCount")]
public virtual long? OfflineStorageDeletedEntityRowCount { get; set; }
Property Value
Type | Description |
---|---|
long? |
OnlineStorageDeletedEntityCount
The count of deleted entities in the online storage. Each entity ID corresponds to one entity.
Declaration
[JsonProperty("onlineStorageDeletedEntityCount")]
public virtual long? OnlineStorageDeletedEntityCount { get; set; }
Property Value
Type | Description |
---|---|
long? |