ModelInvocationInput
The input for the post-processing step.
The
type
isPOST_PROCESSING
.The
text
contains the prompt.The
inferenceConfiguration
,parserMode
, andoverrideLambda
values are set in the PromptOverrideConfiguration object that was set when the agent was created or updated.
Inherited functions
Casts this PostProcessingTrace as a ModelInvocationInput and retrieves its aws.sdk.kotlin.services.bedrockagentruntime.model.ModelInvocationInput value. Throws an exception if the PostProcessingTrace is not a ModelInvocationInput.
Casts this PostProcessingTrace as a ModelInvocationInput and retrieves its aws.sdk.kotlin.services.bedrockagentruntime.model.ModelInvocationInput value. Returns null if the PostProcessingTrace is not a ModelInvocationInput.
Casts this PostProcessingTrace as a ModelInvocationOutput and retrieves its aws.sdk.kotlin.services.bedrockagentruntime.model.PostProcessingModelInvocationOutput value. Throws an exception if the PostProcessingTrace is not a ModelInvocationOutput.
Casts this PostProcessingTrace as a ModelInvocationOutput and retrieves its aws.sdk.kotlin.services.bedrockagentruntime.model.PostProcessingModelInvocationOutput value. Returns null if the PostProcessingTrace is not a ModelInvocationOutput.