Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.PutInvocationStepResponse
-
Packages that use PutInvocationStepResponse Package Description software.amazon.awssdk.services.bedrockagentruntime 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 PutInvocationStepResponse Modifier and Type Method Description default 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 PutInvocationStepResponse Modifier and Type Method Description default CompletableFuture<PutInvocationStepResponse>BedrockAgentRuntimeAsyncClient. putInvocationStep(Consumer<PutInvocationStepRequest.Builder> putInvocationStepRequest)Add an invocation step to an invocation in a session.default CompletableFuture<PutInvocationStepResponse>BedrockAgentRuntimeAsyncClient. putInvocationStep(PutInvocationStepRequest putInvocationStepRequest)Add an invocation step to an invocation in a session.
-