Uses of Interface
software.amazon.awssdk.services.sagemaker.model.ScalingPolicyObjective.Builder
-
Packages that use ScalingPolicyObjective.Builder Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of ScalingPolicyObjective.Builder in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return ScalingPolicyObjective.Builder Modifier and Type Method Description static ScalingPolicyObjective.BuilderScalingPolicyObjective. builder()ScalingPolicyObjective.BuilderScalingPolicyObjective.Builder. maxInvocationsPerMinute(Integer maxInvocationsPerMinute)The maximum number of expected requests to your endpoint per minute.ScalingPolicyObjective.BuilderScalingPolicyObjective.Builder. minInvocationsPerMinute(Integer minInvocationsPerMinute)The minimum number of expected requests to your endpoint per minute.ScalingPolicyObjective.BuilderScalingPolicyObjective. toBuilder()Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type ScalingPolicyObjective.Builder Modifier and Type Method Description static Class<? extends ScalingPolicyObjective.Builder>ScalingPolicyObjective. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type ScalingPolicyObjective.Builder Modifier and Type Method Description default GetScalingConfigurationRecommendationRequest.BuilderGetScalingConfigurationRecommendationRequest.Builder. scalingPolicyObjective(Consumer<ScalingPolicyObjective.Builder> scalingPolicyObjective)An object where you specify the anticipated traffic pattern for an endpoint.default GetScalingConfigurationRecommendationResponse.BuilderGetScalingConfigurationRecommendationResponse.Builder. scalingPolicyObjective(Consumer<ScalingPolicyObjective.Builder> scalingPolicyObjective)An object representing the anticipated traffic pattern for an endpoint that you specified in the request.
-