Uses of Class
software.amazon.awssdk.services.bedrockruntime.model.GetAsyncInvokeResponse
-
Packages that use GetAsyncInvokeResponse Package Description software.amazon.awssdk.services.bedrockruntime Describes the API operations for running inference using Amazon Bedrock models. -
-
Uses of GetAsyncInvokeResponse in software.amazon.awssdk.services.bedrockruntime
Methods in software.amazon.awssdk.services.bedrockruntime that return GetAsyncInvokeResponse Modifier and Type Method Description default GetAsyncInvokeResponseBedrockRuntimeClient. getAsyncInvoke(Consumer<GetAsyncInvokeRequest.Builder> getAsyncInvokeRequest)Retrieve information about an asynchronous invocation.default GetAsyncInvokeResponseBedrockRuntimeClient. getAsyncInvoke(GetAsyncInvokeRequest getAsyncInvokeRequest)Retrieve information about an asynchronous invocation.Methods in software.amazon.awssdk.services.bedrockruntime that return types with arguments of type GetAsyncInvokeResponse Modifier and Type Method Description default CompletableFuture<GetAsyncInvokeResponse>BedrockRuntimeAsyncClient. getAsyncInvoke(Consumer<GetAsyncInvokeRequest.Builder> getAsyncInvokeRequest)Retrieve information about an asynchronous invocation.default CompletableFuture<GetAsyncInvokeResponse>BedrockRuntimeAsyncClient. getAsyncInvoke(GetAsyncInvokeRequest getAsyncInvokeRequest)Retrieve information about an asynchronous invocation.
-