Class: Aws::Types::AutoMLJobCompletionCriteria

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#max_auto_ml_job_runtime_in_seconds::Integer

Returns the value of attribute max_auto_ml_job_runtime_in_seconds.

Returns:

  • (::Integer)


660
661
662
# File 'sig/types.rbs', line 660

def max_auto_ml_job_runtime_in_seconds
  @max_auto_ml_job_runtime_in_seconds
end

#max_candidates::Integer

Returns the value of attribute max_candidates.

Returns:

  • (::Integer)


658
659
660
# File 'sig/types.rbs', line 658

def max_candidates
  @max_candidates
end

#max_runtime_per_training_job_in_seconds::Integer

Returns the value of attribute max_runtime_per_training_job_in_seconds.

Returns:

  • (::Integer)


659
660
661
# File 'sig/types.rbs', line 659

def max_runtime_per_training_job_in_seconds
  @max_runtime_per_training_job_in_seconds
end