Uses of Class
software.amazon.awssdk.services.sagemakera2iruntime.model.HumanLoopSummary
-
Packages that use HumanLoopSummary Package Description software.amazon.awssdk.services.sagemakera2iruntime.model software.amazon.awssdk.services.sagemakera2iruntime.paginators -
-
Uses of HumanLoopSummary in software.amazon.awssdk.services.sagemakera2iruntime.model
Methods in software.amazon.awssdk.services.sagemakera2iruntime.model that return types with arguments of type HumanLoopSummary Modifier and Type Method Description List<HumanLoopSummary>ListHumanLoopsResponse. humanLoopSummaries()An array of objects that contain information about the human loops.Methods in software.amazon.awssdk.services.sagemakera2iruntime.model with parameters of type HumanLoopSummary Modifier and Type Method Description ListHumanLoopsResponse.BuilderListHumanLoopsResponse.Builder. humanLoopSummaries(HumanLoopSummary... humanLoopSummaries)An array of objects that contain information about the human loops.Method parameters in software.amazon.awssdk.services.sagemakera2iruntime.model with type arguments of type HumanLoopSummary Modifier and Type Method Description ListHumanLoopsResponse.BuilderListHumanLoopsResponse.Builder. humanLoopSummaries(Collection<HumanLoopSummary> humanLoopSummaries)An array of objects that contain information about the human loops. -
Uses of HumanLoopSummary in software.amazon.awssdk.services.sagemakera2iruntime.paginators
Methods in software.amazon.awssdk.services.sagemakera2iruntime.paginators that return types with arguments of type HumanLoopSummary Modifier and Type Method Description SdkIterable<HumanLoopSummary>ListHumanLoopsIterable. humanLoopSummaries()Returns an iterable to iterate through the paginatedListHumanLoopsResponse.humanLoopSummaries()member.SdkPublisher<HumanLoopSummary>ListHumanLoopsPublisher. humanLoopSummaries()Returns a publisher that can be used to get a stream of data.
-