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 summary information about a code interpreter. A code interpreter enables Amazon Bedrock AgentCore Agent to execute code.

Inheritance Hierarchy

System.Object
  Amazon.BedrockAgentCoreControl.Model.CodeInterpreterSummary

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

Syntax

C#
public class CodeInterpreterSummary

The CodeInterpreterSummary type exposes the following members

Constructors

NameDescription
Public Method CodeInterpreterSummary()

Properties

NameTypeDescription
Public Property CodeInterpreterArn System.String

Gets and sets the property CodeInterpreterArn.

The Amazon Resource Name (ARN) of the code interpreter.

Public Property CodeInterpreterId System.String

Gets and sets the property CodeInterpreterId.

The unique identifier of the code interpreter.

Public Property CreatedAt System.DateTime

Gets and sets the property CreatedAt.

The timestamp when the code interpreter was created.

Public Property Description System.String

Gets and sets the property Description.

The description of the code interpreter.

Public Property LastUpdatedAt System.DateTime

Gets and sets the property LastUpdatedAt.

The timestamp when the code interpreter was last updated.

Public Property Name System.String

Gets and sets the property Name.

The name of the code interpreter.

Public Property Status Amazon.BedrockAgentCoreControl.CodeInterpreterStatus

Gets and sets the property Status.

The current status of 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