Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.GetInvocationStepRequest
-
Packages that use GetInvocationStepRequest Package Description software.amazon.awssdk.services.bedrockagentruntime Contains APIs related to model invocation and querying of knowledge bases.software.amazon.awssdk.services.bedrockagentruntime.transform -
-
Uses of GetInvocationStepRequest in software.amazon.awssdk.services.bedrockagentruntime
Methods in software.amazon.awssdk.services.bedrockagentruntime with parameters of type GetInvocationStepRequest Modifier and Type Method Description default CompletableFuture<GetInvocationStepResponse>BedrockAgentRuntimeAsyncClient. getInvocationStep(GetInvocationStepRequest 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. -
Uses of GetInvocationStepRequest in software.amazon.awssdk.services.bedrockagentruntime.transform
Methods in software.amazon.awssdk.services.bedrockagentruntime.transform with parameters of type GetInvocationStepRequest Modifier and Type Method Description SdkHttpFullRequestGetInvocationStepRequestMarshaller. marshall(GetInvocationStepRequest getInvocationStepRequest)
-