Class: Aws::SageMaker::Types::RecommendationJobResourceLimit

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-sagemaker/types.rb

Overview

Specifies the maximum number of jobs that can run in parallel and the maximum number of jobs that can run.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_number_of_testsInteger

Defines the maximum number of load tests.

Returns:

  • (Integer)


37072
37073
37074
37075
37076
37077
# File 'lib/aws-sdk-sagemaker/types.rb', line 37072

class RecommendationJobResourceLimit < Struct.new(
  :max_number_of_tests,
  :max_parallel_of_tests)
  SENSITIVE = []
  include Aws::Structure
end

#max_parallel_of_testsInteger

Defines the maximum number of parallel load tests.

Returns:

  • (Integer)


37072
37073
37074
37075
37076
37077
# File 'lib/aws-sdk-sagemaker/types.rb', line 37072

class RecommendationJobResourceLimit < Struct.new(
  :max_number_of_tests,
  :max_parallel_of_tests)
  SENSITIVE = []
  include Aws::Structure
end