Class CreateResourceGroupRequest.TierAttributes

  • Enclosing class:
    CreateResourceGroupRequest

    public static final class CreateResourceGroupRequest.TierAttributes
    extends Object
    A set of string constants for the CreateResourceGroupRequest parameter tierAttributes.

    Optional map containing tier names and their respective attribute group limits. The only valid attribute limit that can be set is max_memory (in bytes) for the VRAM and RAM tiers.

    For instance, to set max VRAM capacity to 1GB per rank per GPU and max RAM capacity to 10GB per rank, use: {'VRAM':{'max_memory':'1000000000'}, 'RAM':{'max_memory':'10000000000'}}

    • Field Detail

      • MAX_MEMORY

        public static final String MAX_MEMORY
        Maximum amount of memory usable at one time, per rank, per GPU, for the VRAM tier; or maximum amount of memory usable at one time, per rank, for the RAM tier.
        See Also:
        Constant Field Values