| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemakera2iruntime.model | |
| software.amazon.awssdk.services.sagemakera2iruntime.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<HumanLoopSummary> |
ListHumanLoopsResponse.humanLoopSummaries()
An array of objects that contain information about the human loops.
|
| Modifier and Type | Method and Description |
|---|---|
ListHumanLoopsResponse.Builder |
ListHumanLoopsResponse.Builder.humanLoopSummaries(HumanLoopSummary... humanLoopSummaries)
An array of objects that contain information about the human loops.
|
| Modifier and Type | Method and Description |
|---|---|
ListHumanLoopsResponse.Builder |
ListHumanLoopsResponse.Builder.humanLoopSummaries(Collection<HumanLoopSummary> humanLoopSummaries)
An array of objects that contain information about the human loops.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<HumanLoopSummary> |
ListHumanLoopsPublisher.humanLoopSummaries()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<HumanLoopSummary> |
ListHumanLoopsIterable.humanLoopSummaries()
Returns an iterable to iterate through the paginated
ListHumanLoopsResponse.humanLoopSummaries() member. |
Copyright © 2022. All rights reserved.