Class: Aws::SageMaker::Types::GetScalingConfigurationRecommendationResponse

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-sagemaker/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#dynamic_scaling_configurationTypes::DynamicScalingConfiguration

An object with the recommended values for you to specify when creating an autoscaling policy.



20026
20027
20028
20029
20030
20031
20032
20033
20034
20035
20036
# File 'lib/aws-sdk-sagemaker/types.rb', line 20026

class GetScalingConfigurationRecommendationResponse < Struct.new(
  :inference_recommendations_job_name,
  :recommendation_id,
  :endpoint_name,
  :target_cpu_utilization_per_core,
  :scaling_policy_objective,
  :metric,
  :dynamic_scaling_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#endpoint_nameString

The name of an endpoint benchmarked during a previously completed Inference Recommender job.

Returns:

  • (String)


20026
20027
20028
20029
20030
20031
20032
20033
20034
20035
20036
# File 'lib/aws-sdk-sagemaker/types.rb', line 20026

class GetScalingConfigurationRecommendationResponse < Struct.new(
  :inference_recommendations_job_name,
  :recommendation_id,
  :endpoint_name,
  :target_cpu_utilization_per_core,
  :scaling_policy_objective,
  :metric,
  :dynamic_scaling_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#inference_recommendations_job_nameString

The name of a previously completed Inference Recommender job.

Returns:

  • (String)


20026
20027
20028
20029
20030
20031
20032
20033
20034
20035
20036
# File 'lib/aws-sdk-sagemaker/types.rb', line 20026

class GetScalingConfigurationRecommendationResponse < Struct.new(
  :inference_recommendations_job_name,
  :recommendation_id,
  :endpoint_name,
  :target_cpu_utilization_per_core,
  :scaling_policy_objective,
  :metric,
  :dynamic_scaling_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#metricTypes::ScalingPolicyMetric

An object with a list of metrics that were benchmarked during the previously completed Inference Recommender job.



20026
20027
20028
20029
20030
20031
20032
20033
20034
20035
20036
# File 'lib/aws-sdk-sagemaker/types.rb', line 20026

class GetScalingConfigurationRecommendationResponse < Struct.new(
  :inference_recommendations_job_name,
  :recommendation_id,
  :endpoint_name,
  :target_cpu_utilization_per_core,
  :scaling_policy_objective,
  :metric,
  :dynamic_scaling_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#recommendation_idString

The recommendation ID of a previously completed inference recommendation.

Returns:

  • (String)


20026
20027
20028
20029
20030
20031
20032
20033
20034
20035
20036
# File 'lib/aws-sdk-sagemaker/types.rb', line 20026

class GetScalingConfigurationRecommendationResponse < Struct.new(
  :inference_recommendations_job_name,
  :recommendation_id,
  :endpoint_name,
  :target_cpu_utilization_per_core,
  :scaling_policy_objective,
  :metric,
  :dynamic_scaling_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#scaling_policy_objectiveTypes::ScalingPolicyObjective

An object representing the anticipated traffic pattern for an endpoint that you specified in the request.



20026
20027
20028
20029
20030
20031
20032
20033
20034
20035
20036
# File 'lib/aws-sdk-sagemaker/types.rb', line 20026

class GetScalingConfigurationRecommendationResponse < Struct.new(
  :inference_recommendations_job_name,
  :recommendation_id,
  :endpoint_name,
  :target_cpu_utilization_per_core,
  :scaling_policy_objective,
  :metric,
  :dynamic_scaling_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#target_cpu_utilization_per_coreInteger

The percentage of how much utilization you want an instance to use before autoscaling, which you specified in the request. The default value is 50%.

Returns:

  • (Integer)


20026
20027
20028
20029
20030
20031
20032
20033
20034
20035
20036
# File 'lib/aws-sdk-sagemaker/types.rb', line 20026

class GetScalingConfigurationRecommendationResponse < Struct.new(
  :inference_recommendations_job_name,
  :recommendation_id,
  :endpoint_name,
  :target_cpu_utilization_per_core,
  :scaling_policy_objective,
  :metric,
  :dynamic_scaling_configuration)
  SENSITIVE = []
  include Aws::Structure
end