Available in VPC.
Task Model Run explains the Task Model Run interface and describes how to create and delete Runs. Task Model Run interface
Task Model Run interface
The Task Model Run interface is structured as follows:

| Component | Description |
|---|---|
| ① Menu name | Shows the current menu name. |
| ② Basic features | Basic functions provided in the Task Model Run menu.
|
| ③ Delete | Click to delete a Run |
| ④ Run list | List of created Runs
|
Create a Run
A Run is created using user features and a Task Model. To create:
- In the VPC environment of the NAVER Cloud Platform console, navigate to
> Services > AI Services > NCLUE. - Click Task Model Run menu.
- Click [Create a Run] button.
- When the Run creation popup appears, configure the new Run.
- Run name: Enter a unique name within 100 characters
- Task Model: Select the Task whose performance you want to evaluate from the dropdown
- For details on creating Tasks, refer to Create a Task.
- Click
to refresh the dropdown.
- Feature: Select the feature to apply to the Task Model
- For details on creating features, Create a feature.
- Click
to refresh the dropdown.
- Result storage path: Path where Run results will be stored
- Storage bucket: Choose the Object Storage bucket from the dropdown menu.
- To use a new Object Storage bucket, click [Create an Object Storage] button. After creating
, click the refresh icon (i-nclue_refresh) so Object Storage appears in the dropdown. For details, see Object Storage Bucket Creation.
- To use a new Object Storage bucket, click [Create an Object Storage] button. After creating
- File path: Enter the path where the Object Storage result file will be stored in the bucket
- The following special characters cannot be used in file paths:
- &$@;:+,?*\{}^%`[]<>~#|"'
- Characters with ASCII codes 0–31 and 128–255 are also not allowed.
- File naming rules:
- If the input string ends with /, it is treated as a directory. A file named nclue_{random}_{YYYYMMDDHH}.tsv will be created inside the directory.
- Otherwise, the input string is treated as a filename prefix, and a file named {input}_{random}_{YYYYMMDDHH}.tsv will be created.
- The following special characters cannot be used in file paths:
- Storage bucket: Choose the Object Storage bucket from the dropdown menu.
- Click [Create] button.
- The Run appears in the list with the Registered status, and once creation is complete, the status updates to Available.
Note
Run results are values between 0 and 1. A score closer to 0 indicates lower probability, and a score closer to 1 indicates higher probability.
Caution
Result data is stored as a TSV file at the specified Run output path (not in a separate service-managed space). Object Storage fees apply based on the data size.
Delete a Run
To delete a Run:
Caution
- Deleted Runs cannot be recovered. Please be careful when deleting a run.
- Even if you delete the Run, its result files remain in Object Storage and may continue to incur storage fees. Delete the Object Storage files separately to avoid charges.
Note
- Runs in Pending or In progress cannot be deleted (the [Delete] button will be disabled).
- Multiple Runs can be selected and deleted at once.
- In the VPC environment of the NAVER Cloud Platform console, navigate to
> Services > AI Services > NCLUE. - Click Task Model Run menu.
- Select the Run you want to delete, then click [Delete] button.
- Review the content in the deletion popup and click [Delete] button.
- The Run will be removed from the list.