Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.PutInvocationStepResponse
Packages that use PutInvocationStepResponse
Package
Description
Contains APIs related to model invocation and querying of knowledge bases.
-
Uses of PutInvocationStepResponse in software.amazon.awssdk.services.bedrockagentruntime
Methods in software.amazon.awssdk.services.bedrockagentruntime that return PutInvocationStepResponseModifier and TypeMethodDescriptiondefault PutInvocationStepResponseBedrockAgentRuntimeClient.putInvocationStep(Consumer<PutInvocationStepRequest.Builder> putInvocationStepRequest) Add an invocation step to an invocation in a session.default PutInvocationStepResponseBedrockAgentRuntimeClient.putInvocationStep(PutInvocationStepRequest putInvocationStepRequest) Add an invocation step to an invocation in a session.Methods in software.amazon.awssdk.services.bedrockagentruntime that return types with arguments of type PutInvocationStepResponseModifier and TypeMethodDescriptionBedrockAgentRuntimeAsyncClient.putInvocationStep(Consumer<PutInvocationStepRequest.Builder> putInvocationStepRequest) Add an invocation step to an invocation in a session.BedrockAgentRuntimeAsyncClient.putInvocationStep(PutInvocationStepRequest putInvocationStepRequest) Add an invocation step to an invocation in a session.