Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AutoScaleSettings

Package version

interface

An interface representing AutoScaleSettings. Auto-scale settings for the cluster. The system automatically scales the cluster up and down (within minimumNodeCount and maximumNodeCount) based on the number of queued and running jobs assigned to the cluster.

Hierarchy

  • AutoScaleSettings

Index

Properties

Optional initialNodeCount

initialNodeCount: undefined | number
member

{number} [initialNodeCount] Initial node count. The number of compute nodes to allocate on cluster creation. Note that this value is used only during cluster creation. Default: 0. Default value: 0 .

maximumNodeCount

maximumNodeCount: number
member

{number} maximumNodeCount Maximum node count. The maximum number of compute nodes the cluster can have.

minimumNodeCount

minimumNodeCount: number
member

{number} minimumNodeCount Minimum node count. The minimum number of compute nodes the Batch AI service will try to allocate for the cluster. Note, the actual number of nodes can be less than the specified value if the subscription has not enough quota to fulfill the request.

Generated using TypeDoc