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

GoogleCloudAiplatformV1ExportFeatureValuesRequestSnapshotExport

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

Describes exporting the latest Feature values of all entities of the EntityType between [start_time, snapshot_time].

interface GoogleCloudAiplatformV1ExportFeatureValuesRequestSnapshotExport {
snapshotTime?: Date;
startTime?: Date;
}

§Properties

§
snapshotTime?: Date
[src]

Exports Feature values as of this timestamp. If not set, retrieve values as of now. Timestamp, if present, must not have higher than millisecond precision.

§
startTime?: Date
[src]

Excludes Feature values with feature generation timestamp before this timestamp. If not set, retrieve oldest values kept in Feature Store. Timestamp, if present, must not have higher than millisecond precision.