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

ProjectsLocationsTensorboardsBatchReadOptions

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

Additional options for AIplatform#projectsLocationsTensorboardsBatchRead.

interface ProjectsLocationsTensorboardsBatchReadOptions {
timeSeries?: string;
}

§Properties

§
timeSeries?: string
[src]

Required. The resource names of the TensorboardTimeSeries to read data from. Format: projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}/timeSeries/{time_series}