Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.GetInvocationStepResponse
Packages that use GetInvocationStepResponse
Package
Description
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 GetInvocationStepResponseModifier and TypeMethodDescriptiondefault 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 GetInvocationStepResponseModifier and TypeMethodDescriptionBedrockAgentRuntimeAsyncClient.getInvocationStep(Consumer<GetInvocationStepRequest.Builder> getInvocationStepRequest) Retrieves the details of a specific invocation step within an invocation in a session.BedrockAgentRuntimeAsyncClient.getInvocationStep(GetInvocationStepRequest getInvocationStepRequest) Retrieves the details of a specific invocation step within an invocation in a session.