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

GoogleCloudAiplatformV1TimeSeriesDataPoint

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

A TensorboardTimeSeries data point.

interface GoogleCloudAiplatformV1TimeSeriesDataPoint {
step?: bigint;
wallTime?: Date;
}

§Properties

§

A scalar value.

§
step?: bigint
[src]

Step index of this data point within the run.

§
wallTime?: Date
[src]

Wall clock timestamp when this data point is generated by the end user.