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

GoogleCloudAiplatformV1TensorboardTimeSeriesMetadata

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

Describes metadata for a TensorboardTimeSeries.

interface GoogleCloudAiplatformV1TensorboardTimeSeriesMetadata {
readonly maxBlobSequenceLength?: bigint;
readonly maxStep?: bigint;
readonly maxWallTime?: Date;
}

§Properties

§
readonly maxBlobSequenceLength?: bigint
[src]

Output only. The largest blob sequence length (number of blobs) of all data points in this time series, if its ValueType is BLOB_SEQUENCE.

§
readonly maxStep?: bigint
[src]

Output only. Max step index of all data points within a TensorboardTimeSeries.

§
readonly maxWallTime?: Date
[src]

Output only. Max wall clock timestamp of all data points within a TensorboardTimeSeries.