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

GoogleCloudAiplatformV1ExportFeatureValuesRequestFullExport

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

Describes exporting all historical Feature values of all entities of the EntityType between [start_time, end_time].

interface GoogleCloudAiplatformV1ExportFeatureValuesRequestFullExport {
endTime?: Date;
startTime?: Date;
}

§Properties

§
endTime?: 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.