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

GoogleCloudAiplatformV1StructFieldValue

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

One field of a Struct (or object) type feature value.

interface GoogleCloudAiplatformV1StructFieldValue {
name?: string;
}

§Properties

§
name?: string
[src]

Name of the field in the struct feature.

§

The value for this field.