public static interface ListCandidatesForAutoMlJobResponse.Builder extends SageMakerResponse.Builder, SdkPojo, CopyableBuilder<ListCandidatesForAutoMlJobResponse.Builder,ListCandidatesForAutoMlJobResponse>
| Modifier and Type | Method and Description |
|---|---|
ListCandidatesForAutoMlJobResponse.Builder |
candidates(AutoMLCandidate... candidates)
Summaries about the
AutoMLCandidates. |
ListCandidatesForAutoMlJobResponse.Builder |
candidates(Collection<AutoMLCandidate> candidates)
Summaries about the
AutoMLCandidates. |
ListCandidatesForAutoMlJobResponse.Builder |
candidates(Consumer<AutoMLCandidate.Builder>... candidates)
Summaries about the
AutoMLCandidates. |
ListCandidatesForAutoMlJobResponse.Builder |
nextToken(String nextToken)
If the previous response was truncated, you receive this token.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListCandidatesForAutoMlJobResponse.Builder candidates(Collection<AutoMLCandidate> candidates)
Summaries about the AutoMLCandidates.
candidates - Summaries about the AutoMLCandidates.ListCandidatesForAutoMlJobResponse.Builder candidates(AutoMLCandidate... candidates)
Summaries about the AutoMLCandidates.
candidates - Summaries about the AutoMLCandidates.ListCandidatesForAutoMlJobResponse.Builder candidates(Consumer<AutoMLCandidate.Builder>... candidates)
Summaries about the AutoMLCandidates.
List.Builder avoiding the need
to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #candidates(List) .candidates - a consumer that will call methods on List.Builder #candidates(List) ListCandidatesForAutoMlJobResponse.Builder nextToken(String nextToken)
If the previous response was truncated, you receive this token. Use it in your next request to receive the next set of results.
nextToken - If the previous response was truncated, you receive this token. Use it in your next request to receive
the next set of results.Copyright © 2021. All rights reserved.