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

GoogleCloudAiplatformV1NearestNeighborSearchOperationMetadataContentValidationStats

import type { GoogleCloudAiplatformV1NearestNeighborSearchOperationMetadataContentValidationStats } from "https://googleapis.deno.dev/v1/aiplatform:v1.ts";
interface GoogleCloudAiplatformV1NearestNeighborSearchOperationMetadataContentValidationStats {
invalidRecordCount?: bigint;
invalidSparseRecordCount?: bigint;
sourceGcsUri?: string;
validRecordCount?: bigint;
validSparseRecordCount?: bigint;
}

§Properties

§
invalidRecordCount?: bigint
[src]

Number of records in this file we skipped due to validate errors.

§
invalidSparseRecordCount?: bigint
[src]

Number of sparse records in this file we skipped due to validate errors.

§

The detail information of the partial failures encountered for those invalid records that couldn't be parsed. Up to 50 partial errors will be reported.

§
sourceGcsUri?: string
[src]

Cloud Storage URI pointing to the original file in user's bucket.

§
validRecordCount?: bigint
[src]

Number of records in this file that were successfully processed.

§
validSparseRecordCount?: bigint
[src]

Number of sparse records in this file that were successfully processed.