| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker |
Provides APIs for creating and managing SageMaker resources.
|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
ListCandidatesForAutoMlJobRequest.Builder |
ListCandidatesForAutoMlJobRequest.Builder.autoMLJobName(String autoMLJobName)
List the candidates created for the job by providing the job's name.
|
static ListCandidatesForAutoMlJobRequest.Builder |
ListCandidatesForAutoMlJobRequest.builder() |
ListCandidatesForAutoMlJobRequest.Builder |
ListCandidatesForAutoMlJobRequest.Builder.candidateNameEquals(String candidateNameEquals)
List the candidates for the job and filter by candidate name.
|
ListCandidatesForAutoMlJobRequest.Builder |
ListCandidatesForAutoMlJobRequest.Builder.maxResults(Integer maxResults)
List the job's candidates up to a specified limit.
|
ListCandidatesForAutoMlJobRequest.Builder |
ListCandidatesForAutoMlJobRequest.Builder.nextToken(String nextToken)
If the previous response was truncated, you receive this token.
|
ListCandidatesForAutoMlJobRequest.Builder |
ListCandidatesForAutoMlJobRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListCandidatesForAutoMlJobRequest.Builder |
ListCandidatesForAutoMlJobRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListCandidatesForAutoMlJobRequest.Builder |
ListCandidatesForAutoMlJobRequest.Builder.sortBy(CandidateSortBy sortBy)
The parameter by which to sort the results.
|
ListCandidatesForAutoMlJobRequest.Builder |
ListCandidatesForAutoMlJobRequest.Builder.sortBy(String sortBy)
The parameter by which to sort the results.
|
ListCandidatesForAutoMlJobRequest.Builder |
ListCandidatesForAutoMlJobRequest.Builder.sortOrder(AutoMLSortOrder sortOrder)
The sort order for the results.
|
ListCandidatesForAutoMlJobRequest.Builder |
ListCandidatesForAutoMlJobRequest.Builder.sortOrder(String sortOrder)
The sort order for the results.
|
ListCandidatesForAutoMlJobRequest.Builder |
ListCandidatesForAutoMlJobRequest.Builder.statusEquals(CandidateStatus statusEquals)
List the candidates for the job and filter by status.
|
ListCandidatesForAutoMlJobRequest.Builder |
ListCandidatesForAutoMlJobRequest.Builder.statusEquals(String statusEquals)
List the candidates for the job and filter by status.
|
ListCandidatesForAutoMlJobRequest.Builder |
ListCandidatesForAutoMlJobRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListCandidatesForAutoMlJobRequest.Builder> |
ListCandidatesForAutoMlJobRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.