Uses of Interface
software.amazon.awssdk.services.bedrockruntime.model.ListAsyncInvokesRequest.Builder
Packages that use ListAsyncInvokesRequest.Builder
Package
Description
Describes the API operations for running inference using Amazon Bedrock models.
-
Uses of ListAsyncInvokesRequest.Builder in software.amazon.awssdk.services.bedrockruntime
Method parameters in software.amazon.awssdk.services.bedrockruntime with type arguments of type ListAsyncInvokesRequest.BuilderModifier and TypeMethodDescriptionBedrockRuntimeAsyncClient.listAsyncInvokes(Consumer<ListAsyncInvokesRequest.Builder> listAsyncInvokesRequest) Lists asynchronous invocations.default ListAsyncInvokesResponseBedrockRuntimeClient.listAsyncInvokes(Consumer<ListAsyncInvokesRequest.Builder> listAsyncInvokesRequest) Lists asynchronous invocations.default ListAsyncInvokesPublisherBedrockRuntimeAsyncClient.listAsyncInvokesPaginator(Consumer<ListAsyncInvokesRequest.Builder> listAsyncInvokesRequest) This is a variant ofBedrockRuntimeAsyncClient.listAsyncInvokes(software.amazon.awssdk.services.bedrockruntime.model.ListAsyncInvokesRequest)operation.default ListAsyncInvokesIterableBedrockRuntimeClient.listAsyncInvokesPaginator(Consumer<ListAsyncInvokesRequest.Builder> listAsyncInvokesRequest) This is a variant ofBedrockRuntimeClient.listAsyncInvokes(software.amazon.awssdk.services.bedrockruntime.model.ListAsyncInvokesRequest)operation. -
Uses of ListAsyncInvokesRequest.Builder in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return ListAsyncInvokesRequest.BuilderModifier and TypeMethodDescriptionListAsyncInvokesRequest.builder()ListAsyncInvokesRequest.Builder.maxResults(Integer maxResults) The maximum number of invocations to return in one page of results.Specify the pagination token from a previous request to retrieve the next page of results.ListAsyncInvokesRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) ListAsyncInvokesRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) How to sort the response.ListAsyncInvokesRequest.Builder.sortBy(SortAsyncInvocationBy sortBy) How to sort the response.The sorting order for the response.The sorting order for the response.ListAsyncInvokesRequest.Builder.statusEquals(String statusEquals) Filter invocations by status.ListAsyncInvokesRequest.Builder.statusEquals(AsyncInvokeStatus statusEquals) Filter invocations by status.ListAsyncInvokesRequest.Builder.submitTimeAfter(Instant submitTimeAfter) Include invocations submitted after this time.ListAsyncInvokesRequest.Builder.submitTimeBefore(Instant submitTimeBefore) Include invocations submitted before this time.ListAsyncInvokesRequest.toBuilder()Methods in software.amazon.awssdk.services.bedrockruntime.model that return types with arguments of type ListAsyncInvokesRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ListAsyncInvokesRequest.Builder>ListAsyncInvokesRequest.serializableBuilderClass()