public static final class CreateResourceGroupRequest.TierAttributes extends Object
For instance, to set max VRAM capacity to 1GB and max RAM capacity to 10GB, use: {'VRAM':{'max_memory':'1000000000'}, 'RAM':{'max_memory':'10000000000'}}
MAX_MEMORY
: Maximum amount of memory usable in the given tier at one
time for this group.
Map
.
A set of string constants for the parameter tierAttributes
.Modifier and Type | Field and Description |
---|---|
static String |
MAX_MEMORY
Maximum amount of memory usable in the given tier at one time for
this group.
|
public static final String MAX_MEMORY
Copyright © 2020. All rights reserved.