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

GoogleCloudAiplatformV1WriteTensorboardRunDataRequest

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

Request message for TensorboardService.WriteTensorboardRunData.

interface GoogleCloudAiplatformV1WriteTensorboardRunDataRequest {
tensorboardRun?: string;
}

§Properties

§
tensorboardRun?: string
[src]

Required. The resource name of the TensorboardRun to write data to. Format: projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}

§

Required. The TensorboardTimeSeries data to write. Values with in a time series are indexed by their step value. Repeated writes to the same step will overwrite the existing value for that step. The upper limit of data points per write request is 5000.