View source: R/sagemaker_operations.R
sagemaker_get_scaling_configuration_recommendation | R Documentation |
Starts an Amazon SageMaker Inference Recommender autoscaling recommendation job. Returns recommendations for autoscaling policies that you can apply to your SageMaker endpoint.
See https://www.paws-r-sdk.com/docs/sagemaker_get_scaling_configuration_recommendation/ for full documentation.
sagemaker_get_scaling_configuration_recommendation(
InferenceRecommendationsJobName,
RecommendationId = NULL,
EndpointName = NULL,
TargetCpuUtilizationPerCore = NULL,
ScalingPolicyObjective = NULL
)
InferenceRecommendationsJobName |
[required] The name of a previously completed Inference Recommender job. |
RecommendationId |
The recommendation ID of a previously completed inference
recommendation. This ID should come from one of the recommendations
returned by the job specified in the Specify either this field or the |
EndpointName |
The name of an endpoint benchmarked during a previously completed
inference recommendation job. This name should come from one of the
recommendations returned by the job specified in the
Specify either this field or the |
TargetCpuUtilizationPerCore |
The percentage of how much utilization you want an instance to use before autoscaling. The default value is 50%. |
ScalingPolicyObjective |
An object where you specify the anticipated traffic pattern for an endpoint. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.