Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.PutInvocationStepRequest
-
Packages that use PutInvocationStepRequest 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 PutInvocationStepRequest in software.amazon.awssdk.services.bedrockagentruntime
Methods in software.amazon.awssdk.services.bedrockagentruntime with parameters of type PutInvocationStepRequest Modifier and Type Method Description default CompletableFuture<PutInvocationStepResponse>BedrockAgentRuntimeAsyncClient. putInvocationStep(PutInvocationStepRequest 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. -
Uses of PutInvocationStepRequest in software.amazon.awssdk.services.bedrockagentruntime.transform
Methods in software.amazon.awssdk.services.bedrockagentruntime.transform with parameters of type PutInvocationStepRequest Modifier and Type Method Description SdkHttpFullRequestPutInvocationStepRequestMarshaller. marshall(PutInvocationStepRequest putInvocationStepRequest)
-