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

GoogleCloudAiplatformV1TensorboardTimeSeries

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

TensorboardTimeSeries maps to times series produced in training runs

interface GoogleCloudAiplatformV1TensorboardTimeSeries {
readonly createTime?: Date;
description?: string;
displayName?: string;
etag?: string;
readonly name?: string;
pluginData?: Uint8Array;
pluginName?: string;
readonly updateTime?: Date;
valueType?:
| "VALUE_TYPE_UNSPECIFIED"
| "SCALAR"
| "TENSOR"
| "BLOB_SEQUENCE";
}

§Properties

§
readonly createTime?: Date
[src]

Output only. Timestamp when this TensorboardTimeSeries was created.

§
description?: string
[src]

Description of this TensorboardTimeSeries.

§
displayName?: string
[src]

Required. User provided name of this TensorboardTimeSeries. This value should be unique among all TensorboardTimeSeries resources belonging to the same TensorboardRun resource (parent resource).

§
etag?: string
[src]

Used to perform a consistent read-modify-write updates. If not set, a blind "overwrite" update happens.

§

Output only. Scalar, Tensor, or Blob metadata for this TensorboardTimeSeries.

§
readonly name?: string
[src]

Output only. Name of the TensorboardTimeSeries.

§
pluginData?: Uint8Array
[src]

Data of the current plugin, with the size limited to 65KB.

§
pluginName?: string
[src]

Immutable. Name of the plugin this time series pertain to. Such as Scalar, Tensor, Blob

§
readonly updateTime?: Date
[src]

Output only. Timestamp when this TensorboardTimeSeries was last updated.

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

Required. Immutable. Type of TensorboardTimeSeries value.