Uses of Class
software.amazon.awssdk.services.bedrockruntime.model.StartAsyncInvokeResponse
Packages that use StartAsyncInvokeResponse
Package
Description
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 StartAsyncInvokeResponseModifier and TypeMethodDescriptiondefault 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 StartAsyncInvokeResponseModifier and TypeMethodDescriptionBedrockRuntimeAsyncClient.startAsyncInvoke(Consumer<StartAsyncInvokeRequest.Builder> startAsyncInvokeRequest) Starts an asynchronous invocation.BedrockRuntimeAsyncClient.startAsyncInvoke(StartAsyncInvokeRequest startAsyncInvokeRequest) Starts an asynchronous invocation.