Class GetScalingConfigurationRecommendationRequest

    • 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. This ID should come from one of the recommendations returned by the job specified in the InferenceRecommendationsJobName field.

        Specify either this field or the EndpointName field.

        Returns:
        The recommendation ID of a previously completed inference recommendation. This ID should come from one of the recommendations returned by the job specified in the InferenceRecommendationsJobName field.

        Specify either this field or the EndpointName field.

      • endpointName

        public final String endpointName()

        The name of an endpoint benchmarked during a previously completed inference recommendation job. This name should come from one of the recommendations returned by the job specified in the InferenceRecommendationsJobName field.

        Specify either this field or the RecommendationId field.

        Returns:
        The name of an endpoint benchmarked during a previously completed inference recommendation job. This name should come from one of the recommendations returned by the job specified in the InferenceRecommendationsJobName field.

        Specify either this field or the RecommendationId field.

      • targetCpuUtilizationPerCore

        public final Integer targetCpuUtilizationPerCore()

        The percentage of how much utilization you want an instance to use before autoscaling. The default value is 50%.

        Returns:
        The percentage of how much utilization you want an instance to use before autoscaling. The default value is 50%.
      • scalingPolicyObjective

        public final ScalingPolicyObjective scalingPolicyObjective()

        An object where you specify the anticipated traffic pattern for an endpoint.

        Returns:
        An object where you specify the anticipated traffic pattern for an endpoint.
      • 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