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

GoogleCloudAiplatformV1DeleteFeatureValuesResponseSelectTimeRangeAndFeature

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

Response message if the request uses the SelectTimeRangeAndFeature option.

interface GoogleCloudAiplatformV1DeleteFeatureValuesResponseSelectTimeRangeAndFeature {
impactedFeatureCount?: bigint;
offlineStorageModifiedEntityRowCount?: bigint;
onlineStorageModifiedEntityCount?: bigint;
}

§Properties

§
impactedFeatureCount?: bigint
[src]

The count of the features or columns impacted. This is the same as the feature count in the request.

§
offlineStorageModifiedEntityRowCount?: bigint
[src]

The count of modified entity rows in the offline storage. Each row corresponds to the combination of an entity ID and a timestamp. One entity ID can have multiple rows in the offline storage. Within each row, only the features specified in the request are deleted.

§
onlineStorageModifiedEntityCount?: bigint
[src]

The count of modified entities in the online storage. Each entity ID corresponds to one entity. Within each entity, only the features specified in the request are deleted.