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

GoogleCloudAiplatformV1DoubleArray

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

A list of double values.

interface GoogleCloudAiplatformV1DoubleArray {
values?: number[];
}

§Properties

§
values?: number[]
[src]

A list of double values.