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
)
[required] The name of a previously completed Inference Recommender job.
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 InferenceRecommendationsJobName
field.
Specify either this field or the EndpointName
field.
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
InferenceRecommendationsJobName
field.
Specify either this field or the RecommendationId
field.
The percentage of how much utilization you want an instance to use before autoscaling. The default value is 50%.
An object where you specify the anticipated traffic pattern for an endpoint.