| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
ModelLatencyThreshold |
ModelLatencyThreshold.clone() |
ModelLatencyThreshold |
ModelLatencyThreshold.withPercentile(String percentile)
The model latency percentile threshold.
|
ModelLatencyThreshold |
ModelLatencyThreshold.withValueInMilliseconds(Integer valueInMilliseconds)
The model latency percentile value in milliseconds.
|
| Modifier and Type | Method and Description |
|---|---|
List<ModelLatencyThreshold> |
RecommendationJobStoppingConditions.getModelLatencyThresholds()
The interval of time taken by a model to respond as viewed from SageMaker.
|
| Modifier and Type | Method and Description |
|---|---|
RecommendationJobStoppingConditions |
RecommendationJobStoppingConditions.withModelLatencyThresholds(ModelLatencyThreshold... modelLatencyThresholds)
The interval of time taken by a model to respond as viewed from SageMaker.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RecommendationJobStoppingConditions.setModelLatencyThresholds(Collection<ModelLatencyThreshold> modelLatencyThresholds)
The interval of time taken by a model to respond as viewed from SageMaker.
|
RecommendationJobStoppingConditions |
RecommendationJobStoppingConditions.withModelLatencyThresholds(Collection<ModelLatencyThreshold> modelLatencyThresholds)
The interval of time taken by a model to respond as viewed from SageMaker.
|
Copyright © 2022. All rights reserved.