SHOW COMPUTE POOL INSTANCE FAMILIES¶
Lists the available compute pool instance families that you can use to create a compute pool.
- See also:
Syntax¶
SHOW COMPUTE POOL INSTANCE FAMILIES
Output¶
The command output provides compute pool instance family properties and metadata in the following columns:
Column |
Description |
---|---|
|
Instance family name. |
|
Instance family description. |
|
Number of vCPUs that are accessible to the user. |
|
Memory in GiB that is accessible to the user. |
|
Storage in GiB that is accessible to the user. |
|
Name of the GPU if applicable, else an empty string. |
|
Count of GPUs if applicable, else 0. |
|
GPU Memory available per GPU if applicable, else 0. |
|
Number of nodes of this type currently in use by your Snowflake account. |
|
Additional information about the instance family. |
Examples¶
The following command lists the compute pool instance families:
SHOW COMPUTE POOL INSTANCE FAMILIES;