| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
List<ModelLatencyThreshold> |
RecommendationJobStoppingConditions.modelLatencyThresholds()
The interval of time taken by a model to respond as viewed from SageMaker.
|
| Modifier and Type | Method and Description |
|---|---|
RecommendationJobStoppingConditions.Builder |
RecommendationJobStoppingConditions.Builder.modelLatencyThresholds(ModelLatencyThreshold... modelLatencyThresholds)
The interval of time taken by a model to respond as viewed from SageMaker.
|
| Modifier and Type | Method and Description |
|---|---|
RecommendationJobStoppingConditions.Builder |
RecommendationJobStoppingConditions.Builder.modelLatencyThresholds(Collection<ModelLatencyThreshold> modelLatencyThresholds)
The interval of time taken by a model to respond as viewed from SageMaker.
|
Copyright © 2022. All rights reserved.