Uses of Interface
software.amazon.awssdk.services.sagemakera2iruntime.model.ListHumanLoopsRequest.Builder
-
Packages that use ListHumanLoopsRequest.Builder Package Description software.amazon.awssdk.services.sagemakera2iruntime Amazon Augmented AI (Amazon A2I) adds the benefit of human judgment to any machine learning application.software.amazon.awssdk.services.sagemakera2iruntime.model -
-
Uses of ListHumanLoopsRequest.Builder in software.amazon.awssdk.services.sagemakera2iruntime
Method parameters in software.amazon.awssdk.services.sagemakera2iruntime with type arguments of type ListHumanLoopsRequest.Builder Modifier and Type Method Description default CompletableFuture<ListHumanLoopsResponse>SageMakerA2IRuntimeAsyncClient. listHumanLoops(Consumer<ListHumanLoopsRequest.Builder> listHumanLoopsRequest)Returns information about human loops, given the specified parameters.default ListHumanLoopsResponseSageMakerA2IRuntimeClient. listHumanLoops(Consumer<ListHumanLoopsRequest.Builder> listHumanLoopsRequest)Returns information about human loops, given the specified parameters.default ListHumanLoopsPublisherSageMakerA2IRuntimeAsyncClient. listHumanLoopsPaginator(Consumer<ListHumanLoopsRequest.Builder> listHumanLoopsRequest)Returns information about human loops, given the specified parameters.default ListHumanLoopsIterableSageMakerA2IRuntimeClient. listHumanLoopsPaginator(Consumer<ListHumanLoopsRequest.Builder> listHumanLoopsRequest)Returns information about human loops, given the specified parameters. -
Uses of ListHumanLoopsRequest.Builder in software.amazon.awssdk.services.sagemakera2iruntime.model
Methods in software.amazon.awssdk.services.sagemakera2iruntime.model that return ListHumanLoopsRequest.Builder Modifier and Type Method Description static ListHumanLoopsRequest.BuilderListHumanLoopsRequest. builder()ListHumanLoopsRequest.BuilderListHumanLoopsRequest.Builder. creationTimeAfter(Instant creationTimeAfter)(Optional) The timestamp of the date when you want the human loops to begin in ISO 8601 format.ListHumanLoopsRequest.BuilderListHumanLoopsRequest.Builder. creationTimeBefore(Instant creationTimeBefore)(Optional) The timestamp of the date before which you want the human loops to begin in ISO 8601 format.ListHumanLoopsRequest.BuilderListHumanLoopsRequest.Builder. flowDefinitionArn(String flowDefinitionArn)The Amazon Resource Name (ARN) of a flow definition.ListHumanLoopsRequest.BuilderListHumanLoopsRequest.Builder. maxResults(Integer maxResults)The total number of items to return.ListHumanLoopsRequest.BuilderListHumanLoopsRequest.Builder. nextToken(String nextToken)A token to display the next page of results.ListHumanLoopsRequest.BuilderListHumanLoopsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListHumanLoopsRequest.BuilderListHumanLoopsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListHumanLoopsRequest.BuilderListHumanLoopsRequest.Builder. sortOrder(String sortOrder)Optional.ListHumanLoopsRequest.BuilderListHumanLoopsRequest.Builder. sortOrder(SortOrder sortOrder)Optional.ListHumanLoopsRequest.BuilderListHumanLoopsRequest. toBuilder()Methods in software.amazon.awssdk.services.sagemakera2iruntime.model that return types with arguments of type ListHumanLoopsRequest.Builder Modifier and Type Method Description static Class<? extends ListHumanLoopsRequest.Builder>ListHumanLoopsRequest. serializableBuilderClass()
-