| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.SageMaker.Types.RecommendationJobResourceLimit
Description
Synopsis
- data RecommendationJobResourceLimit = RecommendationJobResourceLimit' {}
- newRecommendationJobResourceLimit :: RecommendationJobResourceLimit
- recommendationJobResourceLimit_maxNumberOfTests :: Lens' RecommendationJobResourceLimit (Maybe Natural)
- recommendationJobResourceLimit_maxParallelOfTests :: Lens' RecommendationJobResourceLimit (Maybe Natural)
Documentation
data RecommendationJobResourceLimit Source #
Specifies the maximum number of jobs that can run in parallel and the maximum number of jobs that can run.
See: newRecommendationJobResourceLimit smart constructor.
Constructors
| RecommendationJobResourceLimit' | |
Fields
| |
Instances
newRecommendationJobResourceLimit :: RecommendationJobResourceLimit Source #
Create a value of RecommendationJobResourceLimit with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:maxNumberOfTests:RecommendationJobResourceLimit', recommendationJobResourceLimit_maxNumberOfTests - Defines the maximum number of load tests.
$sel:maxParallelOfTests:RecommendationJobResourceLimit', recommendationJobResourceLimit_maxParallelOfTests - Defines the maximum number of parallel load tests.
recommendationJobResourceLimit_maxNumberOfTests :: Lens' RecommendationJobResourceLimit (Maybe Natural) Source #
Defines the maximum number of load tests.
recommendationJobResourceLimit_maxParallelOfTests :: Lens' RecommendationJobResourceLimit (Maybe Natural) Source #
Defines the maximum number of parallel load tests.