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

GoogleCloudAiplatformV1ReadTensorboardUsageResponsePerUserUsageData

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

Per user usage data.

interface GoogleCloudAiplatformV1ReadTensorboardUsageResponsePerUserUsageData {
username?: string;
viewCount?: bigint;
}

§Properties

§
username?: string
[src]

User's username

§
viewCount?: bigint
[src]

Number of times the user has read data within the Tensorboard.