SAP AI SDK for JavaScript - v2.8.0
    Preparing search index...

    Type Alias BckndDeploymentQuota

    BckndDeploymentQuota: { maxCount?: number; maxReplicaPerDeployment?: number } & Record<
        string,
        any,
    >

    Representation of the 'BckndDeploymentQuota' schema.

    Type Declaration

    • OptionalmaxCount?: number

      The value can be 0(disabled) or a positive integer defining the maximum allowed number

      10
      

      Copyright Ⓒ 2026 SAP SE or an SAP affiliate company. All rights reserved.

    • OptionalmaxReplicaPerDeployment?: number