public static interface ListCandidatesForAutoMlJobRequest.Builder extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<ListCandidatesForAutoMlJobRequest.Builder,ListCandidatesForAutoMlJobRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListCandidatesForAutoMlJobRequest.Builder autoMLJobName(String autoMLJobName)
List the Candidates created for the job by providing the job's name.
autoMLJobName - List the Candidates created for the job by providing the job's name.ListCandidatesForAutoMlJobRequest.Builder statusEquals(String statusEquals)
List the Candidates for the job and filter by status.
statusEquals - List the Candidates for the job and filter by status.CandidateStatus,
CandidateStatusListCandidatesForAutoMlJobRequest.Builder statusEquals(CandidateStatus statusEquals)
List the Candidates for the job and filter by status.
statusEquals - List the Candidates for the job and filter by status.CandidateStatus,
CandidateStatusListCandidatesForAutoMlJobRequest.Builder candidateNameEquals(String candidateNameEquals)
List the Candidates for the job and filter by candidate name.
candidateNameEquals - List the Candidates for the job and filter by candidate name.ListCandidatesForAutoMlJobRequest.Builder sortOrder(String sortOrder)
The sort order for the results. The default is Ascending.
sortOrder - The sort order for the results. The default is Ascending.AutoMLSortOrder,
AutoMLSortOrderListCandidatesForAutoMlJobRequest.Builder sortOrder(AutoMLSortOrder sortOrder)
The sort order for the results. The default is Ascending.
sortOrder - The sort order for the results. The default is Ascending.AutoMLSortOrder,
AutoMLSortOrderListCandidatesForAutoMlJobRequest.Builder sortBy(String sortBy)
The parameter by which to sort the results. The default is Descending.
sortBy - The parameter by which to sort the results. The default is Descending.CandidateSortBy,
CandidateSortByListCandidatesForAutoMlJobRequest.Builder sortBy(CandidateSortBy sortBy)
The parameter by which to sort the results. The default is Descending.
sortBy - The parameter by which to sort the results. The default is Descending.CandidateSortBy,
CandidateSortByListCandidatesForAutoMlJobRequest.Builder maxResults(Integer maxResults)
List the job's Candidates up to a specified limit.
maxResults - List the job's Candidates up to a specified limit.ListCandidatesForAutoMlJobRequest.Builder nextToken(String nextToken)
If the previous response was truncated, you will receive this token. Use it in your next request to receive the next set of results.
nextToken - If the previous response was truncated, you will receive this token. Use it in your next request to
receive the next set of results.ListCandidatesForAutoMlJobRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListCandidatesForAutoMlJobRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2020. All rights reserved.