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

GoogleCloudAiplatformV1CreateTensorboardTimeSeriesRequest

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

Request message for TensorboardService.CreateTensorboardTimeSeries.

interface GoogleCloudAiplatformV1CreateTensorboardTimeSeriesRequest {
parent?: string;
tensorboardTimeSeriesId?: string;
}

§Properties

§
parent?: string
[src]

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

§

Required. The TensorboardTimeSeries to create.

§
tensorboardTimeSeriesId?: string
[src]

Optional. The user specified unique ID to use for the TensorboardTimeSeries, which becomes the final component of the TensorboardTimeSeries's resource name. This value should match "a-z0-9{0, 127}"