PreProcessingModelInvocationOutput¶
Structure Class¶
PreProcessingModelInvocationOutput
dataclass
¶
The foundation model output from the pre-processing step.
Attributes¶
metadata
class-attribute
instance-attribute
¶
metadata: Metadata | None = field(repr=False, default=None)
Contains information about the foundation model output from the pre-processing step.
parsed_response
class-attribute
instance-attribute
¶
parsed_response: PreProcessingParsedResponse | None = field(repr=False, default=None)
Details about the response from the Lambda parsing of the output of the pre-processing step.
raw_response
class-attribute
instance-attribute
¶
raw_response: RawResponse | None = field(repr=False, default=None)
Details of the raw response from the foundation model output.
reasoning_content
class-attribute
instance-attribute
¶
reasoning_content: ReasoningContentBlock | None = field(repr=False, default=None)
Contains content about the reasoning that the model made during the pre-processing step.
trace_id
class-attribute
instance-attribute
¶
trace_id: str | None = None
The unique identifier of the trace.