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

ProjectsLocationsFeatureOnlineStoresFeatureViewsCreateOptions

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

Additional options for AIplatform#projectsLocationsFeatureOnlineStoresFeatureViewsCreate.

interface ProjectsLocationsFeatureOnlineStoresFeatureViewsCreateOptions {
featureViewId?: string;
runSyncImmediately?: boolean;
}

§Properties

§
featureViewId?: string
[src]

Required. The ID to use for the FeatureView, which will become the final component of the FeatureView's resource name. This value may be up to 60 characters, and valid characters are [a-z0-9_]. The first character cannot be a number. The value must be unique within a FeatureOnlineStore.

§
runSyncImmediately?: boolean
[src]

Immutable. If set to true, one on demand sync will be run immediately, regardless whether the FeatureView.sync_config is configured or not.