| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
ScalingPolicyMetric |
ScalingPolicyMetric.clone() |
ScalingPolicyMetric |
GetScalingConfigurationRecommendationResult.getMetric()
An object with a list of metrics that were benchmarked during the previously completed Inference Recommender job.
|
ScalingPolicyMetric |
ScalingPolicyMetric.withInvocationsPerInstance(Integer invocationsPerInstance)
The number of invocations sent to a model, normalized by
InstanceCount in each ProductionVariant. |
ScalingPolicyMetric |
ScalingPolicyMetric.withModelLatency(Integer modelLatency)
The interval of time taken by a model to respond as viewed from SageMaker.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetScalingConfigurationRecommendationResult.setMetric(ScalingPolicyMetric metric)
An object with a list of metrics that were benchmarked during the previously completed Inference Recommender job.
|
GetScalingConfigurationRecommendationResult |
GetScalingConfigurationRecommendationResult.withMetric(ScalingPolicyMetric metric)
An object with a list of metrics that were benchmarked during the previously completed Inference Recommender job.
|
Copyright © 2024. All rights reserved.