AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Contains the JSON-formatted string returned by the API invoked by the code interpreter.
Namespace: Amazon.BedrockAgentRuntime.Model
Assembly: AWSSDK.BedrockAgentRuntime.dll
Version: 3.x.y.z
public class CodeInterpreterInvocationOutput
The CodeInterpreterInvocationOutput type exposes the following members
| Name | Description | |
|---|---|---|
|
CodeInterpreterInvocationOutput() |
| Name | Type | Description | |
|---|---|---|---|
|
ExecutionError | System.String |
Gets and sets the property ExecutionError. Contains the error returned from code execution. |
|
ExecutionOutput | System.String |
Gets and sets the property ExecutionOutput. Contains the successful output returned from code execution |
|
ExecutionTimeout | System.Boolean |
Gets and sets the property ExecutionTimeout. Indicates if the execution of the code timed out. |
|
Files | System.Collections.Generic.List<System.String> |
Gets and sets the property Files. Contains output files, if generated by code execution. |
|
Metadata | Amazon.BedrockAgentRuntime.Model.Metadata |
Gets and sets the property Metadata. Contains information about the output from the code interpreter. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5