Uses of Interface
software.amazon.awssdk.services.bedrockagentruntime.model.PreProcessingParsedResponse.Builder
-
Packages that use PreProcessingParsedResponse.Builder Package Description software.amazon.awssdk.services.bedrockagentruntime.model -
-
Uses of PreProcessingParsedResponse.Builder in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return PreProcessingParsedResponse.Builder Modifier and Type Method Description static PreProcessingParsedResponse.BuilderPreProcessingParsedResponse. builder()PreProcessingParsedResponse.BuilderPreProcessingParsedResponse.Builder. isValid(Boolean isValid)Whether the user input is valid or not.PreProcessingParsedResponse.BuilderPreProcessingParsedResponse.Builder. rationale(String rationale)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.BuilderPreProcessingParsedResponse. toBuilder()Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type PreProcessingParsedResponse.Builder Modifier and Type Method Description static Class<? extends PreProcessingParsedResponse.Builder>PreProcessingParsedResponse. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagentruntime.model with type arguments of type PreProcessingParsedResponse.Builder Modifier and Type Method Description default PreProcessingModelInvocationOutput.BuilderPreProcessingModelInvocationOutput.Builder. parsedResponse(Consumer<PreProcessingParsedResponse.Builder> parsedResponse)Details about the response from the Lambda parsing of the output of the pre-processing step.
-