Skip to content

Bedrock Agent Runtime  >  Unions  >  PreProcessingTrace

PreProcessingTrace

Union Type

PreProcessingTrace module-attribute

Details about the pre-processing step, in which the agent contextualizes and categorizes user inputs.

Union Member Types

PreProcessingTraceModelInvocationInput dataclass

The input for the pre-processing step.

  • The type is PRE_PROCESSING.

  • The text contains the prompt.

  • The inferenceConfiguration, parserMode, and overrideLambda values are set in the PromptOverrideConfiguration object that was set when the agent was created or updated.

Attributes

value instance-attribute

PreProcessingTraceModelInvocationOutput dataclass

The foundation model output from the pre-processing step.

Attributes

value instance-attribute

PreProcessingTraceUnknown dataclass

Represents an unknown variant.

If you receive this value, you will need to update your library to receive the parsed value.

This value may not be deliberately sent.

Attributes

tag instance-attribute
tag: str