Get task list
- Print
- PDF
Get task list
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Available in VPC
Get the list of created task models. You can check the detailed information of all retrieved task models.
Request
This section describes the request format. The method and URI are as follows:
Method | URI |
---|---|
GET | /tasks |
Request headers
For information about the headers common to all NCLUE APIs, see NCLUE request headers.
Request query parameters
The following describes the parameters.
Field | Type | Required | Description |
---|---|---|---|
index | Integer | Optional | Start location of the list
|
limit | Integer | Optional | List output limit value
|
Request example
The request example is as follows:
Response
This section describes the response format.
Response body
The response body includes the following data:
Field | Type | Required | Description |
---|---|---|---|
index | Integer | - | Start location of the list |
limit | Integer | - | List output limit value |
total | Integer | - | Number of tasks retrieved |
tasks | Array | - | Task list |
tasks
The following describes tasks
.
Field | Type | Required | Description |
---|---|---|---|
task_id | String | - | Task ID |
task_name | String | - | Task name |
status | String | - | Task status
|
created_at | String | - | Task creation request date and time (ISO 8601 format) |
completed_at | String | - | Task creation completion date and time (ISO 8601 format) |
train_feature_id | String | - | Feature ID to apply to train correct answer data |
train_feature_name | String | - | Feature name to apply to train correct answer data |
train_bucket | String | - | Bucket name of Object Storage where the train correct answer data file is stored |
train_file_path | String | - | Train correct answer data file path in train_bucket |
test_feature_id | String | - | Feature ID to apply to test correct answer data |
test_feature_name | String | - | Feature name to apply to test correct answer data |
test_bucket | String | - | Bucket name of Object Storage where the test correct answer data file is stored |
test_file_path | String | - | Test correct answer data file path in test_bucket |
AUROC | Number | - | Performance of the task model
|
line_count | Integer | - | Number of lines of the feature applied to the task
|
disk_usage | Integer | - | Capacity (byte) of the task |
fail_message | String | - | Creation failure message
|
Response status codes
For response status codes common to NCLUE, see NCLUE response status codes.
Response example
The response example is as follows:
Was this article helpful?