class Aws::SageMaker::Types::AutoMLJobCompletionCriteria

How long a job is allowed to run, or how many candidates a job is allowed to generate.

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

data as a hash:

    {
      max_candidates: 1,
      max_runtime_per_training_job_in_seconds: 1,
      max_auto_ml_job_runtime_in_seconds: 1,
    }

@!attribute [rw] max_candidates

The maximum number of times a training job is allowed to run.
@return [Integer]

@!attribute [rw] max_runtime_per_training_job_in_seconds

The maximum time, in seconds, a training job is allowed to run as
part of an AutoML job.
@return [Integer]

@!attribute [rw] max_auto_ml_job_runtime_in_seconds

The maximum runtime, in seconds, an AutoML job has to complete.
@return [Integer]

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

Constants

SENSITIVE