View source: R/sagemaker_operations.R
sagemaker_list_candidates_for_auto_ml_job | R Documentation |
List the candidates created for the job.
See https://www.paws-r-sdk.com/docs/sagemaker_list_candidates_for_auto_ml_job/ for full documentation.
sagemaker_list_candidates_for_auto_ml_job(
AutoMLJobName,
StatusEquals = NULL,
CandidateNameEquals = NULL,
SortOrder = NULL,
SortBy = NULL,
MaxResults = NULL,
NextToken = NULL
)
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 |
SortBy |
The parameter by which to sort the results. The default is |
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.