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

GoogleCloudAiplatformV1ModelEvaluationSliceSliceSliceSpecValue

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

Single value that supports strings and floats.

interface GoogleCloudAiplatformV1ModelEvaluationSliceSliceSliceSpecValue {
floatValue?: number;
stringValue?: string;
}

§Properties

§
floatValue?: number
[src]

Float type.

§
stringValue?: string
[src]

String type.