Datalayer VS Code Extension - v0.0.9
    Preparing search index...

    Variable selectKernelParamsSchemaConst

    selectKernelParamsSchema: ZodObject<
        {
            autoStart: ZodDefault<ZodOptional<ZodBoolean>>;
            durationMinutes: ZodOptional<ZodNumber>;
            environmentType: ZodOptional<ZodEnum<{ CPU: "CPU"; GPU: "GPU" }>>;
            kernelId: ZodString;
        },
        $strip,
    > = ...

    Schema for selectKernel operation Selects and connects a kernel to the active document (notebook or lexical)