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 Candidates.
|
ListCandidatesForAutoMlJobResponse.Builder |
candidates(Collection<AutoMLCandidate> candidates)
Summaries about the Candidates.
|
ListCandidatesForAutoMlJobResponse.Builder |
candidates(Consumer<AutoMLCandidate.Builder>... candidates)
Summaries about the Candidates.
|
ListCandidatesForAutoMlJobResponse.Builder |
nextToken(String nextToken)
If the previous response was truncated, you receive this token.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
ListCandidatesForAutoMlJobResponse.Builder candidates(Collection<AutoMLCandidate> candidates)
Summaries about the Candidates.
candidates
- Summaries about the Candidates.ListCandidatesForAutoMlJobResponse.Builder candidates(AutoMLCandidate... candidates)
Summaries about the Candidates.
candidates
- Summaries about the Candidates.ListCandidatesForAutoMlJobResponse.Builder candidates(Consumer<AutoMLCandidate.Builder>... candidates)
Summaries about the Candidates.
This is a convenience that creates an instance of theList.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 © 2020. All rights reserved.