CodeInterpreterSummary¶
Structure Class¶
CodeInterpreterSummary
dataclass
¶
Contains summary information about a code interpreter. A code interpreter enables Amazon Bedrock AgentCore Agent to execute code.
Attributes¶
code_interpreter_arn
instance-attribute
¶
code_interpreter_arn: str
The Amazon Resource Name (ARN) of the code interpreter.
code_interpreter_id
instance-attribute
¶
code_interpreter_id: str
The unique identifier of the code interpreter.
created_at
instance-attribute
¶
created_at: datetime
The timestamp when the code interpreter was created.
description
class-attribute
instance-attribute
¶
description: str | None = field(repr=False, default=None)
The description of the code interpreter.
last_updated_at
class-attribute
instance-attribute
¶
last_updated_at: datetime | None = None
The timestamp when the code interpreter was last updated.
status
instance-attribute
¶
status: CodeInterpreterStatus
The current status of the code interpreter.