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

GoogleCloudAiplatformV1CreateTensorboardRunRequest

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

Request message for TensorboardService.CreateTensorboardRun.

interface GoogleCloudAiplatformV1CreateTensorboardRunRequest {
parent?: string;
tensorboardRunId?: string;
}

§Properties

§
parent?: string
[src]

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

§

Required. The TensorboardRun to create.

§
tensorboardRunId?: string
[src]

Required. The ID to use for the Tensorboard run, which becomes the final component of the Tensorboard run's resource name. This value should be 1-128 characters, and valid characters are /a-z-/.