AutoscaleProfile interface
Autoscaling configuration: scale replica count between a minimum and maximum.
Properties
| max |
The maximum number of replicas. If not specified, the service derives a default from the subscription GPU quota. |
| min |
The minimum number of replicas. Must be at least |
Property Details
maxReplicas
The maximum number of replicas. If not specified, the service derives a default from the subscription GPU quota.
maxReplicas?: number
Property Value
number
minReplicas
The minimum number of replicas. Must be at least 1; scale-to-zero is not supported in autoscale mode (see ScalingProfile).
minReplicas: number
Property Value
number