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

GoogleCloudAiplatformV1DeleteFeatureValuesResponseSelectEntity

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

Response message if the request uses the SelectEntity option.

interface GoogleCloudAiplatformV1DeleteFeatureValuesResponseSelectEntity {
offlineStorageDeletedEntityRowCount?: bigint;
onlineStorageDeletedEntityCount?: bigint;
}

§Properties

§
offlineStorageDeletedEntityRowCount?: bigint
[src]

The count of deleted 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.

§
onlineStorageDeletedEntityCount?: bigint
[src]

The count of deleted entities in the online storage. Each entity ID corresponds to one entity.