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

GoogleCloudAiplatformV1ExecutableCode

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

Code generated by the model that is meant to be executed, and the result returned to the model. Generated when using the [CodeExecution] tool, in which the code will be automatically executed, and a corresponding [CodeExecutionResult] will also be generated.

interface GoogleCloudAiplatformV1ExecutableCode {
code?: string;
language?: "LANGUAGE_UNSPECIFIED" | "PYTHON";
}

§Properties

§
code?: string
[src]

Required. The code to be executed.

§
language?: "LANGUAGE_UNSPECIFIED" | "PYTHON"
[src]

Required. Programming language of the code.