Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.GetInvocationStepResponse
-
Packages that use GetInvocationStepResponse Package Description software.amazon.awssdk.services.bedrockagentruntime Contains APIs related to model invocation and querying of knowledge bases. -
-
Uses of GetInvocationStepResponse in software.amazon.awssdk.services.bedrockagentruntime
Methods in software.amazon.awssdk.services.bedrockagentruntime that return GetInvocationStepResponse Modifier and Type Method Description default GetInvocationStepResponseBedrockAgentRuntimeClient. getInvocationStep(Consumer<GetInvocationStepRequest.Builder> getInvocationStepRequest)Retrieves the details of a specific invocation step within an invocation in a session.default GetInvocationStepResponseBedrockAgentRuntimeClient. getInvocationStep(GetInvocationStepRequest getInvocationStepRequest)Retrieves the details of a specific invocation step within an invocation in a session.Methods in software.amazon.awssdk.services.bedrockagentruntime that return types with arguments of type GetInvocationStepResponse Modifier and Type Method Description default CompletableFuture<GetInvocationStepResponse>BedrockAgentRuntimeAsyncClient. getInvocationStep(Consumer<GetInvocationStepRequest.Builder> getInvocationStepRequest)Retrieves the details of a specific invocation step within an invocation in a session.default CompletableFuture<GetInvocationStepResponse>BedrockAgentRuntimeAsyncClient. getInvocationStep(GetInvocationStepRequest getInvocationStepRequest)Retrieves the details of a specific invocation step within an invocation in a session.
-