CapabilitiesCapabilities interface 
The supported capabilities.
Properties
| max | The maximum allowed CPU request in cores. NOTE: This property will not be serialized. It can only be populated by the server. | 
| max | The maximum allowed GPU count. NOTE: This property will not be serialized. It can only be populated by the server. | 
| max | The maximum allowed memory request in GB. NOTE: This property will not be serialized. It can only be populated by the server. | 
Property Details
		maxCpu
	 
	The maximum allowed CPU request in cores. NOTE: This property will not be serialized. It can only be populated by the server.
maxCpu?: numberProperty Value
number
		maxGpuCount
	  
	The maximum allowed GPU count. NOTE: This property will not be serialized. It can only be populated by the server.
maxGpuCount?: numberProperty Value
number
		maxMemoryInGB
	  
	The maximum allowed memory request in GB. NOTE: This property will not be serialized. It can only be populated by the server.
maxMemoryInGB?: numberProperty Value
number