Skip to content

Bedrock Agent Runtime  >  Structures  >  OutputFile

OutputFile

Structure Class

OutputFile dataclass

Contains details of the response from code interpreter.

Attributes

bytes_ class-attribute instance-attribute
bytes_: bytes | None = field(repr=False, default=None)

The byte count of files that contains response from code interpreter.

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

The name of the file containing response from code interpreter.

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

The type of file that contains response from the code interpreter.