List the candidates created for the job
Source:R/sagemaker_operations.R
sagemaker_list_candidates_for_auto_ml_job.RdList the candidates created for the job.
See https://www.paws-r-sdk.com/docs/sagemaker_list_candidates_for_auto_ml_job/ for full documentation.
Usage
sagemaker_list_candidates_for_auto_ml_job(
AutoMLJobName,
StatusEquals = NULL,
CandidateNameEquals = NULL,
SortOrder = NULL,
SortBy = NULL,
MaxResults = NULL,
NextToken = NULL
)Arguments
- AutoMLJobName
[required] List the candidates created for the job by providing the job's name.
- StatusEquals
List the candidates for the job and filter by status.
- CandidateNameEquals
List the candidates for the job and filter by candidate name.
- SortOrder
The sort order for the results. The default is
Ascending.- SortBy
The parameter by which to sort the results. The default is
Descending.- MaxResults
List the job's candidates up to a specified limit.
- NextToken
If the previous response was truncated, you receive this token. Use it in your next request to receive the next set of results.