AWS SDK Version 3 for .NET
API Reference

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.

Inheritance Hierarchy

System.Object
  Amazon.BedrockAgentRuntime.Model.CodeInterpreterInvocationOutput

Namespace: Amazon.BedrockAgentRuntime.Model
Assembly: AWSSDK.BedrockAgentRuntime.dll
Version: 3.x.y.z

Syntax

C#
public class CodeInterpreterInvocationOutput

The CodeInterpreterInvocationOutput type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property ExecutionError System.String

Gets and sets the property ExecutionError.

Contains the error returned from code execution.

Public Property ExecutionOutput System.String

Gets and sets the property ExecutionOutput.

Contains the successful output returned from code execution

Public Property ExecutionTimeout System.Boolean

Gets and sets the property ExecutionTimeout.

Indicates if the execution of the code timed out.

Public Property Files System.Collections.Generic.List<System.String>

Gets and sets the property Files.

Contains output files, if generated by code execution.

Public Property Metadata Amazon.BedrockAgentRuntime.Model.Metadata

Gets and sets the property Metadata.

Contains information about the output from the code interpreter.

Version Information

.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