Uses of Interface
software.amazon.awssdk.services.sagemakera2iruntime.model.ListHumanLoopsResponse.Builder
-
Packages that use ListHumanLoopsResponse.Builder Package Description software.amazon.awssdk.services.sagemakera2iruntime.model -
-
Uses of ListHumanLoopsResponse.Builder in software.amazon.awssdk.services.sagemakera2iruntime.model
Methods in software.amazon.awssdk.services.sagemakera2iruntime.model that return ListHumanLoopsResponse.Builder Modifier and Type Method Description static ListHumanLoopsResponse.BuilderListHumanLoopsResponse. builder()ListHumanLoopsResponse.BuilderListHumanLoopsResponse.Builder. humanLoopSummaries(Collection<HumanLoopSummary> humanLoopSummaries)An array of objects that contain information about the human loops.ListHumanLoopsResponse.BuilderListHumanLoopsResponse.Builder. humanLoopSummaries(Consumer<HumanLoopSummary.Builder>... humanLoopSummaries)An array of objects that contain information about the human loops.ListHumanLoopsResponse.BuilderListHumanLoopsResponse.Builder. humanLoopSummaries(HumanLoopSummary... humanLoopSummaries)An array of objects that contain information about the human loops.ListHumanLoopsResponse.BuilderListHumanLoopsResponse.Builder. nextToken(String nextToken)A token to display the next page of results.ListHumanLoopsResponse.BuilderListHumanLoopsResponse. toBuilder()Methods in software.amazon.awssdk.services.sagemakera2iruntime.model that return types with arguments of type ListHumanLoopsResponse.Builder Modifier and Type Method Description static Class<? extends ListHumanLoopsResponse.Builder>ListHumanLoopsResponse. serializableBuilderClass()
-