GoogleCloudAiplatformV1DeleteFeatureValuesRequestSelectTimeRangeAndFeature class
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.
Constructors
- GoogleCloudAiplatformV1DeleteFeatureValuesRequestSelectTimeRangeAndFeature({GoogleCloudAiplatformV1FeatureSelector? featureSelector, bool? skipOnlineStorageDelete, GoogleTypeInterval? timeRange})
- GoogleCloudAiplatformV1DeleteFeatureValuesRequestSelectTimeRangeAndFeature.fromJson(Map json_)
Properties
- featureSelector ↔ GoogleCloudAiplatformV1FeatureSelector?
-
Selectors choosing which feature values to be deleted from the EntityType.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- skipOnlineStorageDelete ↔ bool?
-
If set, data will not be deleted from online storage.
getter/setter pair
- timeRange ↔ GoogleTypeInterval?
-
Select feature generated within a half-inclusive time range.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited