Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace AutoScalingPolicy

The scaling policy to enable autoscaling on the model deployment.

Properties

autoScalingPolicies

autoScalingPolicies: Array<AutoScalingPolicyDetails>

The list of autoscaling policy details.

Optional coolDownInSeconds

coolDownInSeconds: undefined | number

For threshold-based autoscaling policies, this value is the minimum period of time to wait between scaling actions. The cooldown period gives the system time to stabilize before rescaling. The minimum value is 600 seconds, which is also the default. The cooldown period starts when the model deployment becomes ACTIVE after the scaling operation. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional isEnabled

isEnabled: undefined | false | true

Whether the autoscaling policy is enabled.

Const policyType

policyType: string = "AUTOSCALING"

Methods

getDeserializedJsonObj

getJsonObj