Uses of Class
software.amazon.awscdk.services.sagemaker.alpha.InvocationsScalingProps.Builder
Package
Description
Amazon SageMaker Construct Library
-
Uses of InvocationsScalingProps.Builder in software.amazon.awscdk.services.sagemaker.alpha
Modifier and TypeMethodDescriptionInvocationsScalingProps.builder()
InvocationsScalingProps.Builder.disableScaleIn
(Boolean disableScaleIn) Sets the value ofBaseTargetTrackingProps.getDisableScaleIn()
InvocationsScalingProps.Builder.maxRequestsPerSecond
(Number maxRequestsPerSecond) Sets the value ofInvocationsScalingProps.getMaxRequestsPerSecond()
InvocationsScalingProps.Builder.policyName
(String policyName) Sets the value ofBaseTargetTrackingProps.getPolicyName()
InvocationsScalingProps.Builder.safetyFactor
(Number safetyFactor) Sets the value ofInvocationsScalingProps.getSafetyFactor()
InvocationsScalingProps.Builder.scaleInCooldown
(Duration scaleInCooldown) Sets the value ofBaseTargetTrackingProps.getScaleInCooldown()
InvocationsScalingProps.Builder.scaleOutCooldown
(Duration scaleOutCooldown) Sets the value ofBaseTargetTrackingProps.getScaleOutCooldown()
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theInvocationsScalingProps.Builder
.