Download OpenAPI specification:Download
NVIDIA TAO (Train, Adapt, Optimize) API document
Returns the user credentials
Login request with ngc_api_key
ngc_api_key | string <regex> <= 1000 characters |
{- "ngc_api_key": "/regex/"
}
{- "user_id": "a169451c-8525-4352-b8ca-070dd449a1a5",
- "token": "/regex/"
}
Given dataset type return dataset formats or return all formats
org_name required | string <= 255 characters ^[a-zA-Z0-9_-]+$ Org Name |
{- "accepted_dataset_intents": [
- "training"
], - "dataset_formats": [
- "/regex/"
]
}
Returns the list of Datasets
org_name required | string <= 255 characters ^[a-zA-Z0-9_-]+$ Org Name |
skip | integer <int32> [ 0 .. 2147483647 ] Optional skip for pagination |
size | integer <int32> [ 0 .. 2147483647 ] Optional size for pagination |
sort | string Enum: "date-descending" "date-ascending" "name-descending" "name-ascending" Optional sort |
name | string <= 5000 characters .* Optional name filter |
format | string Enum: "kitti" "pascal_voc" "raw" "coco_raw" "unet" "coco" "lprnet" "train" "test" "default" "custom" "classification_pyt" "classification_tf2" "visual_changenet_segment" "visual_changenet_classify" Optional format filter |
type | string Enum: "object_detection" "semantic_segmentation" "image_classification" "instance_segmentation" "character_recognition" "action_recognition" "pointpillars" "pose_classification" "ml_recog" "ocdnet" "ocrnet" "optical_inspection" "re_identification" "visual_changenet" "centerpose" Optional type filter |
{- "datasets": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "created_on": "2019-08-24T14:15:22Z",
- "last_modified": "2019-08-24T14:15:22Z",
- "name": "/regex/",
- "description": "/regex/",
- "version": "/regex/",
- "logo": "string",
- "type": "object_detection",
- "format": "kitti",
- "cloud_details": {
- "cloud_type": "aws",
- "cloud_file_type": "file"
}, - "actions": [
- "dataset_convert"
], - "jobs": {
- "property1": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "parent_id": "1c6ca187-e61f-4301-8dcb-0e9749e89eef",
- "created_on": "2019-08-24T14:15:22Z",
- "last_modified": "2019-08-24T14:15:22Z",
- "action": "dataset_convert",
- "status": "Done",
- "result": {
- "detailed_status": {
- "date": "string",
- "time": "string",
- "message": "/regex/",
- "status": "/regex/"
}, - "graphical": [
- {
- "metric": "/regex/",
- "x_min": -9223372036854776000,
- "x_max": -9223372036854776000,
- "y_min": 0,
- "y_max": 0,
- "values": {
- "property1": 0,
- "property2": 0
}, - "units": "/regex/"
}
], - "categorical": [
- {
- "metric": "/regex/",
- "category_wise_values": [
- {
- "category": null,
- "value": null
}
]
}
], - "kpi": [
- {
- "metric": "/regex/",
- "values": {
- "property1": 0,
- "property2": 0
}
}
], - "automl_result": [
- {
- "metric": "/regex/",
- "value": 0
}
], - "stats": [
- {
- "metric": "/regex/",
- "value": "/regex/"
}
], - "starting_epoch": -1,
- "epoch": -1,
- "automl_experiment_epoch": -1,
- "max_epoch": 9223372036854776000,
- "automl_experiment_max_epoch": 9223372036854776000,
- "time_per_epoch": "/regex/",
- "time_per_iter": "/regex/",
- "cur_iter": 9223372036854776000,
- "eta": "/regex/",
- "key_metric": 0,
- "message": "/regex/"
}, - "specs": null,
- "name": "/regex/",
- "description": "/regex/",
- "num_gpu": 9223372036854776000,
- "platform": "t4",
- "dataset_id": "8c4c51f1-f6f3-43bc-b65d-7415e8ef22c0"
}, - "property2": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "parent_id": "1c6ca187-e61f-4301-8dcb-0e9749e89eef",
- "created_on": "2019-08-24T14:15:22Z",
- "last_modified": "2019-08-24T14:15:22Z",
- "action": "dataset_convert",
- "status": "Done",
- "result": {
- "detailed_status": {
- "date": "string",
- "time": "string",
- "message": "/regex/",
- "status": "/regex/"
}, - "graphical": [
- {
- "metric": "/regex/",
- "x_min": -9223372036854776000,
- "x_max": -9223372036854776000,
- "y_min": 0,
- "y_max": 0,
- "values": {
- "property1": 0,
- "property2": 0
}, - "units": "/regex/"
}
], - "categorical": [
- {
- "metric": "/regex/",
- "category_wise_values": [
- {
- "category": null,
- "value": null
}
]
}
], - "kpi": [
- {
- "metric": "/regex/",
- "values": {
- "property1": 0,
- "property2": 0
}
}
], - "automl_result": [
- {
- "metric": "/regex/",
- "value": 0
}
], - "stats": [
- {
- "metric": "/regex/",
- "value": "/regex/"
}
], - "starting_epoch": -1,
- "epoch": -1,
- "automl_experiment_epoch": -1,
- "max_epoch": 9223372036854776000,
- "automl_experiment_max_epoch": 9223372036854776000,
- "time_per_epoch": "/regex/",
- "time_per_iter": "/regex/",
- "cur_iter": 9223372036854776000,
- "eta": "/regex/",
- "key_metric": 0,
- "message": "/regex/"
}, - "specs": null,
- "name": "/regex/",
- "description": "/regex/",
- "num_gpu": 9223372036854776000,
- "platform": "t4",
- "dataset_id": "8c4c51f1-f6f3-43bc-b65d-7415e8ef22c0"
}
}, - "client_url": "/regex/",
- "status": "starting",
- "use_for": [
- "training"
]
}
], - "pagination_info": {
- "page_index": 9223372036854776000,
- "total_records": 9223372036854776000,
- "total_pages": 9223372036854776000,
- "page_size": 9223372036854776000
}
}
Returns the new Dataset
org_name required | string <= 255 characters ^[a-zA-Z0-9_-]+$ Org Name |
Initial metadata for new Dataset (type and format required)
name | string <regex> <= 500 characters |
user_id | string <uuid> <= 36 characters |
description | string <regex> <= 1000 characters |
object | |
version | string <regex> <= 10 characters |
logo | string <url> <= 2048 characters |
type | string Enum: "object_detection" "semantic_segmentation" "image_classification" "instance_segmentation" "character_recognition" "action_recognition" "pointpillars" "pose_classification" "ml_recog" "ocdnet" "ocrnet" "optical_inspection" "re_identification" "visual_changenet" "centerpose" "not_restricted" "user_custom" |
format | string Enum: "kitti" "pascal_voc" "raw" "coco_raw" "unet" "coco" "lprnet" "train" "test" "default" "custom" "classification_pyt" "classification_tf2" "visual_changenet_segment" "visual_changenet_classify" "monai" |
object (CloudPull) | |
client_url | string or null <regex> <= 2048 characters |
client_id | string or null <regex> <= 2048 characters |
client_secret | string or null <regex> <= 2048 characters |
filters | string or null <regex> <= 2048 characters |
status | string Enum: "starting" "in_progress" "pull_complete" "invalid_pull" |
use_for | Array of strings or null <= 3 items Enum: "training" "evaluation" "testing" |
{- "cloud_details": {
- "cloud_type": "aws",
- "cloud_file_type": "file",
- "cloud_specific_details": {
- "access_key": "my_access_key",
- "secret_key": "my_secret_key",
- "cloud_region": "us-west-1",
- "cloud_bucket_name": "my_bucket_name",
- "cloud_file_path": "my_dataset.tar.gz"
}
}
}
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "created_on": "2019-08-24T14:15:22Z",
- "last_modified": "2019-08-24T14:15:22Z",
- "name": "/regex/",
- "description": "/regex/",
- "version": "/regex/",
- "logo": "string",
- "type": "object_detection",
- "format": "kitti",
- "cloud_details": {
- "cloud_type": "aws",
- "cloud_file_type": "file"
}, - "actions": [
- "dataset_convert"
], - "jobs": {
- "property1": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "parent_id": "1c6ca187-e61f-4301-8dcb-0e9749e89eef",
- "created_on": "2019-08-24T14:15:22Z",
- "last_modified": "2019-08-24T14:15:22Z",
- "action": "dataset_convert",
- "status": "Done",
- "result": {
- "detailed_status": {
- "date": "string",
- "time": "string",
- "message": "/regex/",
- "status": "/regex/"
}, - "graphical": [
- {
- "metric": "/regex/",
- "x_min": -9223372036854776000,
- "x_max": -9223372036854776000,
- "y_min": 0,
- "y_max": 0,
- "values": {
- "property1": 0,
- "property2": 0
}, - "units": "/regex/"
}
], - "categorical": [
- {
- "metric": "/regex/",
- "category_wise_values": [
- {
- "category": "/regex/",
- "value": 0
}
]
}
], - "kpi": [
- {
- "metric": "/regex/",
- "values": {
- "property1": 0,
- "property2": 0
}
}
], - "automl_result": [
- {
- "metric": "/regex/",
- "value": 0
}
], - "stats": [
- {
- "metric": "/regex/",
- "value": "/regex/"
}
], - "starting_epoch": -1,
- "epoch": -1,
- "automl_experiment_epoch": -1,
- "max_epoch": 9223372036854776000,
- "automl_experiment_max_epoch": 9223372036854776000,
- "time_per_epoch": "/regex/",
- "time_per_iter": "/regex/",
- "cur_iter": 9223372036854776000,
- "eta": "/regex/",
- "key_metric": 0,
- "message": "/regex/"
}, - "specs": null,
- "name": "/regex/",
- "description": "/regex/",
- "num_gpu": 9223372036854776000,
- "platform": "t4",
- "dataset_id": "8c4c51f1-f6f3-43bc-b65d-7415e8ef22c0"
}, - "property2": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "parent_id": "1c6ca187-e61f-4301-8dcb-0e9749e89eef",
- "created_on": "2019-08-24T14:15:22Z",
- "last_modified": "2019-08-24T14:15:22Z",
- "action": "dataset_convert",
- "status": "Done",
- "result": {
- "detailed_status": {
- "date": "string",
- "time": "string",
- "message": "/regex/",
- "status": "/regex/"
}, - "graphical": [
- {
- "metric": "/regex/",
- "x_min": -9223372036854776000,
- "x_max": -9223372036854776000,
- "y_min": 0,
- "y_max": 0,
- "values": {
- "property1": 0,
- "property2": 0
}, - "units": "/regex/"
}
], - "categorical": [
- {
- "metric": "/regex/",
- "category_wise_values": [
- {
- "category": "/regex/",
- "value": 0
}
]
}
], - "kpi": [
- {
- "metric": "/regex/",
- "values": {
- "property1": 0,
- "property2": 0
}
}
], - "automl_result": [
- {
- "metric": "/regex/",
- "value": 0
}
], - "stats": [
- {
- "metric": "/regex/",
- "value": "/regex/"
}
], - "starting_epoch": -1,
- "epoch": -1,
- "automl_experiment_epoch": -1,
- "max_epoch": 9223372036854776000,
- "automl_experiment_max_epoch": 9223372036854776000,
- "time_per_epoch": "/regex/",
- "time_per_iter": "/regex/",
- "cur_iter": 9223372036854776000,
- "eta": "/regex/",
- "key_metric": 0,
- "message": "/regex/"
}, - "specs": null,
- "name": "/regex/",
- "description": "/regex/",
- "num_gpu": 9223372036854776000,
- "platform": "t4",
- "dataset_id": "8c4c51f1-f6f3-43bc-b65d-7415e8ef22c0"
}
}, - "client_url": "/regex/",
- "status": "starting",
- "use_for": [
- "training"
]
}
Returns the Dataset
org_name required | string <= 255 characters ^[a-zA-Z0-9_-]+$ Org Name |
dataset_id required | string <uuid> <= 36 characters ID of Dataset to return |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "created_on": "2019-08-24T14:15:22Z",
- "last_modified": "2019-08-24T14:15:22Z",
- "name": "/regex/",
- "description": "/regex/",
- "version": "/regex/",
- "logo": "string",
- "type": "object_detection",
- "format": "kitti",
- "cloud_details": {
- "cloud_type": "aws",
- "cloud_file_type": "file"
}, - "actions": [
- "dataset_convert"
], - "jobs": {
- "property1": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "parent_id": "1c6ca187-e61f-4301-8dcb-0e9749e89eef",
- "created_on": "2019-08-24T14:15:22Z",
- "last_modified": "2019-08-24T14:15:22Z",
- "action": "dataset_convert",
- "status": "Done",
- "result": {
- "detailed_status": {
- "date": "string",
- "time": "string",
- "message": "/regex/",
- "status": "/regex/"
}, - "graphical": [
- {
- "metric": "/regex/",
- "x_min": -9223372036854776000,
- "x_max": -9223372036854776000,
- "y_min": 0,
- "y_max": 0,
- "values": {
- "property1": 0,
- "property2": 0
}, - "units": "/regex/"
}
], - "categorical": [
- {
- "metric": "/regex/",
- "category_wise_values": [
- {
- "category": "/regex/",
- "value": 0
}
]
}
], - "kpi": [
- {
- "metric": "/regex/",
- "values": {
- "property1": 0,
- "property2": 0
}
}
], - "automl_result": [
- {
- "metric": "/regex/",
- "value": 0
}
], - "stats": [
- {
- "metric": "/regex/",
- "value": "/regex/"
}
], - "starting_epoch": -1,
- "epoch": -1,
- "automl_experiment_epoch": -1,
- "max_epoch": 9223372036854776000,
- "automl_experiment_max_epoch": 9223372036854776000,
- "time_per_epoch": "/regex/",
- "time_per_iter": "/regex/",
- "cur_iter": 9223372036854776000,
- "eta": "/regex/",
- "key_metric": 0,
- "message": "/regex/"
}, - "specs": null,
- "name": "/regex/",
- "description": "/regex/",
- "num_gpu": 9223372036854776000,
- "platform": "t4",
- "dataset_id": "8c4c51f1-f6f3-43bc-b65d-7415e8ef22c0"
}, - "property2": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "parent_id": "1c6ca187-e61f-4301-8dcb-0e9749e89eef",
- "created_on": "2019-08-24T14:15:22Z",
- "last_modified": "2019-08-24T14:15:22Z",
- "action": "dataset_convert",
- "status": "Done",
- "result": {
- "detailed_status": {
- "date": "string",
- "time": "string",
- "message": "/regex/",
- "status": "/regex/"
}, - "graphical": [
- {
- "metric": "/regex/",
- "x_min": -9223372036854776000,
- "x_max": -9223372036854776000,
- "y_min": 0,
- "y_max": 0,
- "values": {
- "property1": 0,
- "property2": 0
}, - "units": "/regex/"
}
], - "categorical": [
- {
- "metric": "/regex/",
- "category_wise_values": [
- {
- "category": "/regex/",
- "value": 0
}
]
}
], - "kpi": [
- {
- "metric": "/regex/",
- "values": {
- "property1": 0,
- "property2": 0
}
}
], - "automl_result": [
- {
- "metric": "/regex/",
- "value": 0
}
], - "stats": [
- {
- "metric": "/regex/",
- "value": "/regex/"
}
], - "starting_epoch": -1,
- "epoch": -1,
- "automl_experiment_epoch": -1,
- "max_epoch": 9223372036854776000,
- "automl_experiment_max_epoch": 9223372036854776000,
- "time_per_epoch": "/regex/",
- "time_per_iter": "/regex/",
- "cur_iter": 9223372036854776000,
- "eta": "/regex/",
- "key_metric": 0,
- "message": "/regex/"
}, - "specs": null,
- "name": "/regex/",
- "description": "/regex/",
- "num_gpu": 9223372036854776000,
- "platform": "t4",
- "dataset_id": "8c4c51f1-f6f3-43bc-b65d-7415e8ef22c0"
}
}, - "client_url": "/regex/",
- "status": "starting",
- "use_for": [
- "training"
]
}
Cancels all related running jobs and returns the deleted Dataset
org_name required | string <= 255 characters ^[a-zA-Z0-9_-]+$ Org Name |
dataset_id required | string <uuid> <= 36 characters ID of Dataset to delete |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "created_on": "2019-08-24T14:15:22Z",
- "last_modified": "2019-08-24T14:15:22Z",
- "name": "/regex/",
- "description": "/regex/",
- "version": "/regex/",
- "logo": "string",
- "type": "object_detection",
- "format": "kitti",
- "cloud_details": {
- "cloud_type": "aws",
- "cloud_file_type": "file"
}, - "actions": [
- "dataset_convert"
], - "jobs": {
- "property1": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "parent_id": "1c6ca187-e61f-4301-8dcb-0e9749e89eef",
- "created_on": "2019-08-24T14:15:22Z",
- "last_modified": "2019-08-24T14:15:22Z",
- "action": "dataset_convert",
- "status": "Done",
- "result": {
- "detailed_status": {
- "date": "string",
- "time": "string",
- "message": "/regex/",
- "status": "/regex/"
}, - "graphical": [
- {
- "metric": "/regex/",
- "x_min": -9223372036854776000,
- "x_max": -9223372036854776000,
- "y_min": 0,
- "y_max": 0,
- "values": {
- "property1": 0,
- "property2": 0
}, - "units": "/regex/"
}
], - "categorical": [
- {
- "metric": "/regex/",
- "category_wise_values": [
- {
- "category": "/regex/",
- "value": 0
}
]
}
], - "kpi": [
- {
- "metric": "/regex/",
- "values": {
- "property1": 0,
- "property2": 0
}
}
], - "automl_result": [
- {
- "metric": "/regex/",
- "value": 0
}
], - "stats": [
- {
- "metric": "/regex/",
- "value": "/regex/"
}
], - "starting_epoch": -1,
- "epoch": -1,
- "automl_experiment_epoch": -1,
- "max_epoch": 9223372036854776000,
- "automl_experiment_max_epoch": 9223372036854776000,
- "time_per_epoch": "/regex/",
- "time_per_iter": "/regex/",
- "cur_iter": 9223372036854776000,
- "eta": "/regex/",
- "key_metric": 0,
- "message": "/regex/"
}, - "specs": null,
- "name": "/regex/",
- "description": "/regex/",
- "num_gpu": 9223372036854776000,
- "platform": "t4",
- "dataset_id": "8c4c51f1-f6f3-43bc-b65d-7415e8ef22c0"
}, - "property2": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "parent_id": "1c6ca187-e61f-4301-8dcb-0e9749e89eef",
- "created_on": "2019-08-24T14:15:22Z",
- "last_modified": "2019-08-24T14:15:22Z",
- "action": "dataset_convert",
- "status": "Done",
- "result": {
- "detailed_status": {
- "date": "string",
- "time": "string",
- "message": "/regex/",
- "status": "/regex/"
}, - "graphical": [
- {
- "metric": "/regex/",
- "x_min": -9223372036854776000,
- "x_max": -9223372036854776000,
- "y_min": 0,
- "y_max": 0,
- "values": {
- "property1": 0,
- "property2": 0
}, - "units": "/regex/"
}
], - "categorical": [
- {
- "metric": "/regex/",
- "category_wise_values": [
- {
- "category": "/regex/",
- "value": 0
}
]
}
], - "kpi": [
- {
- "metric": "/regex/",
- "values": {
- "property1": 0,
- "property2": 0
}
}
], - "automl_result": [
- {
- "metric": "/regex/",
- "value": 0
}
], - "stats": [
- {
- "metric": "/regex/",
- "value": "/regex/"
}
], - "starting_epoch": -1,
- "epoch": -1,
- "automl_experiment_epoch": -1,
- "max_epoch": 9223372036854776000,
- "automl_experiment_max_epoch": 9223372036854776000,
- "time_per_epoch": "/regex/",
- "time_per_iter": "/regex/",
- "cur_iter": 9223372036854776000,
- "eta": "/regex/",
- "key_metric": 0,
- "message": "/regex/"
}, - "specs": null,
- "name": "/regex/",
- "description": "/regex/",
- "num_gpu": 9223372036854776000,
- "platform": "t4",
- "dataset_id": "8c4c51f1-f6f3-43bc-b65d-7415e8ef22c0"
}
}, - "client_url": "/regex/",
- "status": "starting",
- "use_for": [
- "training"
]
}
Returns the updated Dataset
org_name required | string <= 255 characters ^[a-zA-Z0-9_-]+$ Org Name |
dataset_id required | string <uuid> <= 36 characters ID of Dataset to update |
Updated metadata for Dataset
name | string <regex> <= 500 characters |
user_id | string <uuid> <= 36 characters |
description | string <regex> <= 1000 characters |
object | |
version | string <regex> <= 10 characters |
logo | string <url> <= 2048 characters |
type | string Enum: "object_detection" "semantic_segmentation" "image_classification" "instance_segmentation" "character_recognition" "action_recognition" "pointpillars" "pose_classification" "ml_recog" "ocdnet" "ocrnet" "optical_inspection" "re_identification" "visual_changenet" "centerpose" "not_restricted" "user_custom" |
format | string Enum: "kitti" "pascal_voc" "raw" "coco_raw" "unet" "coco" "lprnet" "train" "test" "default" "custom" "classification_pyt" "classification_tf2" "visual_changenet_segment" "visual_changenet_classify" "monai" |
object (CloudPull) | |
client_url | string or null <regex> <= 2048 characters |
client_id | string or null <regex> <= 2048 characters |
client_secret | string or null <regex> <= 2048 characters |
filters | string or null <regex> <= 2048 characters |
status | string Enum: "starting" "in_progress" "pull_complete" "invalid_pull" |
use_for | Array of strings or null <= 3 items Enum: "training" "evaluation" "testing" |
{- "name": "/regex/",
- "user_id": "a169451c-8525-4352-b8ca-070dd449a1a5",
- "description": "/regex/",
- "docker_env_vars": {
- "property1": "/regex/",
- "property2": "/regex/"
}, - "version": "/regex/",
- "logo": "string",
- "type": "object_detection",
- "format": "kitti",
- "cloud_details": {
- "cloud_type": "aws",
- "cloud_file_type": "file",
- "cloud_specific_details": { }
}, - "client_url": "/regex/",
- "client_id": "/regex/",
- "client_secret": "/regex/",
- "filters": "/regex/",
- "status": "starting",
- "use_for": [
- "training"
]
}
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "created_on": "2019-08-24T14:15:22Z",
- "last_modified": "2019-08-24T14:15:22Z",
- "name": "/regex/",
- "description": "/regex/",
- "version": "/regex/",
- "logo": "string",
- "type": "object_detection",
- "format": "kitti",
- "cloud_details": {
- "cloud_type": "aws",
- "cloud_file_type": "file"
}, - "actions": [
- "dataset_convert"
], - "jobs": {
- "property1": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "parent_id": "1c6ca187-e61f-4301-8dcb-0e9749e89eef",
- "created_on": "2019-08-24T14:15:22Z",
- "last_modified": "2019-08-24T14:15:22Z",
- "action": "dataset_convert",
- "status": "Done",
- "result": {
- "detailed_status": {
- "date": "string",
- "time": "string",
- "message": "/regex/",
- "status": "/regex/"
}, - "graphical": [
- {
- "metric": "/regex/",
- "x_min": -9223372036854776000,
- "x_max": -9223372036854776000,
- "y_min": 0,
- "y_max": 0,
- "values": {
- "property1": 0,
- "property2": 0
}, - "units": "/regex/"
}
], - "categorical": [
- {
- "metric": "/regex/",
- "category_wise_values": [
- {
- "category": "/regex/",
- "value": 0
}
]
}
], - "kpi": [
- {
- "metric": "/regex/",
- "values": {
- "property1": 0,
- "property2": 0
}
}
], - "automl_result": [
- {
- "metric": "/regex/",
- "value": 0
}
], - "stats": [
- {
- "metric": "/regex/",
- "value": "/regex/"
}
], - "starting_epoch": -1,
- "epoch": -1,
- "automl_experiment_epoch": -1,
- "max_epoch": 9223372036854776000,
- "automl_experiment_max_epoch": 9223372036854776000,
- "time_per_epoch": "/regex/",
- "time_per_iter": "/regex/",
- "cur_iter": 9223372036854776000,
- "eta": "/regex/",
- "key_metric": 0,
- "message": "/regex/"
}, - "specs": null,
- "name": "/regex/",
- "description": "/regex/",
- "num_gpu": 9223372036854776000,
- "platform": "t4",
- "dataset_id": "8c4c51f1-f6f3-43bc-b65d-7415e8ef22c0"
}, - "property2": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "parent_id": "1c6ca187-e61f-4301-8dcb-0e9749e89eef",
- "created_on": "2019-08-24T14:15:22Z",
- "last_modified": "2019-08-24T14:15:22Z",
- "action": "dataset_convert",
- "status": "Done",
- "result": {
- "detailed_status": {
- "date": "string",
- "time": "string",
- "message": "/regex/",
- "status": "/regex/"
}, - "graphical": [
- {
- "metric": "/regex/",
- "x_min": -9223372036854776000,
- "x_max": -9223372036854776000,
- "y_min": 0,
- "y_max": 0,
- "values": {
- "property1": 0,
- "property2": 0
}, - "units": "/regex/"
}
], - "categorical": [
- {
- "metric": "/regex/",
- "category_wise_values": [
- {
- "category": "/regex/",
- "value": 0
}
]
}
], - "kpi": [
- {
- "metric": "/regex/",
- "values": {
- "property1": 0,
- "property2": 0
}
}
], - "automl_result": [
- {
- "metric": "/regex/",
- "value": 0
}
], - "stats": [
- {
- "metric": "/regex/",
- "value": "/regex/"
}
], - "starting_epoch": -1,
- "epoch": -1,
- "automl_experiment_epoch": -1,
- "max_epoch": 9223372036854776000,
- "automl_experiment_max_epoch": 9223372036854776000,
- "time_per_epoch": "/regex/",
- "time_per_iter": "/regex/",
- "cur_iter": 9223372036854776000,
- "eta": "/regex/",
- "key_metric": 0,
- "message": "/regex/"
}, - "specs": null,
- "name": "/regex/",
- "description": "/regex/",
- "num_gpu": 9223372036854776000,
- "platform": "t4",
- "dataset_id": "8c4c51f1-f6f3-43bc-b65d-7415e8ef22c0"
}
}, - "client_url": "/regex/",
- "status": "starting",
- "use_for": [
- "training"
]
}
Returns the updated Dataset
org_name required | string <= 255 characters ^[a-zA-Z0-9_-]+$ Org Name |
dataset_id required | string <uuid> <= 36 characters ID of Dataset to update |
Updated metadata for Dataset
name | string <regex> <= 500 characters |
user_id | string <uuid> <= 36 characters |
description | string <regex> <= 1000 characters |
object | |
version | string <regex> <= 10 characters |
logo | string <url> <= 2048 characters |
type | string Enum: "object_detection" "semantic_segmentation" "image_classification" "instance_segmentation" "character_recognition" "action_recognition" "pointpillars" "pose_classification" "ml_recog" "ocdnet" "ocrnet" "optical_inspection" "re_identification" "visual_changenet" "centerpose" "not_restricted" "user_custom" |
format | string Enum: "kitti" "pascal_voc" "raw" "coco_raw" "unet" "coco" "lprnet" "train" "test" "default" "custom" "classification_pyt" "classification_tf2" "visual_changenet_segment" "visual_changenet_classify" "monai" |
object (CloudPull) | |
client_url | string or null <regex> <= 2048 characters |
client_id | string or null <regex> <= 2048 characters |
client_secret | string or null <regex> <= 2048 characters |
filters | string or null <regex> <= 2048 characters |
status | string Enum: "starting" "in_progress" "pull_complete" "invalid_pull" |
use_for | Array of strings or null <= 3 items Enum: "training" "evaluation" "testing" |
{- "name": "/regex/",
- "user_id": "a169451c-8525-4352-b8ca-070dd449a1a5",
- "description": "/regex/",
- "docker_env_vars": {
- "property1": "/regex/",
- "property2": "/regex/"
}, - "version": "/regex/",
- "logo": "string",
- "type": "object_detection",
- "format": "kitti",
- "cloud_details": {
- "cloud_type": "aws",
- "cloud_file_type": "file",
- "cloud_specific_details": { }
}, - "client_url": "/regex/",
- "client_id": "/regex/",
- "client_secret": "/regex/",
- "filters": "/regex/",
- "status": "starting",
- "use_for": [
- "training"
]
}
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "created_on": "2019-08-24T14:15:22Z",
- "last_modified": "2019-08-24T14:15:22Z",
- "name": "/regex/",
- "description": "/regex/",
- "version": "/regex/",
- "logo": "string",
- "type": "object_detection",
- "format": "kitti",
- "cloud_details": {
- "cloud_type": "aws",
- "cloud_file_type": "file"
}, - "actions": [
- "dataset_convert"
], - "jobs": {
- "property1": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "parent_id": "1c6ca187-e61f-4301-8dcb-0e9749e89eef",
- "created_on": "2019-08-24T14:15:22Z",
- "last_modified": "2019-08-24T14:15:22Z",
- "action": "dataset_convert",
- "status": "Done",
- "result": {
- "detailed_status": {
- "date": "string",
- "time": "string",
- "message": "/regex/",
- "status": "/regex/"
}, - "graphical": [
- {
- "metric": "/regex/",
- "x_min": -9223372036854776000,
- "x_max": -9223372036854776000,
- "y_min": 0,
- "y_max": 0,
- "values": {
- "property1": 0,
- "property2": 0
}, - "units": "/regex/"
}
], - "categorical": [
- {
- "metric": "/regex/",
- "category_wise_values": [
- {
- "category": "/regex/",
- "value": 0
}
]
}
], - "kpi": [
- {
- "metric": "/regex/",
- "values": {
- "property1": 0,
- "property2": 0
}
}
], - "automl_result": [
- {
- "metric": "/regex/",
- "value": 0
}
], - "stats": [
- {
- "metric": "/regex/",
- "value": "/regex/"
}
], - "starting_epoch": -1,
- "epoch": -1,
- "automl_experiment_epoch": -1,
- "max_epoch": 9223372036854776000,
- "automl_experiment_max_epoch": 9223372036854776000,
- "time_per_epoch": "/regex/",
- "time_per_iter": "/regex/",
- "cur_iter": 9223372036854776000,
- "eta": "/regex/",
- "key_metric": 0,
- "message": "/regex/"
}, - "specs": null,
- "name": "/regex/",
- "description": "/regex/",
- "num_gpu": 9223372036854776000,
- "platform": "t4",
- "dataset_id": "8c4c51f1-f6f3-43bc-b65d-7415e8ef22c0"
}, - "property2": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "parent_id": "1c6ca187-e61f-4301-8dcb-0e9749e89eef",
- "created_on": "2019-08-24T14:15:22Z",
- "last_modified": "2019-08-24T14:15:22Z",
- "action": "dataset_convert",
- "status": "Done",
- "result": {
- "detailed_status": {
- "date": "string",
- "time": "string",
- "message": "/regex/",
- "status": "/regex/"
}, - "graphical": [
- {
- "metric": "/regex/",
- "x_min": -9223372036854776000,
- "x_max": -9223372036854776000,
- "y_min": 0,
- "y_max": 0,
- "values": {
- "property1": 0,
- "property2": 0
}, - "units": "/regex/"
}
], - "categorical": [
- {
- "metric": "/regex/",
- "category_wise_values": [
- {
- "category": "/regex/",
- "value": 0
}
]
}
], - "kpi": [
- {
- "metric": "/regex/",
- "values": {
- "property1": 0,
- "property2": 0
}
}
], - "automl_result": [
- {
- "metric": "/regex/",
- "value": 0
}
], - "stats": [
- {
- "metric": "/regex/",
- "value": "/regex/"
}
], - "starting_epoch": -1,
- "epoch": -1,
- "automl_experiment_epoch": -1,
- "max_epoch": 9223372036854776000,
- "automl_experiment_max_epoch": 9223372036854776000,
- "time_per_epoch": "/regex/",
- "time_per_iter": "/regex/",
- "cur_iter": 9223372036854776000,
- "eta": "/regex/",
- "key_metric": 0,
- "message": "/regex/"
}, - "specs": null,
- "name": "/regex/",
- "description": "/regex/",
- "num_gpu": 9223372036854776000,
- "platform": "t4",
- "dataset_id": "8c4c51f1-f6f3-43bc-b65d-7415e8ef22c0"
}
}, - "client_url": "/regex/",
- "status": "starting",
- "use_for": [
- "training"
]
}
Returns the Specs schema for a given action
org_name required | string <= 255 characters ^[a-zA-Z0-9_-]+$ Org Name |
dataset_id required | string <uuid> <= 36 characters ID for Dataset |
action required | string Enum: "dataset_convert" "convert" "convert_efficientdet_tf2" "kmeans" "augment" "train" "evaluate" "prune" "retrain" "export" "gen_trt_engine" "trtexec" "inference" "annotation" "analyze" "validate" "generate" "calibration_tensorfile" Action name |
{ }
Asynchronously starts a dataset action and returns corresponding Job ID
org_name required | string <= 255 characters ^[a-zA-Z0-9_-]+$ Org Name |
dataset_id required | string <uuid> <= 36 characters ID for Dataset |
platform | string or null Enum: "t4" "l4" "l40" "a10" "a30" "a40" "a100" "v100" |
parent_job_id | string or null <uuid> <= 36 characters |
num_gpu | integer or null <int64> [ 0 .. 9223372036854776000 ] |
action | string Enum: "dataset_convert" "convert" "convert_efficientdet_tf2" "train" "evaluate" "prune" "retrain" "export" "gen_trt_engine" "trtexec" "inference" "batchinfer" "augment" "annotation_format_convert" "analyze" "validate" "generate" "calibration_tensorfile" "annotation" "nextimage" "cacheimage" "notify" "auto3dseg" |
name | string or null <regex> <= 500 characters |
specs | any |
description | string or null <regex> <= 1000 characters |
{- "platform": "t4",
- "parent_job_id": "dd63d5e7-6727-402c-8127-3fd32aa9072a",
- "num_gpu": 9223372036854776000,
- "action": "dataset_convert",
- "name": "/regex/",
- "specs": null,
- "description": "/regex/"
}
"497f6eca-6276-4993-bfeb-53cbbbba6f08"
Returns the list of Jobs
org_name required | string <= 255 characters ^[a-zA-Z0-9_-]+$ Org Name |
dataset_id required | string <= 36 characters .* ID for Dataset |
skip | integer <int32> [ 0 .. 2147483647 ] Optional skip for pagination |
size | integer <int32> [ 0 .. 2147483647 ] Optional size for pagination |
sort | string Enum: "date-descending" "date-ascending" Optional sort |
{- "jobs": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "parent_id": "1c6ca187-e61f-4301-8dcb-0e9749e89eef",
- "created_on": "2019-08-24T14:15:22Z",
- "last_modified": "2019-08-24T14:15:22Z",
- "action": "dataset_convert",
- "status": "Done",
- "result": {
- "detailed_status": {
- "date": "string",
- "time": "string",
- "message": "/regex/",
- "status": "/regex/"
}, - "graphical": [
- {
- "metric": "/regex/",
- "x_min": -9223372036854776000,
- "x_max": -9223372036854776000,
- "y_min": 0,
- "y_max": 0,
- "values": {
- "property1": 0,
- "property2": 0
}, - "units": "/regex/"
}
], - "categorical": [
- {
- "metric": "/regex/",
- "category_wise_values": [
- {
- "category": "/regex/",
- "value": 0
}
]
}
], - "kpi": [
- {
- "metric": "/regex/",
- "values": {
- "property1": 0,
- "property2": 0
}
}
], - "automl_result": [
- {
- "metric": "/regex/",
- "value": 0
}
], - "stats": [
- {
- "metric": "/regex/",
- "value": "/regex/"
}
], - "starting_epoch": -1,
- "epoch": -1,
- "automl_experiment_epoch": -1,
- "max_epoch": 9223372036854776000,
- "automl_experiment_max_epoch": 9223372036854776000,
- "time_per_epoch": "/regex/",
- "time_per_iter": "/regex/",
- "cur_iter": 9223372036854776000,
- "eta": "/regex/",
- "key_metric": 0,
- "message": "/regex/"
}, - "specs": null,
- "name": "/regex/",
- "description": "/regex/",
- "num_gpu": 9223372036854776000,
- "platform": "t4",
- "dataset_id": "8c4c51f1-f6f3-43bc-b65d-7415e8ef22c0"
}
], - "pagination_info": {
- "page_index": 9223372036854776000,
- "total_records": 9223372036854776000,
- "total_pages": 9223372036854776000,
- "page_size": 9223372036854776000
}
}
Returns the Job
org_name required | string <= 255 characters ^[a-zA-Z0-9_-]+$ Org Name |
dataset_id required | string <uuid> <= 36 characters ID of Dataset |
job_id required | string <uuid> <= 36 characters Job ID |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "parent_id": "1c6ca187-e61f-4301-8dcb-0e9749e89eef",
- "created_on": "2019-08-24T14:15:22Z",
- "last_modified": "2019-08-24T14:15:22Z",
- "action": "dataset_convert",
- "status": "Done",
- "result": {
- "detailed_status": {
- "date": "string",
- "time": "string",
- "message": "/regex/",
- "status": "/regex/"
}, - "graphical": [
- {
- "metric": "/regex/",
- "x_min": -9223372036854776000,
- "x_max": -9223372036854776000,
- "y_min": 0,
- "y_max": 0,
- "values": {
- "property1": 0,
- "property2": 0
}, - "units": "/regex/"
}
], - "categorical": [
- {
- "metric": "/regex/",
- "category_wise_values": [
- {
- "category": "/regex/",
- "value": 0
}
]
}
], - "kpi": [
- {
- "metric": "/regex/",
- "values": {
- "property1": 0,
- "property2": 0
}
}
], - "automl_result": [
- {
- "metric": "/regex/",
- "value": 0
}
], - "stats": [
- {
- "metric": "/regex/",
- "value": "/regex/"
}
], - "starting_epoch": -1,
- "epoch": -1,
- "automl_experiment_epoch": -1,
- "max_epoch": 9223372036854776000,
- "automl_experiment_max_epoch": 9223372036854776000,
- "time_per_epoch": "/regex/",
- "time_per_iter": "/regex/",
- "cur_iter": 9223372036854776000,
- "eta": "/regex/",
- "key_metric": 0,
- "message": "/regex/"
}, - "specs": null,
- "name": "/regex/",
- "description": "/regex/",
- "num_gpu": 9223372036854776000,
- "platform": "t4",
- "dataset_id": "8c4c51f1-f6f3-43bc-b65d-7415e8ef22c0"
}
delete Dataset Job
org_name required | string <= 255 characters ^[a-zA-Z0-9_-]+$ Org Name |
dataset_id required | string <uuid> <= 36 characters ID for Dataset |
job_id required | string <uuid> <= 36 characters ID for Job |
{- "error_desc": "/regex/",
- "error_code": -9223372036854776000
}
Cancel Dataset Job
org_name required | string <= 255 characters ^[a-zA-Z0-9_-]+$ Org Name |
dataset_id required | string <uuid> <= 36 characters ID for Dataset |
job_id required | string <uuid> <= 36 characters ID for Job |
{- "error_desc": "/regex/",
- "error_code": -9223372036854776000
}
Download the Artifacts produced by a given job
org_name required | string <= 255 characters ^[a-zA-Z0-9_-]+$ Org Name |
dataset_id required | string <uuid> <= 36 characters ID of Dataset |
job_id required | string <uuid> <= 36 characters Job ID |
{- "error_desc": "/regex/",
- "error_code": -9223372036854776000
}
Returns the list of Experiments
org_name required | string <= 255 characters ^[a-zA-Z0-9_-]+$ Org Name |
skip | integer <int32> [ 0 .. 2147483647 ] Optional skip for pagination |
size | integer <int32> [ 0 .. 2147483647 ] Optional size for pagination |
sort | string Enum: "date-descending" "date-ascending" "name-descending" "name-ascending" Optional sort |
name | string <= 5000 characters .* Optional name filter |
type | string Enum: "vision" "medical" Optional type filter |
network_arch | string Enum: "detectnet_v2" "unet" "classification_tf2" "efficientdet_tf2" "action_recognition" "classification_pyt" "mal" "ml_recog" "ocdnet" "ocrnet" "optical_inspection" "pointpillars" "pose_classification" "re_identification" "deformable_detr" "dino" "segformer" "visual_changenet" "centerpose" Optional network architecture filter |
read_only | boolean Optional read_only filter |
user_only | boolean Optional filter to select user owned experiments only |
{- "experiments": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "created_on": "2019-08-24T14:15:22Z",
- "last_modified": "2019-08-24T14:15:22Z",
- "name": "/regex/",
- "description": "/regex/",
- "model_description": "/regex/",
- "version": "/regex/",
- "logo": "string",
- "ngc_path": "/regex/",
- "cloud_details": {
- "cloud_type": "aws",
- "cloud_file_type": "file"
}, - "sha256_digest": { },
- "base_experiment_pull_complete": "starting",
- "additional_id_info": "/regex/",
- "checkpoint_choose_method": "latest_model",
- "checkpoint_epoch_number": {
- "property1": 9223372036854776000,
- "property2": 9223372036854776000
}, - "encryption_key": "/regex/",
- "network_arch": "detectnet_v2",
- "base_experiment": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "dataset_type": "object_detection",
- "dataset_formats": [
- "kitti"
], - "accepted_dataset_intents": [
- "training"
], - "eval_dataset": "f06341d1-b6f7-4d94-99b1-6d57b5a471e6",
- "inference_dataset": "287bd7ed-1072-49bc-8d0c-261f29925b9f",
- "calibration_dataset": "06da9759-37ba-45ac-b600-dfa833bc04e5",
- "train_datasets": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "read_only": true,
- "public": true,
- "actions": [
- "dataset_convert"
], - "jobs": {
- "property1": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "parent_id": "1c6ca187-e61f-4301-8dcb-0e9749e89eef",
- "created_on": "2019-08-24T14:15:22Z",
- "last_modified": "2019-08-24T14:15:22Z",
- "action": "dataset_convert",
- "status": "Done",
- "result": {
- "detailed_status": {
- "date": "string",
- "time": "string",
- "message": "/regex/",
- "status": "/regex/"
}, - "graphical": [
- {
- "metric": "/regex/",
- "x_min": -9223372036854776000,
- "x_max": -9223372036854776000,
- "y_min": 0,
- "y_max": 0,
- "values": {
- "property1": 0,
- "property2": 0
}, - "units": "/regex/"
}
], - "categorical": [
- {
- "metric": "/regex/",
- "category_wise_values": [
- {
- "category": null,
- "value": null
}
]
}
], - "kpi": [
- {
- "metric": "/regex/",
- "values": {
- "property1": 0,
- "property2": 0
}
}
], - "automl_result": [
- {
- "metric": "/regex/",
- "value": 0
}
], - "stats": [
- {
- "metric": "/regex/",
- "value": "/regex/"
}
], - "starting_epoch": -1,
- "epoch": -1,
- "automl_experiment_epoch": -1,
- "max_epoch": 9223372036854776000,
- "automl_experiment_max_epoch": 9223372036854776000,
- "time_per_epoch": "/regex/",
- "time_per_iter": "/regex/",
- "cur_iter": 9223372036854776000,
- "eta": "/regex/",
- "key_metric": 0,
- "message": "/regex/"
}, - "sync": true,
- "specs": null,
- "name": "/regex/",
- "description": "/regex/",
- "num_gpu": 9223372036854776000,
- "platform": "t4",
- "experiment_id": "916afd89-cac5-4339-9c59-dd068abdfa69"
}, - "property2": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "parent_id": "1c6ca187-e61f-4301-8dcb-0e9749e89eef",
- "created_on": "2019-08-24T14:15:22Z",
- "last_modified": "2019-08-24T14:15:22Z",
- "action": "dataset_convert",
- "status": "Done",
- "result": {
- "detailed_status": {
- "date": "string",
- "time": "string",
- "message": "/regex/",
- "status": "/regex/"
}, - "graphical": [
- {
- "metric": "/regex/",
- "x_min": -9223372036854776000,
- "x_max": -9223372036854776000,
- "y_min": 0,
- "y_max": 0,
- "values": {
- "property1": 0,
- "property2": 0
}, - "units": "/regex/"
}
], - "categorical": [
- {
- "metric": "/regex/",
- "category_wise_values": [
- {
- "category": null,
- "value": null
}
]
}
], - "kpi": [
- {
- "metric": "/regex/",
- "values": {
- "property1": 0,
- "property2": 0
}
}
], - "automl_result": [
- {
- "metric": "/regex/",
- "value": 0
}
], - "stats": [
- {
- "metric": "/regex/",
- "value": "/regex/"
}
], - "starting_epoch": -1,
- "epoch": -1,
- "automl_experiment_epoch": -1,
- "max_epoch": 9223372036854776000,
- "automl_experiment_max_epoch": 9223372036854776000,
- "time_per_epoch": "/regex/",
- "time_per_iter": "/regex/",
- "cur_iter": 9223372036854776000,
- "eta": "/regex/",
- "key_metric": 0,
- "message": "/regex/"
}, - "sync": true,
- "specs": null,
- "name": "/regex/",
- "description": "/regex/",
- "num_gpu": 9223372036854776000,
- "platform": "t4",
- "experiment_id": "916afd89-cac5-4339-9c59-dd068abdfa69"
}
}, - "all_jobs_cancel_status": "Done",
- "automl_settings": {
- "automl_enabled": true,
- "automl_algorithm": "bayesian",
- "automl_max_recommendations": 9223372036854776000,
- "automl_delete_intermediate_ckpt": true,
- "override_automl_disabled_params": true,
- "automl_R": 9223372036854776000,
- "automl_nu": 9223372036854776000,
- "epoch_multiplier": 9223372036854776000,
- "automl_add_hyperparameters": "/regex/",
- "automl_remove_hyperparameters": "/regex/"
}, - "metric": "/regex/",
- "type": "vision",
- "realtime_infer": true,
- "realtime_infer_support": true,
- "model_params": { },
- "realtime_infer_request_timeout": 86400,
- "bundle_url": "/regex/",
- "base_experiment_metadata": {
- "task": "/regex/",
- "domain": "/regex/",
- "backbone_type": "/regex/",
- "backbone_class": "/regex/",
- "license": "/regex/",
- "model_card_link": "string",
- "is_backbone": true,
- "is_trainable": true,
- "spec_file_present": true
}
}
], - "pagination_info": {
- "page_index": 9223372036854776000,
- "total_records": 9223372036854776000,
- "total_pages": 9223372036854776000,
- "page_size": 9223372036854776000
}
}
Returns the new Experiment
org_name required | string <= 255 characters ^[a-zA-Z0-9_-]+$ Org Name |
Initial metadata for new Experiment (base_experiment or network_arch required)
name | string <regex> <= 500 characters |
user_id | string <uuid> <= 36 characters |
description | string <regex> <= 1000 characters |
model_description | string <regex> <= 1000 characters |
version | string <regex> <= 500 characters |
logo | string <url> <= 2048 characters |
ngc_path | string <regex> <= 250 characters |
object (CloudPull) | |
sha256_digest | object or null |
base_experiment_pull_complete | string Enum: "starting" "in_progress" "pull_complete" "invalid_pull" |
additional_id_info | string or null <regex> <= 100 characters |
object | |
checkpoint_choose_method | string Enum: "latest_model" "best_model" "from_epoch_number" |
object | |
encryption_key | string <regex> <= 100 characters |
network_arch | string Enum: "detectnet_v2" "unet" "classification_tf2" "efficientdet_tf2" "action_recognition" "classification_pyt" "mal" "ml_recog" "ocdnet" "ocrnet" "optical_inspection" "pointpillars" "pose_classification" "re_identification" "deformable_detr" "dino" "segformer" "visual_changenet" "centerpose" "auto_label" "image" "monai_vista3d" "monai_vista2d" "monai_segmentation" "monai_annotation" "monai_classification" "monai_detection" "monai_automl" "monai_custom" "monai_genai" "monai_maisi" "monai_automl_generated" |
base_experiment | Array of strings <uuid> <= 2 items [ items <uuid > <= 36 characters ] |
eval_dataset | string <uuid> <= 36 characters |
inference_dataset | string <uuid> <= 36 characters |
calibration_dataset | string <uuid> <= 36 characters |
train_datasets | Array of strings <uuid> <= 9223372036854776000 items [ items <uuid > <= 36 characters ] |
read_only | boolean |
public | boolean |
object or null | |
metric | string or null <regex> <= 100 characters |
type | string Enum: "vision" "medical" |
realtime_infer | boolean |
model_params | object or null |
bundle_url | string or null <regex> <= 1000 characters |
realtime_infer_request_timeout | integer or null <int64> [ 0 .. 9223372036854776000 ] |
{- "cloud_details": {
- "cloud_type": "aws",
- "cloud_specific_details": {
- "access_key": "my_access_key",
- "secret_key": "my_secret_key",
- "cloud_region": "us-west-1",
- "cloud_bucket_name": "my_bucket_name"
}
}
}
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "created_on": "2019-08-24T14:15:22Z",
- "last_modified": "2019-08-24T14:15:22Z",
- "name": "/regex/",
- "description": "/regex/",
- "model_description": "/regex/",
- "version": "/regex/",
- "logo": "string",
- "ngc_path": "/regex/",
- "cloud_details": {
- "cloud_type": "aws",
- "cloud_file_type": "file"
}, - "sha256_digest": { },
- "base_experiment_pull_complete": "starting",
- "additional_id_info": "/regex/",
- "checkpoint_choose_method": "latest_model",
- "checkpoint_epoch_number": {
- "property1": 9223372036854776000,
- "property2": 9223372036854776000
}, - "encryption_key": "/regex/",
- "network_arch": "detectnet_v2",
- "base_experiment": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "dataset_type": "object_detection",
- "dataset_formats": [
- "kitti"
], - "accepted_dataset_intents": [
- "training"
], - "eval_dataset": "f06341d1-b6f7-4d94-99b1-6d57b5a471e6",
- "inference_dataset": "287bd7ed-1072-49bc-8d0c-261f29925b9f",
- "calibration_dataset": "06da9759-37ba-45ac-b600-dfa833bc04e5",
- "train_datasets": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "read_only": true,
- "public": true,
- "actions": [
- "dataset_convert"
], - "jobs": {
- "property1": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "parent_id": "1c6ca187-e61f-4301-8dcb-0e9749e89eef",
- "created_on": "2019-08-24T14:15:22Z",
- "last_modified": "2019-08-24T14:15:22Z",
- "action": "dataset_convert",
- "status": "Done",
- "result": {
- "detailed_status": {
- "date": "string",
- "time": "string",
- "message": "/regex/",
- "status": "/regex/"
}, - "graphical": [
- {
- "metric": "/regex/",
- "x_min": -9223372036854776000,
- "x_max": -9223372036854776000,
- "y_min": 0,
- "y_max": 0,
- "values": {
- "property1": 0,
- "property2": 0
}, - "units": "/regex/"
}
], - "categorical": [
- {
- "metric": "/regex/",
- "category_wise_values": [
- {
- "category": "/regex/",
- "value": 0
}
]
}
], - "kpi": [
- {
- "metric": "/regex/",
- "values": {
- "property1": 0,
- "property2": 0
}
}
], - "automl_result": [
- {
- "metric": "/regex/",
- "value": 0
}
], - "stats": [
- {
- "metric": "/regex/",
- "value": "/regex/"
}
], - "starting_epoch": -1,
- "epoch": -1,
- "automl_experiment_epoch": -1,
- "max_epoch": 9223372036854776000,
- "automl_experiment_max_epoch": 9223372036854776000,
- "time_per_epoch": "/regex/",
- "time_per_iter": "/regex/",
- "cur_iter": 9223372036854776000,
- "eta": "/regex/",
- "key_metric": 0,
- "message": "/regex/"
}, - "sync": true,
- "specs": null,
- "name": "/regex/",
- "description": "/regex/",
- "num_gpu": 9223372036854776000,
- "platform": "t4",
- "experiment_id": "916afd89-cac5-4339-9c59-dd068abdfa69"
}, - "property2": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "parent_id": "1c6ca187-e61f-4301-8dcb-0e9749e89eef",
- "created_on": "2019-08-24T14:15:22Z",
- "last_modified": "2019-08-24T14:15:22Z",
- "action": "dataset_convert",
- "status": "Done",
- "result": {
- "detailed_status": {
- "date": "string",
- "time": "string",
- "message": "/regex/",
- "status": "/regex/"
}, - "graphical": [
- {
- "metric": "/regex/",
- "x_min": -9223372036854776000,
- "x_max": -9223372036854776000,
- "y_min": 0,
- "y_max": 0,
- "values": {
- "property1": 0,
- "property2": 0
}, - "units": "/regex/"
}
], - "categorical": [
- {
- "metric": "/regex/",
- "category_wise_values": [
- {
- "category": "/regex/",
- "value": 0
}
]
}
], - "kpi": [
- {
- "metric": "/regex/",
- "values": {
- "property1": 0,
- "property2": 0
}
}
], - "automl_result": [
- {
- "metric": "/regex/",
- "value": 0
}
], - "stats": [
- {
- "metric": "/regex/",
- "value": "/regex/"
}
], - "starting_epoch": -1,
- "epoch": -1,
- "automl_experiment_epoch": -1,
- "max_epoch": 9223372036854776000,
- "automl_experiment_max_epoch": 9223372036854776000,
- "time_per_epoch": "/regex/",
- "time_per_iter": "/regex/",
- "cur_iter": 9223372036854776000,
- "eta": "/regex/",
- "key_metric": 0,
- "message": "/regex/"
}, - "sync": true,
- "specs": null,
- "name": "/regex/",
- "description": "/regex/",
- "num_gpu": 9223372036854776000,
- "platform": "t4",
- "experiment_id": "916afd89-cac5-4339-9c59-dd068abdfa69"
}
}, - "all_jobs_cancel_status": "Done",
- "automl_settings": {
- "automl_enabled": true,
- "automl_algorithm": "bayesian",
- "automl_max_recommendations": 9223372036854776000,
- "automl_delete_intermediate_ckpt": true,
- "override_automl_disabled_params": true,
- "automl_R": 9223372036854776000,
- "automl_nu": 9223372036854776000,
- "epoch_multiplier": 9223372036854776000,
- "automl_add_hyperparameters": "/regex/",
- "automl_remove_hyperparameters": "/regex/"
}, - "metric": "/regex/",
- "type": "vision",
- "realtime_infer": true,
- "realtime_infer_support": true,
- "model_params": { },
- "realtime_infer_request_timeout": 86400,
- "bundle_url": "/regex/",
- "base_experiment_metadata": {
- "task": "/regex/",
- "domain": "/regex/",
- "backbone_type": "/regex/",
- "backbone_class": "/regex/",
- "license": "/regex/",
- "model_card_link": "string",
- "is_backbone": true,
- "is_trainable": true,
- "spec_file_present": true
}
}
Returns the list of models published in NGC public catalog and private org's model registry
org_name required | string <= 255 characters ^[a-zA-Z0-9_-]+$ Org Name |
skip | integer <int32> [ 0 .. 2147483647 ] Optional skip for pagination |
size | integer <int32> [ 0 .. 2147483647 ] Optional size for pagination |
sort | string Enum: "date-descending" "date-ascending" "name-descending" "name-ascending" Optional sort |
name | string <= 5000 characters .* Optional name filter |
type | string Enum: "vision" "medical" Optional type filter |
network_arch | string Enum: "detectnet_v2" "unet" "classification_tf2" "efficientdet_tf2" "action_recognition" "classification_pyt" "mal" "ml_recog" "ocdnet" "ocrnet" "optical_inspection" "pointpillars" "pose_classification" "re_identification" "deformable_detr" "dino" "segformer" "visual_changenet" "centerpose" Optional network architecture filter |
read_only | boolean Optional read_only filter |
user_only | boolean Optional filter to select user owned experiments only |
{- "experiments": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "created_on": "2019-08-24T14:15:22Z",
- "last_modified": "2019-08-24T14:15:22Z",
- "name": "/regex/",
- "description": "/regex/",
- "model_description": "/regex/",
- "version": "/regex/",
- "logo": "string",
- "ngc_path": "/regex/",
- "cloud_details": {
- "cloud_type": "aws",
- "cloud_file_type": "file"
}, - "sha256_digest": { },
- "base_experiment_pull_complete": "starting",
- "additional_id_info": "/regex/",
- "checkpoint_choose_method": "latest_model",
- "checkpoint_epoch_number": {
- "property1": 9223372036854776000,
- "property2": 9223372036854776000
}, - "encryption_key": "/regex/",
- "network_arch": "detectnet_v2",
- "base_experiment": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "dataset_type": "object_detection",
- "dataset_formats": [
- "kitti"
], - "accepted_dataset_intents": [
- "training"
], - "eval_dataset": "f06341d1-b6f7-4d94-99b1-6d57b5a471e6",
- "inference_dataset": "287bd7ed-1072-49bc-8d0c-261f29925b9f",
- "calibration_dataset": "06da9759-37ba-45ac-b600-dfa833bc04e5",
- "train_datasets": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "read_only": true,
- "public": true,
- "actions": [
- "dataset_convert"
], - "jobs": {
- "property1": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "parent_id": "1c6ca187-e61f-4301-8dcb-0e9749e89eef",
- "created_on": "2019-08-24T14:15:22Z",
- "last_modified": "2019-08-24T14:15:22Z",
- "action": "dataset_convert",
- "status": "Done",
- "result": {
- "detailed_status": {
- "date": "string",
- "time": "string",
- "message": "/regex/",
- "status": "/regex/"
}, - "graphical": [
- {
- "metric": "/regex/",
- "x_min": -9223372036854776000,
- "x_max": -9223372036854776000,
- "y_min": 0,
- "y_max": 0,
- "values": {
- "property1": 0,
- "property2": 0
}, - "units": "/regex/"
}
], - "categorical": [
- {
- "metric": "/regex/",
- "category_wise_values": [
- {
- "category": null,
- "value": null
}
]
}
], - "kpi": [
- {
- "metric": "/regex/",
- "values": {
- "property1": 0,
- "property2": 0
}
}
], - "automl_result": [
- {
- "metric": "/regex/",
- "value": 0
}
], - "stats": [
- {
- "metric": "/regex/",
- "value": "/regex/"
}
], - "starting_epoch": -1,
- "epoch": -1,
- "automl_experiment_epoch": -1,
- "max_epoch": 9223372036854776000,
- "automl_experiment_max_epoch": 9223372036854776000,
- "time_per_epoch": "/regex/",
- "time_per_iter": "/regex/",
- "cur_iter": 9223372036854776000,
- "eta": "/regex/",
- "key_metric": 0,
- "message": "/regex/"
}, - "sync": true,
- "specs": null,
- "name": "/regex/",
- "description": "/regex/",
- "num_gpu": 9223372036854776000,
- "platform": "t4",
- "experiment_id": "916afd89-cac5-4339-9c59-dd068abdfa69"
}, - "property2": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "parent_id": "1c6ca187-e61f-4301-8dcb-0e9749e89eef",
- "created_on": "2019-08-24T14:15:22Z",
- "last_modified": "2019-08-24T14:15:22Z",
- "action": "dataset_convert",
- "status": "Done",
- "result": {
- "detailed_status": {
- "date": "string",
- "time": "string",
- "message": "/regex/",
- "status": "/regex/"
}, - "graphical": [
- {
- "metric": "/regex/",
- "x_min": -9223372036854776000,
- "x_max": -9223372036854776000,
- "y_min": 0,
- "y_max": 0,
- "values": {
- "property1": 0,
- "property2": 0
}, - "units": "/regex/"
}
], - "categorical": [
- {
- "metric": "/regex/",
- "category_wise_values": [
- {
- "category": null,
- "value": null
}
]
}
], - "kpi": [
- {
- "metric": "/regex/",
- "values": {
- "property1": 0,
- "property2": 0
}
}
], - "automl_result": [
- {
- "metric": "/regex/",
- "value": 0
}
], - "stats": [
- {
- "metric": "/regex/",
- "value": "/regex/"
}
], - "starting_epoch": -1,
- "epoch": -1,
- "automl_experiment_epoch": -1,
- "max_epoch": 9223372036854776000,
- "automl_experiment_max_epoch": 9223372036854776000,
- "time_per_epoch": "/regex/",
- "time_per_iter": "/regex/",
- "cur_iter": 9223372036854776000,
- "eta": "/regex/",
- "key_metric": 0,
- "message": "/regex/"
}, - "sync": true,
- "specs": null,
- "name": "/regex/",
- "description": "/regex/",
- "num_gpu": 9223372036854776000,
- "platform": "t4",
- "experiment_id": "916afd89-cac5-4339-9c59-dd068abdfa69"
}
}, - "all_jobs_cancel_status": "Done",
- "automl_settings": {
- "automl_enabled": true,
- "automl_algorithm": "bayesian",
- "automl_max_recommendations": 9223372036854776000,
- "automl_delete_intermediate_ckpt": true,
- "override_automl_disabled_params": true,
- "automl_R": 9223372036854776000,
- "automl_nu": 9223372036854776000,
- "epoch_multiplier": 9223372036854776000,
- "automl_add_hyperparameters": "/regex/",
- "automl_remove_hyperparameters": "/regex/"
}, - "metric": "/regex/",
- "type": "vision",
- "realtime_infer": true,
- "realtime_infer_support": true,
- "model_params": { },
- "realtime_infer_request_timeout": 86400,
- "bundle_url": "/regex/",
- "base_experiment_metadata": {
- "task": "/regex/",
- "domain": "/regex/",
- "backbone_type": "/regex/",
- "backbone_class": "/regex/",
- "license": "/regex/",
- "model_card_link": "string",
- "is_backbone": true,
- "is_trainable": true,
- "spec_file_present": true
}
}
], - "pagination_info": {
- "page_index": 9223372036854776000,
- "total_records": 9223372036854776000,
- "total_pages": 9223372036854776000,
- "page_size": 9223372036854776000
}
}
Returns the Experiment
org_name required | string <= 255 characters ^[a-zA-Z0-9_-]+$ Org Name |
experiment_id required | string <uuid> <= 36 characters ID of Experiment to return |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "created_on": "2019-08-24T14:15:22Z",
- "last_modified": "2019-08-24T14:15:22Z",
- "name": "/regex/",
- "description": "/regex/",
- "model_description": "/regex/",
- "version": "/regex/",
- "logo": "string",
- "ngc_path": "/regex/",
- "cloud_details": {
- "cloud_type": "aws",
- "cloud_file_type": "file"
}, - "sha256_digest": { },
- "base_experiment_pull_complete": "starting",
- "additional_id_info": "/regex/",
- "checkpoint_choose_method": "latest_model",
- "checkpoint_epoch_number": {
- "property1": 9223372036854776000,
- "property2": 9223372036854776000
}, - "encryption_key": "/regex/",
- "network_arch": "detectnet_v2",
- "base_experiment": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "dataset_type": "object_detection",
- "dataset_formats": [
- "kitti"
], - "accepted_dataset_intents": [
- "training"
], - "eval_dataset": "f06341d1-b6f7-4d94-99b1-6d57b5a471e6",
- "inference_dataset": "287bd7ed-1072-49bc-8d0c-261f29925b9f",
- "calibration_dataset": "06da9759-37ba-45ac-b600-dfa833bc04e5",
- "train_datasets": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "read_only": true,
- "public": true,
- "actions": [
- "dataset_convert"
], - "jobs": {
- "property1": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "parent_id": "1c6ca187-e61f-4301-8dcb-0e9749e89eef",
- "created_on": "2019-08-24T14:15:22Z",
- "last_modified": "2019-08-24T14:15:22Z",
- "action": "dataset_convert",
- "status": "Done",
- "result": {
- "detailed_status": {
- "date": "string",
- "time": "string",
- "message": "/regex/",
- "status": "/regex/"
}, - "graphical": [
- {
- "metric": "/regex/",
- "x_min": -9223372036854776000,
- "x_max": -9223372036854776000,
- "y_min": 0,
- "y_max": 0,
- "values": {
- "property1": 0,
- "property2": 0
}, - "units": "/regex/"
}
], - "categorical": [
- {
- "metric": "/regex/",
- "category_wise_values": [
- {
- "category": "/regex/",
- "value": 0
}
]
}
], - "kpi": [
- {
- "metric": "/regex/",
- "values": {
- "property1": 0,
- "property2": 0
}
}
], - "automl_result": [
- {
- "metric": "/regex/",
- "value": 0
}
], - "stats": [
- {
- "metric": "/regex/",
- "value": "/regex/"
}
], - "starting_epoch": -1,
- "epoch": -1,
- "automl_experiment_epoch": -1,
- "max_epoch": 9223372036854776000,
- "automl_experiment_max_epoch": 9223372036854776000,
- "time_per_epoch": "/regex/",
- "time_per_iter": "/regex/",
- "cur_iter": 9223372036854776000,
- "eta": "/regex/",
- "key_metric": 0,
- "message": "/regex/"
}, - "sync": true,
- "specs": null,
- "name": "/regex/",
- "description": "/regex/",
- "num_gpu": 9223372036854776000,
- "platform": "t4",
- "experiment_id": "916afd89-cac5-4339-9c59-dd068abdfa69"
}, - "property2": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "parent_id": "1c6ca187-e61f-4301-8dcb-0e9749e89eef",
- "created_on": "2019-08-24T14:15:22Z",
- "last_modified": "2019-08-24T14:15:22Z",
- "action": "dataset_convert",
- "status": "Done",
- "result": {
- "detailed_status": {
- "date": "string",
- "time": "string",
- "message": "/regex/",
- "status": "/regex/"
}, - "graphical": [
- {
- "metric": "/regex/",
- "x_min": -9223372036854776000,
- "x_max": -9223372036854776000,
- "y_min": 0,
- "y_max": 0,
- "values": {
- "property1": 0,
- "property2": 0
}, - "units": "/regex/"
}
], - "categorical": [
- {
- "metric": "/regex/",
- "category_wise_values": [
- {
- "category": "/regex/",
- "value": 0
}
]
}
], - "kpi": [
- {
- "metric": "/regex/",
- "values": {
- "property1": 0,
- "property2": 0
}
}
], - "automl_result": [
- {
- "metric": "/regex/",
- "value": 0
}
], - "stats": [
- {
- "metric": "/regex/",
- "value": "/regex/"
}
], - "starting_epoch": -1,
- "epoch": -1,
- "automl_experiment_epoch": -1,
- "max_epoch": 9223372036854776000,
- "automl_experiment_max_epoch": 9223372036854776000,
- "time_per_epoch": "/regex/",
- "time_per_iter": "/regex/",
- "cur_iter": 9223372036854776000,
- "eta": "/regex/",
- "key_metric": 0,
- "message": "/regex/"
}, - "sync": true,
- "specs": null,
- "name": "/regex/",
- "description": "/regex/",
- "num_gpu": 9223372036854776000,
- "platform": "t4",
- "experiment_id": "916afd89-cac5-4339-9c59-dd068abdfa69"
}
}, - "all_jobs_cancel_status": "Done",
- "automl_settings": {
- "automl_enabled": true,
- "automl_algorithm": "bayesian",
- "automl_max_recommendations": 9223372036854776000,
- "automl_delete_intermediate_ckpt": true,
- "override_automl_disabled_params": true,
- "automl_R": 9223372036854776000,
- "automl_nu": 9223372036854776000,
- "epoch_multiplier": 9223372036854776000,
- "automl_add_hyperparameters": "/regex/",
- "automl_remove_hyperparameters": "/regex/"
}, - "metric": "/regex/",
- "type": "vision",
- "realtime_infer": true,
- "realtime_infer_support": true,
- "model_params": { },
- "realtime_infer_request_timeout": 86400,
- "bundle_url": "/regex/",
- "base_experiment_metadata": {
- "task": "/regex/",
- "domain": "/regex/",
- "backbone_type": "/regex/",
- "backbone_class": "/regex/",
- "license": "/regex/",
- "model_card_link": "string",
- "is_backbone": true,
- "is_trainable": true,
- "spec_file_present": true
}
}
Cancels all related running jobs and returns the deleted Experiment
org_name required | string <= 255 characters ^[a-zA-Z0-9_-]+$ Org Name |
experiment_id required | string <uuid> <= 36 characters ID of Experiment to delete |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "created_on": "2019-08-24T14:15:22Z",
- "last_modified": "2019-08-24T14:15:22Z",
- "name": "/regex/",
- "description": "/regex/",
- "model_description": "/regex/",
- "version": "/regex/",
- "logo": "string",
- "ngc_path": "/regex/",
- "cloud_details": {
- "cloud_type": "aws",
- "cloud_file_type": "file"
}, - "sha256_digest": { },
- "base_experiment_pull_complete": "starting",
- "additional_id_info": "/regex/",
- "checkpoint_choose_method": "latest_model",
- "checkpoint_epoch_number": {
- "property1": 9223372036854776000,
- "property2": 9223372036854776000
}, - "encryption_key": "/regex/",
- "network_arch": "detectnet_v2",
- "base_experiment": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "dataset_type": "object_detection",
- "dataset_formats": [
- "kitti"
], - "accepted_dataset_intents": [
- "training"
], - "eval_dataset": "f06341d1-b6f7-4d94-99b1-6d57b5a471e6",
- "inference_dataset": "287bd7ed-1072-49bc-8d0c-261f29925b9f",
- "calibration_dataset": "06da9759-37ba-45ac-b600-dfa833bc04e5",
- "train_datasets": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "read_only": true,
- "public": true,
- "actions": [
- "dataset_convert"
], - "jobs": {
- "property1": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "parent_id": "1c6ca187-e61f-4301-8dcb-0e9749e89eef",
- "created_on": "2019-08-24T14:15:22Z",
- "last_modified": "2019-08-24T14:15:22Z",
- "action": "dataset_convert",
- "status": "Done",
- "result": {
- "detailed_status": {
- "date": "string",
- "time": "string",
- "message": "/regex/",
- "status": "/regex/"
}, - "graphical": [
- {
- "metric": "/regex/",
- "x_min": -9223372036854776000,
- "x_max": -9223372036854776000,
- "y_min": 0,
- "y_max": 0,
- "values": {
- "property1": 0,
- "property2": 0
}, - "units": "/regex/"
}
], - "categorical": [
- {
- "metric": "/regex/",
- "category_wise_values": [
- {
- "category": "/regex/",
- "value": 0
}
]
}
], - "kpi": [
- {
- "metric": "/regex/",
- "values": {
- "property1": 0,
- "property2": 0
}
}
], - "automl_result": [
- {
- "metric": "/regex/",
- "value": 0
}
], - "stats": [
- {
- "metric": "/regex/",
- "value": "/regex/"
}
], - "starting_epoch": -1,
- "epoch": -1,
- "automl_experiment_epoch": -1,
- "max_epoch": 9223372036854776000,
- "automl_experiment_max_epoch": 9223372036854776000,
- "time_per_epoch": "/regex/",
- "time_per_iter": "/regex/",
- "cur_iter": 9223372036854776000,
- "eta": "/regex/",
- "key_metric": 0,
- "message": "/regex/"
}, - "sync": true,
- "specs": null,
- "name": "/regex/",
- "description": "/regex/",
- "num_gpu": 9223372036854776000,
- "platform": "t4",
- "experiment_id": "916afd89-cac5-4339-9c59-dd068abdfa69"
}, - "property2": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "parent_id": "1c6ca187-e61f-4301-8dcb-0e9749e89eef",
- "created_on": "2019-08-24T14:15:22Z",
- "last_modified": "2019-08-24T14:15:22Z",
- "action": "dataset_convert",
- "status": "Done",
- "result": {
- "detailed_status": {
- "date": "string",
- "time": "string",
- "message": "/regex/",
- "status": "/regex/"
}, - "graphical": [
- {
- "metric": "/regex/",
- "x_min": -9223372036854776000,
- "x_max": -9223372036854776000,
- "y_min": 0,
- "y_max": 0,
- "values": {
- "property1": 0,
- "property2": 0
}, - "units": "/regex/"
}
], - "categorical": [
- {
- "metric": "/regex/",
- "category_wise_values": [
- {
- "category": "/regex/",
- "value": 0
}
]
}
], - "kpi": [
- {
- "metric": "/regex/",
- "values": {
- "property1": 0,
- "property2": 0
}
}
], - "automl_result": [
- {
- "metric": "/regex/",
- "value": 0
}
], - "stats": [
- {
- "metric": "/regex/",
- "value": "/regex/"
}
], - "starting_epoch": -1,
- "epoch": -1,
- "automl_experiment_epoch": -1,
- "max_epoch": 9223372036854776000,
- "automl_experiment_max_epoch": 9223372036854776000,
- "time_per_epoch": "/regex/",
- "time_per_iter": "/regex/",
- "cur_iter": 9223372036854776000,
- "eta": "/regex/",
- "key_metric": 0,
- "message": "/regex/"
}, - "sync": true,
- "specs": null,
- "name": "/regex/",
- "description": "/regex/",
- "num_gpu": 9223372036854776000,
- "platform": "t4",
- "experiment_id": "916afd89-cac5-4339-9c59-dd068abdfa69"
}
}, - "all_jobs_cancel_status": "Done",
- "automl_settings": {
- "automl_enabled": true,
- "automl_algorithm": "bayesian",
- "automl_max_recommendations": 9223372036854776000,
- "automl_delete_intermediate_ckpt": true,
- "override_automl_disabled_params": true,
- "automl_R": 9223372036854776000,
- "automl_nu": 9223372036854776000,
- "epoch_multiplier": 9223372036854776000,
- "automl_add_hyperparameters": "/regex/",
- "automl_remove_hyperparameters": "/regex/"
}, - "metric": "/regex/",
- "type": "vision",
- "realtime_infer": true,
- "realtime_infer_support": true,
- "model_params": { },
- "realtime_infer_request_timeout": 86400,
- "bundle_url": "/regex/",
- "base_experiment_metadata": {
- "task": "/regex/",
- "domain": "/regex/",
- "backbone_type": "/regex/",
- "backbone_class": "/regex/",
- "license": "/regex/",
- "model_card_link": "string",
- "is_backbone": true,
- "is_trainable": true,
- "spec_file_present": true
}
}
Returns the updated Experiment
org_name required | string <= 255 characters ^[a-zA-Z0-9_-]+$ Org Name |
experiment_id required | string <uuid> <= 36 characters ID of Experiment to update |
Updated metadata for Experiment
name | string <regex> <= 500 characters |
user_id | string <uuid> <= 36 characters |
description | string <regex> <= 1000 characters |
model_description | string <regex> <= 1000 characters |
version | string <regex> <= 500 characters |
logo | string <url> <= 2048 characters |
ngc_path | string <regex> <= 250 characters |
object (CloudPull) | |
sha256_digest | object or null |
base_experiment_pull_complete | string Enum: "starting" "in_progress" "pull_complete" "invalid_pull" |
additional_id_info | string or null <regex> <= 100 characters |
object | |
checkpoint_choose_method | string Enum: "latest_model" "best_model" "from_epoch_number" |
object | |
encryption_key | string <regex> <= 100 characters |
network_arch | string Enum: "detectnet_v2" "unet" "classification_tf2" "efficientdet_tf2" "action_recognition" "classification_pyt" "mal" "ml_recog" "ocdnet" "ocrnet" "optical_inspection" "pointpillars" "pose_classification" "re_identification" "deformable_detr" "dino" "segformer" "visual_changenet" "centerpose" "auto_label" "image" "monai_vista3d" "monai_vista2d" "monai_segmentation" "monai_annotation" "monai_classification" "monai_detection" "monai_automl" "monai_custom" "monai_genai" "monai_maisi" "monai_automl_generated" |
base_experiment | Array of strings <uuid> <= 2 items [ items <uuid > <= 36 characters ] |
eval_dataset | string <uuid> <= 36 characters |
inference_dataset | string <uuid> <= 36 characters |
calibration_dataset | string <uuid> <= 36 characters |
train_datasets | Array of strings <uuid> <= 9223372036854776000 items [ items <uuid > <= 36 characters ] |
read_only | boolean |
public | boolean |
object or null | |
metric | string or null <regex> <= 100 characters |
type | string Enum: "vision" "medical" |
realtime_infer | boolean |
model_params | object or null |
bundle_url | string or null <regex> <= 1000 characters |
realtime_infer_request_timeout | integer or null <int64> [ 0 .. 9223372036854776000 ] |
{- "name": "/regex/",
- "user_id": "a169451c-8525-4352-b8ca-070dd449a1a5",
- "description": "/regex/",
- "model_description": "/regex/",
- "version": "/regex/",
- "logo": "string",
- "ngc_path": "/regex/",
- "cloud_details": {
- "cloud_type": "aws",
- "cloud_file_type": "file",
- "cloud_specific_details": { }
}, - "sha256_digest": { },
- "base_experiment_pull_complete": "starting",
- "additional_id_info": "/regex/",
- "docker_env_vars": {
- "property1": "/regex/",
- "property2": "/regex/"
}, - "checkpoint_choose_method": "latest_model",
- "checkpoint_epoch_number": {
- "property1": 9223372036854776000,
- "property2": 9223372036854776000
}, - "encryption_key": "/regex/",
- "network_arch": "detectnet_v2",
- "base_experiment": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "eval_dataset": "f06341d1-b6f7-4d94-99b1-6d57b5a471e6",
- "inference_dataset": "287bd7ed-1072-49bc-8d0c-261f29925b9f",
- "calibration_dataset": "06da9759-37ba-45ac-b600-dfa833bc04e5",
- "train_datasets": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "read_only": true,
- "public": true,
- "automl_settings": {
- "automl_enabled": true,
- "automl_algorithm": "bayesian",
- "automl_max_recommendations": 9223372036854776000,
- "automl_delete_intermediate_ckpt": true,
- "override_automl_disabled_params": true,
- "automl_R": 9223372036854776000,
- "automl_nu": 9223372036854776000,
- "epoch_multiplier": 9223372036854776000,
- "automl_add_hyperparameters": "/regex/",
- "automl_remove_hyperparameters": "/regex/"
}, - "metric": "/regex/",
- "type": "vision",
- "realtime_infer": true,
- "model_params": { },
- "bundle_url": "/regex/",
- "realtime_infer_request_timeout": 9223372036854776000
}
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "created_on": "2019-08-24T14:15:22Z",
- "last_modified": "2019-08-24T14:15:22Z",
- "name": "/regex/",
- "description": "/regex/",
- "model_description": "/regex/",
- "version": "/regex/",
- "logo": "string",
- "ngc_path": "/regex/",
- "cloud_details": {
- "cloud_type": "aws",
- "cloud_file_type": "file"
}, - "sha256_digest": { },
- "base_experiment_pull_complete": "starting",
- "additional_id_info": "/regex/",
- "checkpoint_choose_method": "latest_model",
- "checkpoint_epoch_number": {
- "property1": 9223372036854776000,
- "property2": 9223372036854776000
}, - "encryption_key": "/regex/",
- "network_arch": "detectnet_v2",
- "base_experiment": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "dataset_type": "object_detection",
- "dataset_formats": [
- "kitti"
], - "accepted_dataset_intents": [
- "training"
], - "eval_dataset": "f06341d1-b6f7-4d94-99b1-6d57b5a471e6",
- "inference_dataset": "287bd7ed-1072-49bc-8d0c-261f29925b9f",
- "calibration_dataset": "06da9759-37ba-45ac-b600-dfa833bc04e5",
- "train_datasets": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "read_only": true,
- "public": true,
- "actions": [
- "dataset_convert"
], - "jobs": {
- "property1": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "parent_id": "1c6ca187-e61f-4301-8dcb-0e9749e89eef",
- "created_on": "2019-08-24T14:15:22Z",
- "last_modified": "2019-08-24T14:15:22Z",
- "action": "dataset_convert",
- "status": "Done",
- "result": {
- "detailed_status": {
- "date": "string",
- "time": "string",
- "message": "/regex/",
- "status": "/regex/"
}, - "graphical": [
- {
- "metric": "/regex/",
- "x_min": -9223372036854776000,
- "x_max": -9223372036854776000,
- "y_min": 0,
- "y_max": 0,
- "values": {
- "property1": 0,
- "property2": 0
}, - "units": "/regex/"
}
], - "categorical": [
- {
- "metric": "/regex/",
- "category_wise_values": [
- {
- "category": "/regex/",
- "value": 0
}
]
}
], - "kpi": [
- {
- "metric": "/regex/",
- "values": {
- "property1": 0,
- "property2": 0
}
}
], - "automl_result": [
- {
- "metric": "/regex/",
- "value": 0
}
], - "stats": [
- {
- "metric": "/regex/",
- "value": "/regex/"
}
], - "starting_epoch": -1,
- "epoch": -1,
- "automl_experiment_epoch": -1,
- "max_epoch": 9223372036854776000,
- "automl_experiment_max_epoch": 9223372036854776000,
- "time_per_epoch": "/regex/",
- "time_per_iter": "/regex/",
- "cur_iter": 9223372036854776000,
- "eta": "/regex/",
- "key_metric": 0,
- "message": "/regex/"
}, - "sync": true,
- "specs": null,
- "name": "/regex/",
- "description": "/regex/",
- "num_gpu": 9223372036854776000,
- "platform": "t4",
- "experiment_id": "916afd89-cac5-4339-9c59-dd068abdfa69"
}, - "property2": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "parent_id": "1c6ca187-e61f-4301-8dcb-0e9749e89eef",
- "created_on": "2019-08-24T14:15:22Z",
- "last_modified": "2019-08-24T14:15:22Z",
- "action": "dataset_convert",
- "status": "Done",
- "result": {
- "detailed_status": {
- "date": "string",
- "time": "string",
- "message": "/regex/",
- "status": "/regex/"
}, - "graphical": [
- {
- "metric": "/regex/",
- "x_min": -9223372036854776000,
- "x_max": -9223372036854776000,
- "y_min": 0,
- "y_max": 0,
- "values": {
- "property1": 0,
- "property2": 0
}, - "units": "/regex/"
}
], - "categorical": [
- {
- "metric": "/regex/",
- "category_wise_values": [
- {
- "category": "/regex/",
- "value": 0
}
]
}
], - "kpi": [
- {
- "metric": "/regex/",
- "values": {
- "property1": 0,
- "property2": 0
}
}
], - "automl_result": [
- {
- "metric": "/regex/",
- "value": 0
}
], - "stats": [
- {
- "metric": "/regex/",
- "value": "/regex/"
}
], - "starting_epoch": -1,
- "epoch": -1,
- "automl_experiment_epoch": -1,
- "max_epoch": 9223372036854776000,
- "automl_experiment_max_epoch": 9223372036854776000,
- "time_per_epoch": "/regex/",
- "time_per_iter": "/regex/",
- "cur_iter": 9223372036854776000,
- "eta": "/regex/",
- "key_metric": 0,
- "message": "/regex/"
}, - "sync": true,
- "specs": null,
- "name": "/regex/",
- "description": "/regex/",
- "num_gpu": 9223372036854776000,
- "platform": "t4",
- "experiment_id": "916afd89-cac5-4339-9c59-dd068abdfa69"
}
}, - "all_jobs_cancel_status": "Done",
- "automl_settings": {
- "automl_enabled": true,
- "automl_algorithm": "bayesian",
- "automl_max_recommendations": 9223372036854776000,
- "automl_delete_intermediate_ckpt": true,
- "override_automl_disabled_params": true,
- "automl_R": 9223372036854776000,
- "automl_nu": 9223372036854776000,
- "epoch_multiplier": 9223372036854776000,
- "automl_add_hyperparameters": "/regex/",
- "automl_remove_hyperparameters": "/regex/"
}, - "metric": "/regex/",
- "type": "vision",
- "realtime_infer": true,
- "realtime_infer_support": true,
- "model_params": { },
- "realtime_infer_request_timeout": 86400,
- "bundle_url": "/regex/",
- "base_experiment_metadata": {
- "task": "/regex/",
- "domain": "/regex/",
- "backbone_type": "/regex/",
- "backbone_class": "/regex/",
- "license": "/regex/",
- "model_card_link": "string",
- "is_backbone": true,
- "is_trainable": true,
- "spec_file_present": true
}
}
Returns the updated Experiment
org_name required | string <= 255 characters ^[a-zA-Z0-9_-]+$ Org Name |
experiment_id required | string <uuid> <= 36 characters ID of Experiment to update |
Updated metadata for Experiment
name | string <regex> <= 500 characters |
user_id | string <uuid> <= 36 characters |
description | string <regex> <= 1000 characters |
model_description | string <regex> <= 1000 characters |
version | string <regex> <= 500 characters |
logo | string <url> <= 2048 characters |
ngc_path | string <regex> <= 250 characters |
object (CloudPull) | |
sha256_digest | object or null |
base_experiment_pull_complete | string Enum: "starting" "in_progress" "pull_complete" "invalid_pull" |
additional_id_info | string or null <regex> <= 100 characters |
object | |
checkpoint_choose_method | string Enum: "latest_model" "best_model" "from_epoch_number" |
object | |
encryption_key | string <regex> <= 100 characters |
network_arch | string Enum: "detectnet_v2" "unet" "classification_tf2" "efficientdet_tf2" "action_recognition" "classification_pyt" "mal" "ml_recog" "ocdnet" "ocrnet" "optical_inspection" "pointpillars" "pose_classification" "re_identification" "deformable_detr" "dino" "segformer" "visual_changenet" "centerpose" "auto_label" "image" "monai_vista3d" "monai_vista2d" "monai_segmentation" "monai_annotation" "monai_classification" "monai_detection" "monai_automl" "monai_custom" "monai_genai" "monai_maisi" "monai_automl_generated" |
base_experiment | Array of strings <uuid> <= 2 items [ items <uuid > <= 36 characters ] |
eval_dataset | string <uuid> <= 36 characters |
inference_dataset | string <uuid> <= 36 characters |
calibration_dataset | string <uuid> <= 36 characters |
train_datasets | Array of strings <uuid> <= 9223372036854776000 items [ items <uuid > <= 36 characters ] |
read_only | boolean |
public | boolean |
object or null | |
metric | string or null <regex> <= 100 characters |
type | string Enum: "vision" "medical" |
realtime_infer | boolean |
model_params | object or null |
bundle_url | string or null <regex> <= 1000 characters |
realtime_infer_request_timeout | integer or null <int64> [ 0 .. 9223372036854776000 ] |
{- "name": "/regex/",
- "user_id": "a169451c-8525-4352-b8ca-070dd449a1a5",
- "description": "/regex/",
- "model_description": "/regex/",
- "version": "/regex/",
- "logo": "string",
- "ngc_path": "/regex/",
- "cloud_details": {
- "cloud_type": "aws",
- "cloud_file_type": "file",
- "cloud_specific_details": { }
}, - "sha256_digest": { },
- "base_experiment_pull_complete": "starting",
- "additional_id_info": "/regex/",
- "docker_env_vars": {
- "property1": "/regex/",
- "property2": "/regex/"
}, - "checkpoint_choose_method": "latest_model",
- "checkpoint_epoch_number": {
- "property1": 9223372036854776000,
- "property2": 9223372036854776000
}, - "encryption_key": "/regex/",
- "network_arch": "detectnet_v2",
- "base_experiment": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "eval_dataset": "f06341d1-b6f7-4d94-99b1-6d57b5a471e6",
- "inference_dataset": "287bd7ed-1072-49bc-8d0c-261f29925b9f",
- "calibration_dataset": "06da9759-37ba-45ac-b600-dfa833bc04e5",
- "train_datasets": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "read_only": true,
- "public": true,
- "automl_settings": {
- "automl_enabled": true,
- "automl_algorithm": "bayesian",
- "automl_max_recommendations": 9223372036854776000,
- "automl_delete_intermediate_ckpt": true,
- "override_automl_disabled_params": true,
- "automl_R": 9223372036854776000,
- "automl_nu": 9223372036854776000,
- "epoch_multiplier": 9223372036854776000,
- "automl_add_hyperparameters": "/regex/",
- "automl_remove_hyperparameters": "/regex/"
}, - "metric": "/regex/",
- "type": "vision",
- "realtime_infer": true,
- "model_params": { },
- "bundle_url": "/regex/",
- "realtime_infer_request_timeout": 9223372036854776000
}
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "created_on": "2019-08-24T14:15:22Z",
- "last_modified": "2019-08-24T14:15:22Z",
- "name": "/regex/",
- "description": "/regex/",
- "model_description": "/regex/",
- "version": "/regex/",
- "logo": "string",
- "ngc_path": "/regex/",
- "cloud_details": {
- "cloud_type": "aws",
- "cloud_file_type": "file"
}, - "sha256_digest": { },
- "base_experiment_pull_complete": "starting",
- "additional_id_info": "/regex/",
- "checkpoint_choose_method": "latest_model",
- "checkpoint_epoch_number": {
- "property1": 9223372036854776000,
- "property2": 9223372036854776000
}, - "encryption_key": "/regex/",
- "network_arch": "detectnet_v2",
- "base_experiment": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "dataset_type": "object_detection",
- "dataset_formats": [
- "kitti"
], - "accepted_dataset_intents": [
- "training"
], - "eval_dataset": "f06341d1-b6f7-4d94-99b1-6d57b5a471e6",
- "inference_dataset": "287bd7ed-1072-49bc-8d0c-261f29925b9f",
- "calibration_dataset": "06da9759-37ba-45ac-b600-dfa833bc04e5",
- "train_datasets": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "read_only": true,
- "public": true,
- "actions": [
- "dataset_convert"
], - "jobs": {
- "property1": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "parent_id": "1c6ca187-e61f-4301-8dcb-0e9749e89eef",
- "created_on": "2019-08-24T14:15:22Z",
- "last_modified": "2019-08-24T14:15:22Z",
- "action": "dataset_convert",
- "status": "Done",
- "result": {
- "detailed_status": {
- "date": "string",
- "time": "string",
- "message": "/regex/",
- "status": "/regex/"
}, - "graphical": [
- {
- "metric": "/regex/",
- "x_min": -9223372036854776000,
- "x_max": -9223372036854776000,
- "y_min": 0,
- "y_max": 0,
- "values": {
- "property1": 0,
- "property2": 0
}, - "units": "/regex/"
}
], - "categorical": [
- {
- "metric": "/regex/",
- "category_wise_values": [
- {
- "category": "/regex/",
- "value": 0
}
]
}
], - "kpi": [
- {
- "metric": "/regex/",
- "values": {
- "property1": 0,
- "property2": 0
}
}
], - "automl_result": [
- {
- "metric": "/regex/",
- "value": 0
}
], - "stats": [
- {
- "metric": "/regex/",
- "value": "/regex/"
}
], - "starting_epoch": -1,
- "epoch": -1,
- "automl_experiment_epoch": -1,
- "max_epoch": 9223372036854776000,
- "automl_experiment_max_epoch": 9223372036854776000,
- "time_per_epoch": "/regex/",
- "time_per_iter": "/regex/",
- "cur_iter": 9223372036854776000,
- "eta": "/regex/",
- "key_metric": 0,
- "message": "/regex/"
}, - "sync": true,
- "specs": null,
- "name": "/regex/",
- "description": "/regex/",
- "num_gpu": 9223372036854776000,
- "platform": "t4",
- "experiment_id": "916afd89-cac5-4339-9c59-dd068abdfa69"
}, - "property2": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "parent_id": "1c6ca187-e61f-4301-8dcb-0e9749e89eef",
- "created_on": "2019-08-24T14:15:22Z",
- "last_modified": "2019-08-24T14:15:22Z",
- "action": "dataset_convert",
- "status": "Done",
- "result": {
- "detailed_status": {
- "date": "string",
- "time": "string",
- "message": "/regex/",
- "status": "/regex/"
}, - "graphical": [
- {
- "metric": "/regex/",
- "x_min": -9223372036854776000,
- "x_max": -9223372036854776000,
- "y_min": 0,
- "y_max": 0,
- "values": {
- "property1": 0,
- "property2": 0
}, - "units": "/regex/"
}
], - "categorical": [
- {
- "metric": "/regex/",
- "category_wise_values": [
- {
- "category": "/regex/",
- "value": 0
}
]
}
], - "kpi": [
- {
- "metric": "/regex/",
- "values": {
- "property1": 0,
- "property2": 0
}
}
], - "automl_result": [
- {
- "metric": "/regex/",
- "value": 0
}
], - "stats": [
- {
- "metric": "/regex/",
- "value": "/regex/"
}
], - "starting_epoch": -1,
- "epoch": -1,
- "automl_experiment_epoch": -1,
- "max_epoch": 9223372036854776000,
- "automl_experiment_max_epoch": 9223372036854776000,
- "time_per_epoch": "/regex/",
- "time_per_iter": "/regex/",
- "cur_iter": 9223372036854776000,
- "eta": "/regex/",
- "key_metric": 0,
- "message": "/regex/"
}, - "sync": true,
- "specs": null,
- "name": "/regex/",
- "description": "/regex/",
- "num_gpu": 9223372036854776000,
- "platform": "t4",
- "experiment_id": "916afd89-cac5-4339-9c59-dd068abdfa69"
}
}, - "all_jobs_cancel_status": "Done",
- "automl_settings": {
- "automl_enabled": true,
- "automl_algorithm": "bayesian",
- "automl_max_recommendations": 9223372036854776000,
- "automl_delete_intermediate_ckpt": true,
- "override_automl_disabled_params": true,
- "automl_R": 9223372036854776000,
- "automl_nu": 9223372036854776000,
- "epoch_multiplier": 9223372036854776000,
- "automl_add_hyperparameters": "/regex/",
- "automl_remove_hyperparameters": "/regex/"
}, - "metric": "/regex/",
- "type": "vision",
- "realtime_infer": true,
- "realtime_infer_support": true,
- "model_params": { },
- "realtime_infer_request_timeout": 86400,
- "bundle_url": "/regex/",
- "base_experiment_metadata": {
- "task": "/regex/",
- "domain": "/regex/",
- "backbone_type": "/regex/",
- "backbone_class": "/regex/",
- "license": "/regex/",
- "model_card_link": "string",
- "is_backbone": true,
- "is_trainable": true,
- "spec_file_present": true
}
}
Returns the Specs schema for a given action
org_name required | string <= 255 characters ^[a-zA-Z0-9_-]+$ Org Name |
experiment_id required | string <uuid> <= 36 characters ID for Experiment |
action required | string Enum: "dataset_convert" "convert" "convert_efficientdet_tf2" "kmeans" "augment" "train" "evaluate" "prune" "retrain" "export" "gen_trt_engine" "trtexec" "inference" "annotation" "analyze" "validate" "generate" "calibration_tensorfile" Action name |
{ }
Asynchronously starts a Experiment Action and returns corresponding Job ID
org_name required | string <= 255 characters ^[a-zA-Z0-9_-]+$ Org Name |
experiment_id required | string <uuid> <= 36 characters ID for Experiment |
platform | string or null Enum: "t4" "l4" "l40" "a10" "a30" "a40" "a100" "v100" |
parent_job_id | string or null <uuid> <= 36 characters |
num_gpu | integer or null <int64> [ 0 .. 9223372036854776000 ] |
action | string Enum: "dataset_convert" "convert" "convert_efficientdet_tf2" "train" "evaluate" "prune" "retrain" "export" "gen_trt_engine" "trtexec" "inference" "batchinfer" "augment" "annotation_format_convert" "analyze" "validate" "generate" "calibration_tensorfile" "annotation" "nextimage" "cacheimage" "notify" "auto3dseg" |
name | string or null <regex> <= 500 characters |
specs | any |
description | string or null <regex> <= 1000 characters |
{- "platform": "t4",
- "parent_job_id": "dd63d5e7-6727-402c-8127-3fd32aa9072a",
- "num_gpu": 9223372036854776000,
- "action": "dataset_convert",
- "name": "/regex/",
- "specs": null,
- "description": "/regex/"
}
"497f6eca-6276-4993-bfeb-53cbbbba6f08"
Returns the list of Jobs
org_name required | string <= 255 characters ^[a-zA-Z0-9_-]+$ Org Name |
experiment_id required | string <= 36 characters .* ID for Experiment |
skip | integer <int32> [ 0 .. 2147483647 ] Optional skip for pagination |
size | integer <int32> [ 0 .. 2147483647 ] Optional size for pagination |
sort | string Enum: "date-descending" "date-ascending" Optional sort |
{- "jobs": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "parent_id": "1c6ca187-e61f-4301-8dcb-0e9749e89eef",
- "created_on": "2019-08-24T14:15:22Z",
- "last_modified": "2019-08-24T14:15:22Z",
- "action": "dataset_convert",
- "status": "Done",
- "result": {
- "detailed_status": {
- "date": "string",
- "time": "string",
- "message": "/regex/",
- "status": "/regex/"
}, - "graphical": [
- {
- "metric": "/regex/",
- "x_min": -9223372036854776000,
- "x_max": -9223372036854776000,
- "y_min": 0,
- "y_max": 0,
- "values": {
- "property1": 0,
- "property2": 0
}, - "units": "/regex/"
}
], - "categorical": [
- {
- "metric": "/regex/",
- "category_wise_values": [
- {
- "category": "/regex/",
- "value": 0
}
]
}
], - "kpi": [
- {
- "metric": "/regex/",
- "values": {
- "property1": 0,
- "property2": 0
}
}
], - "automl_result": [
- {
- "metric": "/regex/",
- "value": 0
}
], - "stats": [
- {
- "metric": "/regex/",
- "value": "/regex/"
}
], - "starting_epoch": -1,
- "epoch": -1,
- "automl_experiment_epoch": -1,
- "max_epoch": 9223372036854776000,
- "automl_experiment_max_epoch": 9223372036854776000,
- "time_per_epoch": "/regex/",
- "time_per_iter": "/regex/",
- "cur_iter": 9223372036854776000,
- "eta": "/regex/",
- "key_metric": 0,
- "message": "/regex/"
}, - "sync": true,
- "specs": null,
- "name": "/regex/",
- "description": "/regex/",
- "num_gpu": 9223372036854776000,
- "platform": "t4",
- "experiment_id": "916afd89-cac5-4339-9c59-dd068abdfa69"
}
], - "pagination_info": {
- "page_index": 9223372036854776000,
- "total_records": 9223372036854776000,
- "total_pages": 9223372036854776000,
- "page_size": 9223372036854776000
}
}
Get epoch numbers for the checkpoints present for this job
org_name required | string <= 255 characters ^[a-zA-Z0-9_-]+$ Org Name |
experiment_id required | string <uuid> <= 36 characters ID for Experiment |
job_id required | string <uuid> <= 36 characters ID for Job |
"497f6eca-6276-4993-bfeb-53cbbbba6f08"
Publish models to NGC private registry
org_name required | string <= 255 characters ^[a-zA-Z0-9_-]+$ Org Name |
experiment_id required | string <uuid> <= 36 characters ID for Experiment |
job_id required | string <uuid> <= 36 characters ID for Job |
platform | string or null Enum: "t4" "l4" "l40" "a10" "a30" "a40" "a100" "v100" |
parent_job_id | string or null <uuid> <= 36 characters |
num_gpu | integer or null <int64> [ 0 .. 9223372036854776000 ] |
action | string Enum: "dataset_convert" "convert" "convert_efficientdet_tf2" "train" "evaluate" "prune" "retrain" "export" "gen_trt_engine" "trtexec" "inference" "batchinfer" "augment" "annotation_format_convert" "analyze" "validate" "generate" "calibration_tensorfile" "annotation" "nextimage" "cacheimage" "notify" "auto3dseg" |
name | string or null <regex> <= 500 characters |
specs | any |
description | string or null <regex> <= 1000 characters |
{- "platform": "t4",
- "parent_job_id": "dd63d5e7-6727-402c-8127-3fd32aa9072a",
- "num_gpu": 9223372036854776000,
- "action": "dataset_convert",
- "name": "/regex/",
- "specs": null,
- "description": "/regex/"
}
"497f6eca-6276-4993-bfeb-53cbbbba6f08"
Remove models from NGC private registry
org_name required | string <= 255 characters ^[a-zA-Z0-9_-]+$ Org Name |
experiment_id required | string <uuid> <= 36 characters ID for Experiment |
job_id required | string <uuid> <= 36 characters ID for Job |
platform | string or null Enum: "t4" "l4" "l40" "a10" "a30" "a40" "a100" "v100" |
parent_job_id | string or null <uuid> <= 36 characters |
num_gpu | integer or null <int64> [ 0 .. 9223372036854776000 ] |
action | string Enum: "dataset_convert" "convert" "convert_efficientdet_tf2" "train" "evaluate" "prune" "retrain" "export" "gen_trt_engine" "trtexec" "inference" "batchinfer" "augment" "annotation_format_convert" "analyze" "validate" "generate" "calibration_tensorfile" "annotation" "nextimage" "cacheimage" "notify" "auto3dseg" |
name | string or null <regex> <= 500 characters |
specs | any |
description | string or null <regex> <= 1000 characters |
{- "platform": "t4",
- "parent_job_id": "dd63d5e7-6727-402c-8127-3fd32aa9072a",
- "num_gpu": 9223372036854776000,
- "action": "dataset_convert",
- "name": "/regex/",
- "specs": null,
- "description": "/regex/"
}
"497f6eca-6276-4993-bfeb-53cbbbba6f08"
Returns the Job
org_name required | string <= 255 characters ^[a-zA-Z0-9_-]+$ Org Name |
experiment_id required | string <uuid> <= 36 characters ID of Experiment |
job_id required | string <uuid> <= 36 characters Job ID |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "parent_id": "1c6ca187-e61f-4301-8dcb-0e9749e89eef",
- "created_on": "2019-08-24T14:15:22Z",
- "last_modified": "2019-08-24T14:15:22Z",
- "action": "dataset_convert",
- "status": "Done",
- "result": {
- "detailed_status": {
- "date": "string",
- "time": "string",
- "message": "/regex/",
- "status": "/regex/"
}, - "graphical": [
- {
- "metric": "/regex/",
- "x_min": -9223372036854776000,
- "x_max": -9223372036854776000,
- "y_min": 0,
- "y_max": 0,
- "values": {
- "property1": 0,
- "property2": 0
}, - "units": "/regex/"
}
], - "categorical": [
- {
- "metric": "/regex/",
- "category_wise_values": [
- {
- "category": "/regex/",
- "value": 0
}
]
}
], - "kpi": [
- {
- "metric": "/regex/",
- "values": {
- "property1": 0,
- "property2": 0
}
}
], - "automl_result": [
- {
- "metric": "/regex/",
- "value": 0
}
], - "stats": [
- {
- "metric": "/regex/",
- "value": "/regex/"
}
], - "starting_epoch": -1,
- "epoch": -1,
- "automl_experiment_epoch": -1,
- "max_epoch": 9223372036854776000,
- "automl_experiment_max_epoch": 9223372036854776000,
- "time_per_epoch": "/regex/",
- "time_per_iter": "/regex/",
- "cur_iter": 9223372036854776000,
- "eta": "/regex/",
- "key_metric": 0,
- "message": "/regex/"
}, - "sync": true,
- "specs": null,
- "name": "/regex/",
- "description": "/regex/",
- "num_gpu": 9223372036854776000,
- "platform": "t4",
- "experiment_id": "916afd89-cac5-4339-9c59-dd068abdfa69"
}
Delete Experiment Job
org_name required | string <= 255 characters ^[a-zA-Z0-9_-]+$ Org Name |
experiment_id required | string <uuid> <= 36 characters ID for Experiment |
job_id required | string <uuid> <= 36 characters ID for Job |
{- "error_desc": "/regex/",
- "error_code": -9223372036854776000
}
Returns the job logs
org_name required | string <= 255 characters ^[a-zA-Z0-9_-]+$ Org Name |
experiment_id required | string <uuid> <= 36 characters ID of Experiment |
job_id required | string <uuid> <= 36 characters Job ID |
automl_experiment_index | integer <int32> [ 0 .. 2147483647 ] Optional filter to retrieve logs from specific autoML experiment |
Execution status: PASS
Retrieve usable AutoML details
org_name required | string <= 255 characters ^[a-zA-Z0-9_-]+$ Org Name |
experiment_id required | string <uuid> <= 36 characters ID of Experiment |
job_id required | string <uuid> <= 36 characters Job ID |
{- "error_desc": "/regex/",
- "error_code": -9223372036854776000
}
Cancel all Jobs under experiment
org_name required | string <= 255 characters ^[a-zA-Z0-9_-]+$ Org Name |
experiment_id required | string <uuid> <= 36 characters ID for Experiment |
{- "error_desc": "/regex/",
- "error_code": -9223372036854776000
}
Cancel Experiment Job or pause training
org_name required | string <= 255 characters ^[a-zA-Z0-9_-]+$ Org Name |
experiment_id required | string <uuid> <= 36 characters ID for Experiment |
job_id required | string <uuid> <= 36 characters ID for Job |
{- "error_desc": "/regex/",
- "error_code": -9223372036854776000
}
Resume Experiment Job - train/retrain only
org_name required | string <= 255 characters ^[a-zA-Z0-9_-]+$ Org Name |
experiment_id required | string <uuid> <= 36 characters ID for Experiment |
job_id required | string <uuid> <= 36 characters ID for Job |
Adjustable metadata for the resumed job.
parent_job_id | string or null <uuid> <= 36 characters |
specs | any or null |
{- "parent_job_id": "dd63d5e7-6727-402c-8127-3fd32aa9072a",
- "specs": null
}
{- "error_desc": "/regex/",
- "error_code": -9223372036854776000
}
Download the Artifacts produced by a given job
org_name required | string <= 255 characters ^[a-zA-Z0-9_-]+$ Org Name |
experiment_id required | string <uuid> <= 36 characters ID of Experiment |
job_id required | string <uuid> <= 36 characters Job ID |
{- "error_desc": "/regex/",
- "error_code": -9223372036854776000
}