static GetScalingConfigurationRecommendationResponse.Builder |
GetScalingConfigurationRecommendationResponse.builder() |
|
default GetScalingConfigurationRecommendationResponse.Builder |
GetScalingConfigurationRecommendationResponse.Builder.dynamicScalingConfiguration(Consumer<DynamicScalingConfiguration.Builder> dynamicScalingConfiguration) |
An object with the recommended values for you to specify when creating an autoscaling policy.
|
GetScalingConfigurationRecommendationResponse.Builder |
GetScalingConfigurationRecommendationResponse.Builder.dynamicScalingConfiguration(DynamicScalingConfiguration dynamicScalingConfiguration) |
An object with the recommended values for you to specify when creating an autoscaling policy.
|
GetScalingConfigurationRecommendationResponse.Builder |
GetScalingConfigurationRecommendationResponse.Builder.endpointName(String endpointName) |
The name of an endpoint benchmarked during a previously completed Inference Recommender job.
|
GetScalingConfigurationRecommendationResponse.Builder |
GetScalingConfigurationRecommendationResponse.Builder.inferenceRecommendationsJobName(String inferenceRecommendationsJobName) |
The name of a previously completed Inference Recommender job.
|
default GetScalingConfigurationRecommendationResponse.Builder |
GetScalingConfigurationRecommendationResponse.Builder.metric(Consumer<ScalingPolicyMetric.Builder> metric) |
An object with a list of metrics that were benchmarked during the previously completed Inference Recommender
job.
|
GetScalingConfigurationRecommendationResponse.Builder |
GetScalingConfigurationRecommendationResponse.Builder.metric(ScalingPolicyMetric metric) |
An object with a list of metrics that were benchmarked during the previously completed Inference Recommender
job.
|
GetScalingConfigurationRecommendationResponse.Builder |
GetScalingConfigurationRecommendationResponse.Builder.recommendationId(String recommendationId) |
The recommendation ID of a previously completed inference recommendation.
|
default GetScalingConfigurationRecommendationResponse.Builder |
GetScalingConfigurationRecommendationResponse.Builder.scalingPolicyObjective(Consumer<ScalingPolicyObjective.Builder> scalingPolicyObjective) |
An object representing the anticipated traffic pattern for an endpoint that you specified in the request.
|
GetScalingConfigurationRecommendationResponse.Builder |
GetScalingConfigurationRecommendationResponse.Builder.scalingPolicyObjective(ScalingPolicyObjective scalingPolicyObjective) |
An object representing the anticipated traffic pattern for an endpoint that you specified in the request.
|
GetScalingConfigurationRecommendationResponse.Builder |
GetScalingConfigurationRecommendationResponse.Builder.targetCpuUtilizationPerCore(Integer targetCpuUtilizationPerCore) |
The percentage of how much utilization you want an instance to use before autoscaling, which you specified in
the request.
|
GetScalingConfigurationRecommendationResponse.Builder |
GetScalingConfigurationRecommendationResponse.toBuilder() |
|