Interface ListCandidatesForAutoMlJobRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<ListCandidatesForAutoMlJobRequest.Builder,
,ListCandidatesForAutoMlJobRequest> SageMakerRequest.Builder
,SdkBuilder<ListCandidatesForAutoMlJobRequest.Builder,
,ListCandidatesForAutoMlJobRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
ListCandidatesForAutoMlJobRequest
public static interface ListCandidatesForAutoMlJobRequest.Builder
extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<ListCandidatesForAutoMlJobRequest.Builder,ListCandidatesForAutoMlJobRequest>
-
Method Summary
Modifier and TypeMethodDescriptionautoMLJobName
(String autoMLJobName) List the candidates created for the job by providing the job's name.candidateNameEquals
(String candidateNameEquals) List the candidates for the job and filter by candidate name.maxResults
(Integer maxResults) List the job's candidates up to a specified limit.If the previous response was truncated, you receive this token.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.The parameter by which to sort the results.sortBy
(CandidateSortBy sortBy) The parameter by which to sort the results.The sort order for the results.sortOrder
(AutoMLSortOrder sortOrder) The sort order for the results.statusEquals
(String statusEquals) List the candidates for the job and filter by status.statusEquals
(CandidateStatus statusEquals) List the candidates for the job and filter by status.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.sagemaker.model.SageMakerRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
autoMLJobName
List the candidates created for the job by providing the job's name.
- Parameters:
autoMLJobName
- List the candidates created for the job by providing the job's name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
statusEquals
List the candidates for the job and filter by status.
- Parameters:
statusEquals
- List the candidates for the job and filter by status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
statusEquals
List the candidates for the job and filter by status.
- Parameters:
statusEquals
- List the candidates for the job and filter by status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
candidateNameEquals
List the candidates for the job and filter by candidate name.
- Parameters:
candidateNameEquals
- List the candidates for the job and filter by candidate name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sortOrder
The sort order for the results. The default is
Ascending
.- Parameters:
sortOrder
- The sort order for the results. The default isAscending
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
sortOrder
The sort order for the results. The default is
Ascending
.- Parameters:
sortOrder
- The sort order for the results. The default isAscending
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
sortBy
The parameter by which to sort the results. The default is
Descending
.- Parameters:
sortBy
- The parameter by which to sort the results. The default isDescending
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
sortBy
The parameter by which to sort the results. The default is
Descending
.- Parameters:
sortBy
- The parameter by which to sort the results. The default isDescending
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
maxResults
List the job's candidates up to a specified limit.
- Parameters:
maxResults
- List the job's candidates up to a specified limit.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
If the previous response was truncated, you receive this token. Use it in your next request to receive the next set of results.
- Parameters:
nextToken
- If the previous response was truncated, you receive this token. Use it in your next request to receive the next set of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListCandidatesForAutoMlJobRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
ListCandidatesForAutoMlJobRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-