Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.RawResponse
Packages that use RawResponse
-
Uses of RawResponse in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return RawResponseModifier and TypeMethodDescriptionfinal RawResponseOrchestrationModelInvocationOutput.rawResponse()Contains details of the raw response from the foundation model output.final RawResponsePostProcessingModelInvocationOutput.rawResponse()Details of the raw response from the foundation model output.final RawResponsePreProcessingModelInvocationOutput.rawResponse()Details of the raw response from the foundation model output.final RawResponseRoutingClassifierModelInvocationOutput.rawResponse()The invocation's raw response.Methods in software.amazon.awssdk.services.bedrockagentruntime.model with parameters of type RawResponseModifier and TypeMethodDescriptionOrchestrationModelInvocationOutput.Builder.rawResponse(RawResponse rawResponse) Contains details of the raw response from the foundation model output.PostProcessingModelInvocationOutput.Builder.rawResponse(RawResponse rawResponse) Details of the raw response from the foundation model output.PreProcessingModelInvocationOutput.Builder.rawResponse(RawResponse rawResponse) Details of the raw response from the foundation model output.RoutingClassifierModelInvocationOutput.Builder.rawResponse(RawResponse rawResponse) The invocation's raw response.