Class GoogleCloudAiplatformV1DeleteFeatureValuesResponseSelectTimeRangeAndFeature
Response message if the request uses the SelectTimeRangeAndFeature option.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1DeleteFeatureValuesResponseSelectTimeRangeAndFeature : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ImpactedFeatureCount
The count of the features or columns impacted. This is the same as the feature count in the request.
Declaration
[JsonProperty("impactedFeatureCount")]
public virtual long? ImpactedFeatureCount { get; set; }
Property Value
Type | Description |
---|---|
long? |
OfflineStorageModifiedEntityRowCount
The count of modified 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. Within each row, only the features specified in the request are deleted.
Declaration
[JsonProperty("offlineStorageModifiedEntityRowCount")]
public virtual long? OfflineStorageModifiedEntityRowCount { get; set; }
Property Value
Type | Description |
---|---|
long? |
OnlineStorageModifiedEntityCount
The count of modified entities in the online storage. Each entity ID corresponds to one entity. Within each entity, only the features specified in the request are deleted.
Declaration
[JsonProperty("onlineStorageModifiedEntityCount")]
public virtual long? OnlineStorageModifiedEntityCount { get; set; }
Property Value
Type | Description |
---|---|
long? |