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

GoogleCloudAiplatformV1ImportFeatureValuesOperationMetadata

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

Details of operations that perform import Feature values.

interface GoogleCloudAiplatformV1ImportFeatureValuesOperationMetadata {
blockingOperationIds?: bigint[];
importedEntityCount?: bigint;
importedFeatureValueCount?: bigint;
invalidRowCount?: bigint;
sourceUris?: string[];
timestampOutsideRetentionRowsCount?: bigint;
}

§Properties

§
blockingOperationIds?: bigint[]
[src]

List of ImportFeatureValues operations running under a single EntityType that are blocking this operation.

§

Operation metadata for Featurestore import Feature values.

§
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).

§
sourceUris?: string[]
[src]

The source URI from where Feature values are imported.

§
timestampOutsideRetentionRowsCount?: bigint
[src]

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