SAP AI SDK for JavaScript - v2.13.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
      
    • OptionalmaxReplicaPerDeployment?: number