Skip to content

Bedrock Agent Runtime  >  Structures  >  CodeInterpreterInvocationInput

CodeInterpreterInvocationInput

Structure Class

CodeInterpreterInvocationInput dataclass

Contains information about the code interpreter being invoked.

Attributes

code class-attribute instance-attribute
code: str | None = None

The code for the code interpreter to use.

files class-attribute instance-attribute
files: list[str] | None = None

Files that are uploaded for code interpreter to use.