Uses of Interface
software.amazon.awssdk.services.bedrockruntime.model.StartAsyncInvokeRequest.Builder
-
Packages that use StartAsyncInvokeRequest.Builder Package Description software.amazon.awssdk.services.bedrockruntime Describes the API operations for running inference using Amazon Bedrock models.software.amazon.awssdk.services.bedrockruntime.model -
-
Uses of StartAsyncInvokeRequest.Builder in software.amazon.awssdk.services.bedrockruntime
Method parameters in software.amazon.awssdk.services.bedrockruntime with type arguments of type StartAsyncInvokeRequest.Builder Modifier and Type Method Description default CompletableFuture<StartAsyncInvokeResponse>BedrockRuntimeAsyncClient. 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.Builder Modifier and Type Method Description static StartAsyncInvokeRequest.BuilderStartAsyncInvokeRequest. builder()StartAsyncInvokeRequest.BuilderStartAsyncInvokeRequest.Builder. clientRequestToken(String clientRequestToken)Specify idempotency token to ensure that requests are not duplicated.StartAsyncInvokeRequest.BuilderStartAsyncInvokeRequest.Builder. modelId(String modelId)The model to invoke.StartAsyncInvokeRequest.BuilderStartAsyncInvokeRequest.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.BuilderStartAsyncInvokeRequest.Builder. outputDataConfig(AsyncInvokeOutputDataConfig outputDataConfig)Where to store the output.StartAsyncInvokeRequest.BuilderStartAsyncInvokeRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)StartAsyncInvokeRequest.BuilderStartAsyncInvokeRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)StartAsyncInvokeRequest.BuilderStartAsyncInvokeRequest.Builder. tags(Collection<Tag> tags)Tags to apply to the invocation.StartAsyncInvokeRequest.BuilderStartAsyncInvokeRequest.Builder. tags(Consumer<Tag.Builder>... tags)Tags to apply to the invocation.StartAsyncInvokeRequest.BuilderStartAsyncInvokeRequest.Builder. tags(Tag... tags)Tags to apply to the invocation.StartAsyncInvokeRequest.BuilderStartAsyncInvokeRequest. toBuilder()Methods in software.amazon.awssdk.services.bedrockruntime.model that return types with arguments of type StartAsyncInvokeRequest.Builder Modifier and Type Method Description static Class<? extends StartAsyncInvokeRequest.Builder>StartAsyncInvokeRequest. serializableBuilderClass()
-