ModelInvocationInput  
    The input for the post-processing step.
- The - typeis- POST_PROCESSING.
- The - textcontains the prompt.
- The - inferenceConfiguration,- parserMode, and- overrideLambdavalues 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.