Class: Aws::Types::ResourceLimits

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#max_number_of_training_jobs::Integer

Returns the value of attribute max_number_of_training_jobs.

Returns:

  • (::Integer)


10571
10572
10573
# File 'sig/types.rbs', line 10571

def max_number_of_training_jobs
  @max_number_of_training_jobs
end

#max_parallel_training_jobs::Integer

Returns the value of attribute max_parallel_training_jobs.

Returns:

  • (::Integer)


10572
10573
10574
# File 'sig/types.rbs', line 10572

def max_parallel_training_jobs
  @max_parallel_training_jobs
end

#max_runtime_in_seconds::Integer

Returns the value of attribute max_runtime_in_seconds.

Returns:

  • (::Integer)


10573
10574
10575
# File 'sig/types.rbs', line 10573

def max_runtime_in_seconds
  @max_runtime_in_seconds
end