Uses of Class
software.amazon.awssdk.services.bedrockruntime.model.StartAsyncInvokeResponse
-
Packages that use StartAsyncInvokeResponse Package Description software.amazon.awssdk.services.bedrockruntime Describes the API operations for running inference using Amazon Bedrock models. -
-
Uses of StartAsyncInvokeResponse in software.amazon.awssdk.services.bedrockruntime
Methods in software.amazon.awssdk.services.bedrockruntime that return StartAsyncInvokeResponse Modifier and Type Method Description default StartAsyncInvokeResponseBedrockRuntimeClient. startAsyncInvoke(Consumer<StartAsyncInvokeRequest.Builder> startAsyncInvokeRequest)Starts an asynchronous invocation.default StartAsyncInvokeResponseBedrockRuntimeClient. startAsyncInvoke(StartAsyncInvokeRequest startAsyncInvokeRequest)Starts an asynchronous invocation.Methods in software.amazon.awssdk.services.bedrockruntime that return types with arguments of type StartAsyncInvokeResponse Modifier and Type Method Description default CompletableFuture<StartAsyncInvokeResponse>BedrockRuntimeAsyncClient. startAsyncInvoke(Consumer<StartAsyncInvokeRequest.Builder> startAsyncInvokeRequest)Starts an asynchronous invocation.default CompletableFuture<StartAsyncInvokeResponse>BedrockRuntimeAsyncClient. startAsyncInvoke(StartAsyncInvokeRequest startAsyncInvokeRequest)Starts an asynchronous invocation.
-