FINETUNE ('CANCEL') (SNOWFLAKE.CORTEX)¶
Cancels the specified fine-tuning job from the current schema.
Syntax¶
SNOWFLAKE.CORTEX.FINETUNE(
'CANCEL',
'<finetune_job_id>'
)
Parameters¶
'CANCEL'
Specifies that you want to cancel a fine-tuning job.
finetune_job_id
The ID of the fine-tuning job that was generated when you created the job.
Output¶
Column |
Type |
Description |
---|---|---|
SNOWFLAKE.CORTEX.FINETUNE |
Message that the job was canceled. |
Access control requirements¶
For access requirements, see Access control requirements.
Examples¶
SELECT SNOWFLAKE.CORTEX.FINETUNE(
'CANCEL',
'CortexFineTuningWorkflow_194bbea4-1208-42f3-88c6-cfb202086125'
);
Canceled Cortex Fine-tuning job: CortexFineTuningWorkflow_194bbea4-1208-42f3-88c6-cfb202086125