Send feedback
Class DeleteFeatureValuesRequest.SelectTimeRangeAndFeature (3.52.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 3.52.0 keyboard_arrow_down
public static final class DeleteFeatureValuesRequest . SelectTimeRangeAndFeature extends GeneratedMessageV3 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.v1beta1.DeleteFeatureValuesRequest.SelectTimeRangeAndFeature
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
public static final int FEATURE_SELECTOR_FIELD_NUMBER
Field Value
Type
Description
int
public static final int SKIP_ONLINE_STORAGE_DELETE_FIELD_NUMBER
Field Value
Type
Description
int
public static final int TIME_RANGE_FIELD_NUMBER
Field Value
Type
Description
int
Static Methods
public static DeleteFeatureValuesRequest . SelectTimeRangeAndFeature getDefaultInstance ()
public static final Descriptors . Descriptor getDescriptor ()
public static DeleteFeatureValuesRequest . SelectTimeRangeAndFeature . Builder newBuilder ()
public static DeleteFeatureValuesRequest . SelectTimeRangeAndFeature . Builder newBuilder ( DeleteFeatureValuesRequest . SelectTimeRangeAndFeature prototype )
public static DeleteFeatureValuesRequest . SelectTimeRangeAndFeature parseDelimitedFrom ( InputStream input )
public static DeleteFeatureValuesRequest . SelectTimeRangeAndFeature parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
public static DeleteFeatureValuesRequest . SelectTimeRangeAndFeature parseFrom ( byte [] data )
Parameter
Name
Description
data
byte []
public static DeleteFeatureValuesRequest . SelectTimeRangeAndFeature parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
public static DeleteFeatureValuesRequest . SelectTimeRangeAndFeature parseFrom ( ByteString data )
public static DeleteFeatureValuesRequest . SelectTimeRangeAndFeature parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static DeleteFeatureValuesRequest . SelectTimeRangeAndFeature parseFrom ( CodedInputStream input )
public static DeleteFeatureValuesRequest . SelectTimeRangeAndFeature parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static DeleteFeatureValuesRequest . SelectTimeRangeAndFeature parseFrom ( InputStream input )
public static DeleteFeatureValuesRequest . SelectTimeRangeAndFeature parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
public static DeleteFeatureValuesRequest . SelectTimeRangeAndFeature parseFrom ( ByteBuffer data )
public static DeleteFeatureValuesRequest . SelectTimeRangeAndFeature parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
public static Parser<DeleteFeatureValuesRequest . SelectTimeRangeAndFeature > parser ()
Methods
public boolean equals ( Object obj )
Parameter
Name
Description
obj
Object
Overrides
public DeleteFeatureValuesRequest . SelectTimeRangeAndFeature getDefaultInstanceForType ()
public FeatureSelector getFeatureSelector ()
Required. Selectors choosing which feature values to be deleted from the
EntityType.
.google.cloud.aiplatform.v1beta1.FeatureSelector feature_selector = 2 [(.google.api.field_behavior) = REQUIRED];
public FeatureSelectorOrBuilder getFeatureSelectorOrBuilder ()
Required. Selectors choosing which feature values to be deleted from the
EntityType.
.google.cloud.aiplatform.v1beta1.FeatureSelector feature_selector = 2 [(.google.api.field_behavior) = REQUIRED];
public Parser<DeleteFeatureValuesRequest . SelectTimeRangeAndFeature > getParserForType ()
Overrides
public int getSerializedSize ()
Returns
Type
Description
int
Overrides
public boolean getSkipOnlineStorageDelete ()
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.
bool skip_online_storage_delete = 3;
Returns
Type
Description
boolean
The skipOnlineStorageDelete.
public Interval getTimeRange ()
Required. Select feature generated within a half-inclusive time range.
The time range is lower inclusive and upper exclusive.
.google.type.Interval time_range = 1 [(.google.api.field_behavior) = REQUIRED];
Returns
Type
Description
com.google.type.Interval
The timeRange.
public IntervalOrBuilder getTimeRangeOrBuilder ()
Required. Select feature generated within a half-inclusive time range.
The time range is lower inclusive and upper exclusive.
.google.type.Interval time_range = 1 [(.google.api.field_behavior) = REQUIRED];
Returns
Type
Description
com.google.type.IntervalOrBuilder
public boolean hasFeatureSelector ()
Required. Selectors choosing which feature values to be deleted from the
EntityType.
.google.cloud.aiplatform.v1beta1.FeatureSelector feature_selector = 2 [(.google.api.field_behavior) = REQUIRED];
Returns
Type
Description
boolean
Whether the featureSelector field is set.
public boolean hasTimeRange ()
Required. Select feature generated within a half-inclusive time range.
The time range is lower inclusive and upper exclusive.
.google.type.Interval time_range = 1 [(.google.api.field_behavior) = REQUIRED];
Returns
Type
Description
boolean
Whether the timeRange field is set.
Returns
Type
Description
int
Overrides
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
public final boolean isInitialized ()
Overrides
public DeleteFeatureValuesRequest . SelectTimeRangeAndFeature . Builder newBuilderForType ()
protected DeleteFeatureValuesRequest . SelectTimeRangeAndFeature . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Returns
Type
Description
Object
Overrides
public DeleteFeatureValuesRequest . SelectTimeRangeAndFeature . Builder toBuilder ()
public void writeTo ( CodedOutputStream output )
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-27 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-27 UTC."],[],[]]