- Categories:
System functions (System Information)
SYSTEM$GET_ INSTANCE_ FAMILY_ PLACEMENT_ GROUPS¶
Returns the list of placement groups supported for the specified instance family for Snowpark Container Services compute pool nodes.
Syntax¶
Arguments¶
'instance_family'Instance family.
Returns¶
Returns a VARCHAR value that contains the supported placement groups formatted as a JSON array.
Usage notes¶
- The returned list of placement group names is specific to your Snowflake account and the specified instance family. For more information, see Compute pool placement.
- Results don’t guarantee capacity. You might still run into insufficient capacity errors in a placement group even if an instance family is supported there.
Examples¶
The following function returns the supported placement groups for the GPU_NV_L instance family:
Example output:
The GPU_NV_L instance family is available in the following placement
groups: A, B, C and D.