Full name: projects.locations.reasoningEngines.executeCode
Executes code statelessly.
Endpoint
posthttps://{service-endpoint}/v1beta1/{name}:executeCode
Where {service-endpoint} is one of the supported service endpoints.
Path parameters
namestring
Required. The resource name of the sandbox environment to execute. Format: projects/{project}/locations/{location}/reasoningEngines/{reasoningEngine}
Request body
The request body contains data with the following structure:
Required. The inputs used for the stateless code execution.
Response body
Response message for SandboxEnvironmentExecutionService.ExecuteCode.
If successful, the response body contains data with the following structure:
The outputs from the sandbox environment.
| JSON representation |
|---|
{
"outputs": [
{
object ( |