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
5299 |
# File 'sig/client.rbs', line 5299
def dynamic_scaling_configuration: () -> Types::DynamicScalingConfiguration
|
#endpoint_name ⇒ ::String
5295 |
# File 'sig/client.rbs', line 5295
def endpoint_name: () -> ::String
|
#inference_recommendations_job_name ⇒ ::String
5293 |
# File 'sig/client.rbs', line 5293
def inference_recommendations_job_name: () -> ::String
|
#metric ⇒ Types::ScalingPolicyMetric
5298 |
# File 'sig/client.rbs', line 5298
def metric: () -> Types::ScalingPolicyMetric
|
#recommendation_id ⇒ ::String
5294 |
# File 'sig/client.rbs', line 5294
def recommendation_id: () -> ::String
|
#scaling_policy_objective ⇒ Types::ScalingPolicyObjective
5297 |
# File 'sig/client.rbs', line 5297
def scaling_policy_objective: () -> Types::ScalingPolicyObjective
|
#target_cpu_utilization_per_core ⇒ ::Integer
5296 |
# File 'sig/client.rbs', line 5296
def target_cpu_utilization_per_core: () -> ::Integer
|