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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/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)


37066
37067
37068
37069
37070
37071
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 37066

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)


37066
37067
37068
37069
37070
37071
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 37066

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