Available in VPC
You can use the Task Model Run menu interface to create and delete Runs.
Task Model Run interface
The Task Model Run interface includes the following components:

| Component | Description |
|---|---|
| ① Menu name | 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 Menu > Services > AI Services > NCLUE.
- Click Task Model Run menu.
- Click [Create a Run].
- 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 menu.
- For details on creating Tasks, refer to Create a Task.
- Click
to refresh the dropdown.
- Feature: Select the feature you want to apply to the task model from the dropdown menu.
- 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]. 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]. 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.
- Spaces
- 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].
- 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.
- Check the version of the NCLUE model. Runs created from features based on deprecated models cannot be used. We recommend using the latest models.
Delete a Run
To delete a Run:
Caution
- Deleted Runs cannot be recovered. Be sure to review the Run before deleting it.
- 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 ([Delete] will be disabled).
- Multiple Runs can be selected and deleted at once.
- In the VPC environment of the NAVER Cloud Platform console, navigate to Menu > Services > AI Services > NCLUE.
- Click Task Model Run menu.
- Select the Run you want to delete, then click [Delete].
- Review the content in the deletion popup and click [Delete].
- The Run will be removed from the list.