Uses of Class
software.amazon.awssdk.services.bedrockruntime.model.GetAsyncInvokeResponse
Packages that use GetAsyncInvokeResponse
Package
Description
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 GetAsyncInvokeResponseModifier and TypeMethodDescriptiondefault 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 GetAsyncInvokeResponseModifier and TypeMethodDescriptiondefault 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.