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

GoogleCloudAiplatformV1TensorboardBlob

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

One blob (e.g, image, graph) viewable on a blob metric plot.

interface GoogleCloudAiplatformV1TensorboardBlob {
data?: Uint8Array;
readonly id?: string;
}

§Properties

§
data?: Uint8Array
[src]

Optional. The bytes of the blob is not present unless it's returned by the ReadTensorboardBlobData endpoint.

§
readonly id?: string
[src]

Output only. A URI safe key uniquely identifying a blob. Can be used to locate the blob stored in the Cloud Storage bucket of the consumer project.