Sep 25, 2025: FILE data type (General availability)

The FILE data type enables multimodal Cortex AI Functions workflows with unstructured data stored on internal or external stages. FILE values provide a way to reference files without encapsulating the actual file content. FILE objects let you:

  • Store references to files in tables and pass them to Cortex AI Functions like AI_COMPLETE, AI_CLASSIFY, AI_EXTRACT, AI_PARSE_DOCUMENT, and AI_TRANSCRIBE for automated multimodal processing workflows.

  • 参照として FILE 値を作成して渡すことで、ファイルデータの重複を避け、より効率的に処理します。

  • DIRECTORY 関数を TO_FILE と組み合わせ、ファイルコレクション全体に対する FILE 参照を作成してバッチ処理を行えるようにすることで、既存のデータアーキテクチャと統合します。

詳細については、FILE データ型 および TO_FILE 関数 をご参照ください。