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

GoogleCloudAiplatformV1FeatureViewSync

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

FeatureViewSync is a representation of sync operation which copies data from data source to Feature View in Online Store.

interface GoogleCloudAiplatformV1FeatureViewSync {
readonly createTime?: Date;
readonly finalStatus?: GoogleRpcStatus;
name?: string;
readonly runTime?: GoogleTypeInterval;
}

§Properties

§
readonly createTime?: Date
[src]

Output only. Time when this FeatureViewSync is created. Creation of a FeatureViewSync means that the job is pending / waiting for sufficient resources but may not have started the actual data transfer yet.

§
readonly finalStatus?: GoogleRpcStatus
[src]

Output only. Final status of the FeatureViewSync.

§
name?: string
[src]

Identifier. Name of the FeatureViewSync. Format: projects/{project}/locations/{location}/featureOnlineStores/{feature_online_store}/featureViews/{feature_view}/featureViewSyncs/{feature_view_sync}

§
readonly runTime?: GoogleTypeInterval
[src]

Output only. Time when this FeatureViewSync is finished.

§

Output only. Summary of the sync job.