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

GoogleCloudAiplatformV1FeatureViewSyncSyncSummary

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

Summary from the Sync job. For continuous syncs, the summary is updated periodically. For batch syncs, it gets updated on completion of the sync.

interface GoogleCloudAiplatformV1FeatureViewSyncSyncSummary {
readonly rowSynced?: bigint;
readonly totalSlot?: bigint;
}

§Properties

§
readonly rowSynced?: bigint
[src]

Output only. Total number of rows synced.

§
readonly totalSlot?: bigint
[src]

Output only. BigQuery slot milliseconds consumed for the sync job.