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

GoogleCloudAiplatformV1Value

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

Value is the value of the field.

interface GoogleCloudAiplatformV1Value {
doubleValue?: number;
intValue?: bigint;
stringValue?: string;
}

§Properties

§
doubleValue?: number
[src]

A double value.

§
intValue?: bigint
[src]

An integer value.

§
stringValue?: string
[src]

A string value.