Class: Aws::SageMaker::Types::RecommendationJobResourceLimit
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::RecommendationJobResourceLimit
- 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
-
#max_number_of_tests ⇒ Integer
Defines the maximum number of load tests.
-
#max_parallel_of_tests ⇒ Integer
Defines the maximum number of parallel load tests.
Instance Attribute Details
#max_number_of_tests ⇒ Integer
Defines the maximum number of load tests.
39066 39067 39068 39069 39070 39071 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 39066 class RecommendationJobResourceLimit < Struct.new( :max_number_of_tests, :max_parallel_of_tests) SENSITIVE = [] include Aws::Structure end |
#max_parallel_of_tests ⇒ Integer
Defines the maximum number of parallel load tests.
39066 39067 39068 39069 39070 39071 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 39066 class RecommendationJobResourceLimit < Struct.new( :max_number_of_tests, :max_parallel_of_tests) SENSITIVE = [] include Aws::Structure end |