public static interface ListHumanLoopsResponse.Builder extends SageMakerA2IRuntimeResponse.Builder, SdkPojo, CopyableBuilder<ListHumanLoopsResponse.Builder,ListHumanLoopsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListHumanLoopsResponse.Builder |
humanLoopSummaries(Collection<HumanLoopSummary> humanLoopSummaries)
An array of objects that contain information about the human loops.
|
ListHumanLoopsResponse.Builder |
humanLoopSummaries(Consumer<HumanLoopSummary.Builder>... humanLoopSummaries)
An array of objects that contain information about the human loops.
|
ListHumanLoopsResponse.Builder |
humanLoopSummaries(HumanLoopSummary... humanLoopSummaries)
An array of objects that contain information about the human loops.
|
ListHumanLoopsResponse.Builder |
nextToken(String nextToken)
A token to display the next page of results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListHumanLoopsResponse.Builder humanLoopSummaries(Collection<HumanLoopSummary> humanLoopSummaries)
An array of objects that contain information about the human loops.
humanLoopSummaries - An array of objects that contain information about the human loops.ListHumanLoopsResponse.Builder humanLoopSummaries(HumanLoopSummary... humanLoopSummaries)
An array of objects that contain information about the human loops.
humanLoopSummaries - An array of objects that contain information about the human loops.ListHumanLoopsResponse.Builder humanLoopSummaries(Consumer<HumanLoopSummary.Builder>... humanLoopSummaries)
An array of objects that contain information about the human loops.
This is a convenience method that creates an instance of theHumanLoopSummary.Builder avoiding the need
to create one manually via
HumanLoopSummary.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #humanLoopSummaries(List.
humanLoopSummaries - a consumer that will call methods on
HumanLoopSummary.Builder#humanLoopSummaries(java.util.Collection) ListHumanLoopsResponse.Builder nextToken(String nextToken)
A token to display the next page of results.
nextToken - A token to display the next page of results.Copyright © 2022. All rights reserved.