AutoscaleProfile interface

Autoscaling configuration: scale replica count between a minimum and maximum.

Properties

maxReplicas

The maximum number of replicas. If not specified, the service derives a default from the subscription GPU quota.

minReplicas

The minimum number of replicas. Must be at least 1; scale-to-zero is not supported in autoscale mode (see ScalingProfile).

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