GoogleCloudAiplatformV1PartialArg
import type { GoogleCloudAiplatformV1PartialArg } from "https://googleapis.deno.dev/v1/aiplatform:v1.ts";Partial argument value of the function call.
interface GoogleCloudAiplatformV1PartialArg {
boolValue?: boolean;
jsonPath?: string;
nullValue?: "NULL_VALUE";
numberValue?: number;
stringValue?: string;
willContinue?: boolean;
}§Properties
§
jsonPath?: string
[src]Required. A JSON Path (RFC 9535) to the argument being streamed. https://datatracker.ietf.org/doc/html/rfc9535. e.g. "$.foo.bar[0].data".