Class: Aws::SageMaker::Types::RecommendationJobResourceLimit
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::RecommendationJobResourceLimit
- 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
-
#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.
39168 39169 39170 39171 39172 39173 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 39168 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.
39168 39169 39170 39171 39172 39173 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 39168 class RecommendationJobResourceLimit < Struct.new( :max_number_of_tests, :max_parallel_of_tests) SENSITIVE = [] include Aws::Structure end |