Add-ons

Master Table: Update to Delete Options
Add-ons

Master Table: Update to Delete Options

Deletes unnecessary Options and Creates a new master file (OptionsXML) by referring to the master table on Workflow Platform. No error occurs even if the deletion ID does not exist. For automation, place [Service Task (Choices Update)] downstream.

Master Table: Update
Add-ons

Master Table: Update

Creates a new master file (OptionsXML) by referring to the master table on Workflow Platform. A new ID-Label will be added to the first line. Rows with the same ID are deleted. For automation, place [Service Task (Choices Update)] downstream.

String: Replace All
Add-ons

String: Replace All

Replaces all the search strings by the replacement string. All matches are case sensitive. For example, it is possible to completely replace the string “XXXX-XX-XX” in the template text with “2020-05-11”.

OpenAI #FtJob: Retrieve
Add-ons

OpenAI #FtJob: Retrieve

Gets info about the Fine-Tune Job (FtJob). FineTune event logs can be obtained. If the job status is “succeeded”, the MODEL name (ID) can also be obtained. It is typically placed in a flow that is called repeatedly every hour.

OpenAI #FtJob: Create
Add-ons

OpenAI #FtJob: Create

Creates a job (FtJob) that fine-tunes a specified MODEL. Stores the job ID. The job will take minutes or hours. The “Fine-Tuned MODEL” (FtMODEL) will be available after the job is completed. Note that the training file (dataset) must be uploaded in advance.

OpenAI #MODELs: List
Add-ons

OpenAI #MODELs: List

Lists the various models available in the API including Fine-Tuned Models (FtMODELs). The number of the currently available models and TSV of basic information about each one can be obtained; created time, owner, root MODEL, MODEL ID.

OpenAI #FtJobs: List
Add-ons

OpenAI #FtJobs: List

Lists all Fine-Tuning Jobs (FtJobs) in your organization. The number of all FtJobs and the TSV of all FtJobs can be obtained; start time, update time, status, Base MODEL, FtJob ID.

OpenAI #File: Delete
Add-ons

OpenAI #File: Delete

Deletes a file on the OpenAI API server. Delete a file by specifying its file ID. The file ID is in the format “file-xxxxxyyyyyyyzzzzzXXXXXXXYYYYY” and can be stored when uploading.

OpenAI #File: Download
Add-ons

OpenAI #File: Download

Downloads a file on the OpenAI API server. Files matching the specified ID are stored. The file ID is in the format “file-xxxxxyyyyyyyzzzzzXXXXXXXYYYYY” and can be obtained during upload.

OpenAI #Files: List
Add-ons

OpenAI #Files: List

Lists the files on the OpenAI API server. For all files belonging to the user organisation, the four attributes File ID, Purpose, File Size and File Name are stored as TSV text.

Scroll to Top