Uses of Interface
software.amazon.awssdk.services.bedrockagentruntime.model.PreProcessingParsedResponse.Builder
Packages that use PreProcessingParsedResponse.Builder
-
Uses of PreProcessingParsedResponse.Builder in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return PreProcessingParsedResponse.BuilderModifier and TypeMethodDescriptionPreProcessingParsedResponse.builder()Whether the user input is valid or not.The text returned by the parsing of the pre-processing step, explaining the steps that the agent plans to take in orchestration, if the user input is valid.PreProcessingParsedResponse.toBuilder()Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type PreProcessingParsedResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends PreProcessingParsedResponse.Builder>PreProcessingParsedResponse.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagentruntime.model with type arguments of type PreProcessingParsedResponse.BuilderModifier and TypeMethodDescriptionPreProcessingModelInvocationOutput.Builder.parsedResponse(Consumer<PreProcessingParsedResponse.Builder> parsedResponse) Details about the response from the Lambda parsing of the output of the pre-processing step.