- Categories:
String & binary functions (AI Functions)
FINETUNE (‘DESCRIBE’) (SNOWFLAKE.CORTEX)¶
Describes the properties of a fine-tuning job. If the job completes successfully, additional details about the job are returned, including the final model name. Use this name when using the COMPLETE (SNOWFLAKE.CORTEX) function to make an inference on your fine-tuned model.
语法
参数
'DESCRIBE'指定要获取所提供微调作业的属性。
finetune_job_id创建作业时生成的微调作业的 ID。
输出
| Column | Type | Description |
|---|---|---|
| SNOWFLAKE.CORTEX.FINETUNE | OBJECT | An object containing the job status, progress and the tuning job ID. If the job status is
|
访问控制要求
For access requirements, see Access control requirements.
示例
成功作业的输出示例: