View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1DeleteFeatureValuesRequestSelectTimeRangeAndFeature (google_api_ai_platform v0.13.0)
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.
Attributes
-
featureSelector
(type:GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1FeatureSelector.t
, default:nil
) - Required. Selectors choosing which feature values to be deleted from the EntityType. -
skipOnlineStorageDelete
(type:boolean()
, default:nil
) - 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. -
timeRange
(type:GoogleApi.AIPlatform.V1.Model.GoogleTypeInterval.t
, default:nil
) - Required. Select feature generated within a half-inclusive time range. The time range is lower inclusive and upper exclusive.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1DeleteFeatureValuesRequestSelectTimeRangeAndFeature{ featureSelector: GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1FeatureSelector.t() | nil, skipOnlineStorageDelete: boolean() | nil, timeRange: GoogleApi.AIPlatform.V1.Model.GoogleTypeInterval.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.