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

ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesReadOptions

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

Additional options for AIplatform#projectsLocationsTensorboardsExperimentsRunsTimeSeriesRead.

interface ProjectsLocationsTensorboardsExperimentsRunsTimeSeriesReadOptions {
filter?: string;
maxDataPoints?: number;
}

§Properties

§
filter?: string
[src]

Reads the TensorboardTimeSeries' data that match the filter expression.

§
maxDataPoints?: number
[src]

The maximum number of TensorboardTimeSeries' data to return. This value should be a positive integer. This value can be set to -1 to return all data.