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)