Show / Hide Table of Contents

Class GoogleCloudAiplatformV1DeleteFeatureValuesRequestSelectTimeRangeAndFeature

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.

Inheritance
object
GoogleCloudAiplatformV1DeleteFeatureValuesRequestSelectTimeRangeAndFeature
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1DeleteFeatureValuesRequestSelectTimeRangeAndFeature : 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 GoogleCloudAiplatformV1FeatureSelector FeatureSelector { get; set; }
Property Value
Type Description
GoogleCloudAiplatformV1FeatureSelector

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX