Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GoogleCloudAiplatformV1DeleteFeatureValuesRequestSelectTimeRangeAndFeature

import type { GoogleCloudAiplatformV1DeleteFeatureValuesRequestSelectTimeRangeAndFeature } from "https://googleapis.deno.dev/v1/aiplatform:v1.ts";

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.

interface GoogleCloudAiplatformV1DeleteFeatureValuesRequestSelectTimeRangeAndFeature {
skipOnlineStorageDelete?: boolean;
timeRange?: GoogleTypeInterval;
}

§Properties

§

Required. Selectors choosing which feature values to be deleted from the EntityType.

§
skipOnlineStorageDelete?: boolean
[src]

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.

§

Required. Select feature generated within a half-inclusive time range. The time range is lower inclusive and upper exclusive.