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

GoogleCloudAiplatformV1FeatureViewSyncConfig

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

Configuration for Sync. Only one option is set.

interface GoogleCloudAiplatformV1FeatureViewSyncConfig {
cron?: string;
}

§Properties

§
cron?: string
[src]

Cron schedule (https://en.wikipedia.org/wiki/Cron) to launch scheduled runs. To explicitly set a timezone to the cron tab, apply a prefix in the cron tab: "CRON_TZ=${IANA_TIME_ZONE}" or "TZ=${IANA_TIME_ZONE}". The ${IANA_TIME_ZONE} may only be a valid string from IANA time zone database. For example, "CRON_TZ=America/New_York 1 * * * *", or "TZ=America/New_York 1 * * * *".