Uses of Interface
software.amazon.awssdk.services.bedrockagentruntime.model.RawResponse.Builder
-
Packages that use RawResponse.Builder Package Description software.amazon.awssdk.services.bedrockagentruntime.model -
-
Uses of RawResponse.Builder in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return RawResponse.Builder Modifier and Type Method Description static RawResponse.BuilderRawResponse. builder()RawResponse.BuilderRawResponse.Builder. content(String content)The foundation model's raw output content.RawResponse.BuilderRawResponse. toBuilder()Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type RawResponse.Builder Modifier and Type Method Description static Class<? extends RawResponse.Builder>RawResponse. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagentruntime.model with type arguments of type RawResponse.Builder Modifier and Type Method Description default OrchestrationModelInvocationOutput.BuilderOrchestrationModelInvocationOutput.Builder. rawResponse(Consumer<RawResponse.Builder> rawResponse)Contains details of the raw response from the foundation model output.default PostProcessingModelInvocationOutput.BuilderPostProcessingModelInvocationOutput.Builder. rawResponse(Consumer<RawResponse.Builder> rawResponse)Details of the raw response from the foundation model output.default PreProcessingModelInvocationOutput.BuilderPreProcessingModelInvocationOutput.Builder. rawResponse(Consumer<RawResponse.Builder> rawResponse)Details of the raw response from the foundation model output.default RoutingClassifierModelInvocationOutput.BuilderRoutingClassifierModelInvocationOutput.Builder. rawResponse(Consumer<RawResponse.Builder> rawResponse)The invocation's raw response.
-