ADK for TypeScript: API Reference
    Preparing search index...

    Interface AgentEngineSandboxCodeExecutorOptions

    Options for AgentEngineSandboxCodeExecutor.

    interface AgentEngineSandboxCodeExecutorOptions {
        agentEngineResourceName?: string;
        client?: Client;
        location?: string;
        projectId?: string;
        sandboxResourceName?: string;
    }

    Properties

    agentEngineResourceName?: string

    The resource name of the agent engine to use to create the code execution sandbox. Format: projects/123/locations/us-central1/reasoningEngines/456

    client?: Client

    Optional client instance to use. If not provided, a new one will be created. Primarily for testing.

    location?: string

    Location to use. If not provided, read from GOOGLE_CLOUD_LOCATION env var or default to 'us-central1'.

    projectId?: string

    Project ID to use. If not provided, read from GOOGLE_CLOUD_PROJECT env var.

    sandboxResourceName?: string

    If set, load the existing resource name of the code execution sandbox. Format: projects/123/locations/us-central1/reasoningEngines/456/sandboxEnvironments/789