Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.RawResponse
-
Packages that use RawResponse Package Description software.amazon.awssdk.services.bedrockagentruntime.model -
-
Uses of RawResponse in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return RawResponse Modifier and Type Method Description RawResponseOrchestrationModelInvocationOutput. rawResponse()Contains details of the raw response from the foundation model output.RawResponsePostProcessingModelInvocationOutput. rawResponse()Details of the raw response from the foundation model output.RawResponsePreProcessingModelInvocationOutput. rawResponse()Details of the raw response from the foundation model output.RawResponseRoutingClassifierModelInvocationOutput. rawResponse()The invocation's raw response.Methods in software.amazon.awssdk.services.bedrockagentruntime.model with parameters of type RawResponse Modifier and Type Method Description OrchestrationModelInvocationOutput.BuilderOrchestrationModelInvocationOutput.Builder. rawResponse(RawResponse rawResponse)Contains details of the raw response from the foundation model output.PostProcessingModelInvocationOutput.BuilderPostProcessingModelInvocationOutput.Builder. rawResponse(RawResponse rawResponse)Details of the raw response from the foundation model output.PreProcessingModelInvocationOutput.BuilderPreProcessingModelInvocationOutput.Builder. rawResponse(RawResponse rawResponse)Details of the raw response from the foundation model output.RoutingClassifierModelInvocationOutput.BuilderRoutingClassifierModelInvocationOutput.Builder. rawResponse(RawResponse rawResponse)The invocation's raw response.
-