Class GoogleCloudAiplatformV1beta1DeleteFeatureValuesRequestSelectTimeRangeAndFeature
Message to select time range and feature. Values of the selected feature generated within an inclusive time range will be deleted. Using this option permanently deletes the feature values from the specified feature IDs within the specified time range. This might include data from the online storage. If you want to retain any deleted historical data in the online storage, you must re-ingest it.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class GoogleCloudAiplatformV1beta1DeleteFeatureValuesRequestSelectTimeRangeAndFeature : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
FeatureSelector
Required. Selectors choosing which feature values to be deleted from the EntityType.
Declaration
[JsonProperty("featureSelector")]
public virtual GoogleCloudAiplatformV1beta1FeatureSelector FeatureSelector { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudAiplatformV1beta1FeatureSelector |
SkipOnlineStorageDelete
If set, data will not be deleted from online storage. When time range is older than the data in online storage, setting this to be true will make the deletion have no impact on online serving.
Declaration
[JsonProperty("skipOnlineStorageDelete")]
public virtual bool? SkipOnlineStorageDelete { get; set; }
Property Value
Type | Description |
---|---|
bool? |
TimeRange
Required. Select feature generated within a half-inclusive time range. The time range is lower inclusive and upper exclusive.
Declaration
[JsonProperty("timeRange")]
public virtual GoogleTypeInterval TimeRange { get; set; }
Property Value
Type | Description |
---|---|
GoogleTypeInterval |