AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Container for the parameters to the GetScalingConfigurationRecommendation operation. Starts an Amazon SageMaker Inference Recommender autoscaling recommendation job. Returns recommendations for autoscaling policies that you can apply to your SageMaker endpoint.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.SageMaker.AmazonSageMakerRequest
      Amazon.SageMaker.Model.GetScalingConfigurationRecommendationRequest

Namespace: Amazon.SageMaker.Model
Assembly: AWSSDK.SageMaker.dll
Version: 3.x.y.z

Syntax

C#
public class GetScalingConfigurationRecommendationRequest : AmazonSageMakerRequest
         IAmazonWebServiceRequest

The GetScalingConfigurationRecommendationRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property EndpointName System.String

Gets and sets the property 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 InferenceRecommendationsJobName field.

Specify either this field or the RecommendationId field.

Public Property InferenceRecommendationsJobName System.String

Gets and sets the property InferenceRecommendationsJobName.

The name of a previously completed Inference Recommender job.

Public Property RecommendationId System.String

Gets and sets the property 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 InferenceRecommendationsJobName field.

Specify either this field or the EndpointName field.

Public Property ScalingPolicyObjective Amazon.SageMaker.Model.ScalingPolicyObjective

Gets and sets the property ScalingPolicyObjective.

An object where you specify the anticipated traffic pattern for an endpoint.

Public Property TargetCpuUtilizationPerCore System.Int32

Gets and sets the property TargetCpuUtilizationPerCore.

The percentage of how much utilization you want an instance to use before autoscaling. The default value is 50%.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5