Class GetScalingConfigurationRecommendationResponse

    • Method Detail

      • inferenceRecommendationsJobName

        public final String inferenceRecommendationsJobName()

        The name of a previously completed Inference Recommender job.

        Returns:
        The name of a previously completed Inference Recommender job.
      • recommendationId

        public final String recommendationId()

        The recommendation ID of a previously completed inference recommendation.

        Returns:
        The recommendation ID of a previously completed inference recommendation.
      • endpointName

        public final String endpointName()

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

        Returns:
        The name of an endpoint benchmarked during a previously completed Inference Recommender job.
      • targetCpuUtilizationPerCore

        public final Integer targetCpuUtilizationPerCore()

        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:
        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%.
      • scalingPolicyObjective

        public final ScalingPolicyObjective scalingPolicyObjective()

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

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

        public final ScalingPolicyMetric metric()

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

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

        public final DynamicScalingConfiguration dynamicScalingConfiguration()

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

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

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object