Class DeleteFeatureValuesRequest.SelectTimeRangeAndFeature

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessage
com.google.cloud.aiplatform.v1.DeleteFeatureValuesRequest.SelectTimeRangeAndFeature
All Implemented Interfaces:
DeleteFeatureValuesRequest.SelectTimeRangeAndFeatureOrBuilder, com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable
Enclosing class:
DeleteFeatureValuesRequest

public static final class DeleteFeatureValuesRequest.SelectTimeRangeAndFeature extends com.google.protobuf.GeneratedMessage implements DeleteFeatureValuesRequest.SelectTimeRangeAndFeatureOrBuilder
 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.
 
Protobuf type google.cloud.aiplatform.v1.DeleteFeatureValuesRequest.SelectTimeRangeAndFeature
See Also: