| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
RecommendationJobResourceLimit |
RecommendationJobResourceLimit.clone() |
RecommendationJobResourceLimit |
RecommendationJobInputConfig.getResourceLimit()
Defines the resource limit of the job.
|
RecommendationJobResourceLimit |
RecommendationJobResourceLimit.withMaxNumberOfTests(Integer maxNumberOfTests)
Defines the maximum number of load tests.
|
RecommendationJobResourceLimit |
RecommendationJobResourceLimit.withMaxParallelOfTests(Integer maxParallelOfTests)
Defines the maximum number of parallel load tests.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RecommendationJobInputConfig.setResourceLimit(RecommendationJobResourceLimit resourceLimit)
Defines the resource limit of the job.
|
RecommendationJobInputConfig |
RecommendationJobInputConfig.withResourceLimit(RecommendationJobResourceLimit resourceLimit)
Defines the resource limit of the job.
|
Copyright © 2022. All rights reserved.