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

GoogleCloudAiplatformV1TimeSeriesData

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

All the data stored in a TensorboardTimeSeries.

interface GoogleCloudAiplatformV1TimeSeriesData {
tensorboardTimeSeriesId?: string;
valueType?:
| "VALUE_TYPE_UNSPECIFIED"
| "SCALAR"
| "TENSOR"
| "BLOB_SEQUENCE";
}

§Properties

§
tensorboardTimeSeriesId?: string
[src]

Required. The ID of the TensorboardTimeSeries, which will become the final component of the TensorboardTimeSeries' resource name

§

Required. Data points in this time series.

§
valueType?: "VALUE_TYPE_UNSPECIFIED" | "SCALAR" | "TENSOR" | "BLOB_SEQUENCE"
[src]

Required. Immutable. The value type of this time series. All the values in this time series data must match this value type.