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;
value?: GoogleCloudAiplatformV1FeatureValue;
}