- Categories:
String & binary functions (AI Functions)
FINETUNE ('SHOW') (SNOWFLAKE.CORTEX)¶
Lists all the fine-tuning jobs in the current account.
Syntax¶
Parameters¶
'SHOW'Specifies that you want a list of the fine-tuning jobs in the current account.
Output¶
A list of all the fine-tuning jobs in the current account.
Column |
Type |
Description |
|---|---|---|
SNOWFLAKE.CORTEX.FINETUNE(‘SHOW’) |
An array of objects containing the job ID and the job status. The status is one of the following:
|
Access control requirements¶
For access requirements, see Access control requirements.
Usage notes¶
The returned fine-tuning jobs are not permanent and may be garbage collected periodically.
Examples¶
Limitations¶
Snowflake Cortex functions do not support dynamic tables.