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)


36985
36986
36987
36988
36989
36990
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 36985

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)


36985
36986
36987
36988
36989
36990
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 36985

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