Module: Aws::SageMaker::Client::_GetScalingConfigurationRecommendationResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetScalingConfigurationRecommendationResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #dynamic_scaling_configuration ⇒ Types::DynamicScalingConfiguration
- #endpoint_name ⇒ ::String
- #inference_recommendations_job_name ⇒ ::String
- #metric ⇒ Types::ScalingPolicyMetric
- #recommendation_id ⇒ ::String
- #scaling_policy_objective ⇒ Types::ScalingPolicyObjective
- #target_cpu_utilization_per_core ⇒ ::Integer
Instance Method Details
#dynamic_scaling_configuration ⇒ Types::DynamicScalingConfiguration
5316 |
# File 'sig/client.rbs', line 5316
def dynamic_scaling_configuration: () -> Types::DynamicScalingConfiguration
|
#endpoint_name ⇒ ::String
5312 |
# File 'sig/client.rbs', line 5312
def endpoint_name: () -> ::String
|
#inference_recommendations_job_name ⇒ ::String
5310 |
# File 'sig/client.rbs', line 5310
def inference_recommendations_job_name: () -> ::String
|
#metric ⇒ Types::ScalingPolicyMetric
5315 |
# File 'sig/client.rbs', line 5315
def metric: () -> Types::ScalingPolicyMetric
|
#recommendation_id ⇒ ::String
5311 |
# File 'sig/client.rbs', line 5311
def recommendation_id: () -> ::String
|
#scaling_policy_objective ⇒ Types::ScalingPolicyObjective
5314 |
# File 'sig/client.rbs', line 5314
def scaling_policy_objective: () -> Types::ScalingPolicyObjective
|
#target_cpu_utilization_per_core ⇒ ::Integer
5313 |
# File 'sig/client.rbs', line 5313
def target_cpu_utilization_per_core: () -> ::Integer
|