Uses of Interface
software.amazon.awssdk.services.bedrockruntime.model.StartAsyncInvokeRequest.Builder
Packages that use StartAsyncInvokeRequest.Builder
Package
Description
Describes the API operations for running inference using Amazon Bedrock models.
-
Uses of StartAsyncInvokeRequest.Builder in software.amazon.awssdk.services.bedrockruntime
Method parameters in software.amazon.awssdk.services.bedrockruntime with type arguments of type StartAsyncInvokeRequest.BuilderModifier and TypeMethodDescriptionBedrockRuntimeAsyncClient.startAsyncInvoke(Consumer<StartAsyncInvokeRequest.Builder> startAsyncInvokeRequest) Starts an asynchronous invocation.default StartAsyncInvokeResponseBedrockRuntimeClient.startAsyncInvoke(Consumer<StartAsyncInvokeRequest.Builder> startAsyncInvokeRequest) Starts an asynchronous invocation. -
Uses of StartAsyncInvokeRequest.Builder in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return StartAsyncInvokeRequest.BuilderModifier and TypeMethodDescriptionStartAsyncInvokeRequest.builder()StartAsyncInvokeRequest.Builder.clientRequestToken(String clientRequestToken) Specify idempotency token to ensure that requests are not duplicated.The model to invoke.StartAsyncInvokeRequest.Builder.modelInput(Document modelInput) Input to send to the model.default StartAsyncInvokeRequest.BuilderStartAsyncInvokeRequest.Builder.outputDataConfig(Consumer<AsyncInvokeOutputDataConfig.Builder> outputDataConfig) Where to store the output.StartAsyncInvokeRequest.Builder.outputDataConfig(AsyncInvokeOutputDataConfig outputDataConfig) Where to store the output.StartAsyncInvokeRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) StartAsyncInvokeRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) StartAsyncInvokeRequest.Builder.tags(Collection<Tag> tags) Tags to apply to the invocation.StartAsyncInvokeRequest.Builder.tags(Consumer<Tag.Builder>... tags) Tags to apply to the invocation.Tags to apply to the invocation.StartAsyncInvokeRequest.toBuilder()Methods in software.amazon.awssdk.services.bedrockruntime.model that return types with arguments of type StartAsyncInvokeRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends StartAsyncInvokeRequest.Builder>StartAsyncInvokeRequest.serializableBuilderClass()