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.
AutoMLCandidate.Builder avoiding the need to create
one manually via AutoMLCandidate.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #candidates(List.
candidates - a consumer that will call methods on
AutoMLCandidate.Builder#candidates(java.util.Collection) 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 © 2022. All rights reserved.