GoogleCloudAiplatformV1StructValue
import type { GoogleCloudAiplatformV1StructValue } from "https://googleapis.deno.dev/v1/aiplatform:v1.ts";
Struct (or object) type feature value.
interface GoogleCloudAiplatformV1StructValue {
values?: GoogleCloudAiplatformV1StructFieldValue[];
}§Properties
§
values?: GoogleCloudAiplatformV1StructFieldValue[]
[src]A list of field values.