class Aws::SageMaker::Types::ListCandidatesForAutoMLJobRequest

@note When making an API call, you may pass ListCandidatesForAutoMLJobRequest

data as a hash:

    {
      auto_ml_job_name: "AutoMLJobName", # required
      status_equals: "Completed", # accepts Completed, InProgress, Failed, Stopped, Stopping
      candidate_name_equals: "CandidateName",
      sort_order: "Ascending", # accepts Ascending, Descending
      sort_by: "CreationTime", # accepts CreationTime, Status, FinalObjectiveMetricValue
      max_results: 1,
      next_token: "NextToken",
    }

@!attribute [rw] auto_ml_job_name

List the candidates created for the job by providing the job's
name.
@return [String]

@!attribute [rw] status_equals

List the candidates for the job and filter by status.
@return [String]

@!attribute [rw] candidate_name_equals

List the candidates for the job and filter by candidate name.
@return [String]

@!attribute [rw] sort_order

The sort order for the results. The default is `Ascending`.
@return [String]

@!attribute [rw] sort_by

The parameter by which to sort the results. The default is
`Descending`.
@return [String]

@!attribute [rw] max_results

List the job's candidates up to a specified limit.
@return [Integer]

@!attribute [rw] next_token

If the previous response was truncated, you receive this token. Use
it in your next request to receive the next set of results.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListCandidatesForAutoMLJobRequest AWS API Documentation

Constants

SENSITIVE