Skip to content

Bedrock Agent Runtime  >  Unions  >  PostProcessingTrace

PostProcessingTrace

Union Type

PostProcessingTrace module-attribute

Details about the post-processing step, in which the agent shapes the response.

Union Member Types

PostProcessingTraceModelInvocationInput dataclass

The input for the post-processing step.

  • The type is POST_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

PostProcessingTraceModelInvocationOutput dataclass

The foundation model output from the post-processing step.

Attributes

value instance-attribute

PostProcessingTraceUnknown 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