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

GoogleCloudAiplatformV1ImportFeatureValuesResponse

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

Response message for FeaturestoreService.ImportFeatureValues.

interface GoogleCloudAiplatformV1ImportFeatureValuesResponse {
importedEntityCount?: bigint;
importedFeatureValueCount?: bigint;
invalidRowCount?: bigint;
timestampOutsideRetentionRowsCount?: bigint;
}

§Properties

§
importedEntityCount?: bigint
[src]

Number of entities that have been imported by the operation.

§
importedFeatureValueCount?: bigint
[src]

Number of Feature values that have been imported by the operation.

§
invalidRowCount?: bigint
[src]

The number of rows in input source that weren't imported due to either * Not having any featureValues. * Having a null entityId. * Having a null timestamp. * Not being parsable (applicable for CSV sources).

§
timestampOutsideRetentionRowsCount?: bigint
[src]

The number rows that weren't ingested due to having feature timestamps outside the retention boundary.