Download OpenAPI specification:
NVIDIA TAO (Train, Adapt, Optimize) API document
Authenticates a user using their NGC API key and organization name. Returns JWT token and user credentials upon successful authentication. The token can be used for subsequent API requests.
Login credentials including:
| ngc_key | string <regex> <= 1000 characters |
| ngc_org_name | string <regex> <= 1000 characters |
| enable_telemetry | boolean or null |
{- "ngc_key": "/regex/",
- "ngc_org_name": "/regex/",
- "enable_telemetry": true
}{- "user_id": "a169451c-8525-4352-b8ca-070dd449a1a5",
- "token": "/regex/",
- "user_name": "/regex/",
- "user_email": "/regex/"
}Given dataset type return dataset formats or return all formats
| org_name required | string <= 255 characters ^[a-zA-Z0-9_-]+$ Org Name |
{- "dataset_formats": [
- "/regex/"
], - "accepted_dataset_intents": [
- "training"
]
}Returns a list of datasets that the authenticated user can access. Results can be filtered and paginated using query parameters. This includes:
| org_name required | string <= 255 characters ^[a-zA-Z0-9_-]+$ Organization name to list datasets from |
| skip | integer <int32> [ 0 .. 2147483647 ] Number of records to skip for pagination |
| size | integer <int32> [ 0 .. 2147483647 ] Maximum number of records to return per page |
| sort | string Enum: "date-descending" "date-ascending" "name-descending" "name-ascending" Sort order for the results |
| name | string <= 5000 characters .* Filter datasets by name (case-sensitive partial match) |
| format | string Enum: "kitti" "pascal_voc" "raw" "coco_raw" "unet" "coco" "lprnet" "train" "test" "default" "custom" "classification_pyt" "visual_changenet_segment" "visual_changenet_classify" Filter datasets by their format type |
| type | string Enum: "object_detection" "segmentation" "image_classification" "character_recognition" "action_recognition" "pointpillars" "pose_classification" "ml_recog" "ocdnet" "ocrnet" "optical_inspection" "re_identification" "centerpose" Filter datasets by their primary type |
{- "datasets": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "created_on": "2019-08-24T14:15:22Z",
- "last_modified": "2019-08-24T14:15:22Z",
- "name": "/regex/",
- "shared": true,
- "description": "/regex/",
- "version": "/regex/",
- "logo": "string",
- "type": "action_recognition",
- "format": "GenericDataset",
- "workspace": "3f216741-15dd-4e46-b5ac-0077a2640e89",
- "url": "string",
- "cloud_file_path": "/regex/",
- "actions": [
- "auto3dseg"
], - "jobs": {
- "property1": {
- "name": "/regex/",
- "status": "Done",
- "action": "auto3dseg",
- "eta": "/regex/",
- "epoch": -1,
- "max_epoch": 9223372036854776000,
- "detailed_status_message": "/regex/"
}, - "property2": {
- "name": "/regex/",
- "status": "Done",
- "action": "auto3dseg",
- "eta": "/regex/",
- "epoch": -1,
- "max_epoch": 9223372036854776000,
- "detailed_status_message": "/regex/"
}
}, - "client_url": "/regex/",
- "status": "starting",
- "use_for": [
- "training"
], - "base_experiment_pull_complete": "starting",
- "base_experiment": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "skip_validation": true,
- "authorized_party_nca_id": "/regex/",
- "validation_details": { }
}
], - "pagination_info": {
- "total_records": 9223372036854776000,
- "total_pages": 9223372036854776000,
- "page_size": 9223372036854776000,
- "page_index": 9223372036854776000
}
}Deletes multiple datasets and their associated resources. This endpoint:
| org_name required | string <= 255 characters ^[a-zA-Z0-9_-]+$ Org Name |
| dataset_ids | Array of strings <uuid> <= 2147483647 items [ items <uuid > <= 36 characters ] |
{- "dataset_ids": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
]
}{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "created_on": "2019-08-24T14:15:22Z",
- "last_modified": "2019-08-24T14:15:22Z",
- "name": "/regex/",
- "shared": true,
- "description": "/regex/",
- "version": "/regex/",
- "logo": "string",
- "type": "action_recognition",
- "format": "GenericDataset",
- "workspace": "3f216741-15dd-4e46-b5ac-0077a2640e89",
- "url": "string",
- "cloud_file_path": "/regex/",
- "actions": [
- "auto3dseg"
], - "jobs": {
- "property1": {
- "name": "/regex/",
- "status": "Done",
- "action": "auto3dseg",
- "eta": "/regex/",
- "epoch": -1,
- "max_epoch": 9223372036854776000,
- "detailed_status_message": "/regex/"
}, - "property2": {
- "name": "/regex/",
- "status": "Done",
- "action": "auto3dseg",
- "eta": "/regex/",
- "epoch": -1,
- "max_epoch": 9223372036854776000,
- "detailed_status_message": "/regex/"
}
}, - "client_url": "/regex/",
- "status": "starting",
- "use_for": [
- "training"
], - "base_experiment_pull_complete": "starting",
- "base_experiment": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "skip_validation": true,
- "authorized_party_nca_id": "/regex/",
- "validation_details": { }
}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 |
| shared | boolean |
| 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: "action_recognition" "segmentation" "ocdnet" "stylegan_xl" "optical_inspection" "bevfusion" "pointpillars" "re_identification" "sparse4d" "visual_changenet_classify" "depth_net_mono" "maxine_dataset" "visual_changenet_segment" "centerpose" "image_classification" "ml_recog" "user_custom" "depth_net_stereo" "object_detection" "pose_classification" "not_restricted" "ocrnet" "vlm" |
| format | string Enum: "GenericDataset" "coco_raw" "maxine_gaze" "custom" "ThreeDVLM" "coco" "IssacStereo" "llava" "NvCLIP" "NYUDV2" "NYUDV2Relative" "BaseMetricMonoDataset" "raw" "ssl" "Crestereo" "BaseRelativeMonoDataset" "coco_panoptic" "unet" "FSD" "lprnet" "Eth3d" "classification_pyt" "odvg" "default" "Kitti" "IsaacRealDataset" "monai" "Middlebury" "ovpkl" "kitti" |
| workspace | string or null <uuid> <= 36 characters |
| url | string <url> <= 2048 characters |
| cloud_file_path | string or null <regex> <= 2048 characters |
| 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" |
| base_experiment_pull_complete | string Enum: "starting" "in_progress" "pull_complete" "invalid_pull" |
| base_experiment | Array of strings <uuid> <= 2 items [ items <uuid > <= 36 characters ] |
| skip_validation | boolean or null |
| authorized_party_nca_id | string or null <regex> <= 2048 characters |
{- "name": "/regex/",
- "shared": true,
- "user_id": "a169451c-8525-4352-b8ca-070dd449a1a5",
- "description": "/regex/",
- "docker_env_vars": {
- "property1": "/regex/",
- "property2": "/regex/"
}, - "version": "/regex/",
- "logo": "string",
- "type": "action_recognition",
- "format": "GenericDataset",
- "workspace": "3f216741-15dd-4e46-b5ac-0077a2640e89",
- "url": "string",
- "cloud_file_path": "/regex/",
- "client_url": "/regex/",
- "client_id": "/regex/",
- "client_secret": "/regex/",
- "filters": "/regex/",
- "status": "starting",
- "use_for": [
- "training"
], - "base_experiment_pull_complete": "starting",
- "base_experiment": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "skip_validation": true,
- "authorized_party_nca_id": "/regex/"
}{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "created_on": "2019-08-24T14:15:22Z",
- "last_modified": "2019-08-24T14:15:22Z",
- "name": "/regex/",
- "shared": true,
- "description": "/regex/",
- "version": "/regex/",
- "logo": "string",
- "type": "action_recognition",
- "format": "GenericDataset",
- "workspace": "3f216741-15dd-4e46-b5ac-0077a2640e89",
- "url": "string",
- "cloud_file_path": "/regex/",
- "actions": [
- "auto3dseg"
], - "jobs": {
- "property1": {
- "name": "/regex/",
- "status": "Done",
- "action": "auto3dseg",
- "eta": "/regex/",
- "epoch": -1,
- "max_epoch": 9223372036854776000,
- "detailed_status_message": "/regex/"
}, - "property2": {
- "name": "/regex/",
- "status": "Done",
- "action": "auto3dseg",
- "eta": "/regex/",
- "epoch": -1,
- "max_epoch": 9223372036854776000,
- "detailed_status_message": "/regex/"
}
}, - "client_url": "/regex/",
- "status": "starting",
- "use_for": [
- "training"
], - "base_experiment_pull_complete": "starting",
- "base_experiment": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "skip_validation": true,
- "authorized_party_nca_id": "/regex/",
- "validation_details": { }
}Returns detailed information about a specific dataset including:
| org_name required | string <= 255 characters ^[a-zA-Z0-9_-]+$ Organization name owning the dataset |
| dataset_id required | string <uuid> <= 36 characters Unique identifier of the dataset to retrieve |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "created_on": "2019-08-24T14:15:22Z",
- "last_modified": "2019-08-24T14:15:22Z",
- "name": "/regex/",
- "shared": true,
- "description": "/regex/",
- "version": "/regex/",
- "logo": "string",
- "type": "action_recognition",
- "format": "GenericDataset",
- "workspace": "3f216741-15dd-4e46-b5ac-0077a2640e89",
- "url": "string",
- "cloud_file_path": "/regex/",
- "actions": [
- "auto3dseg"
], - "jobs": {
- "property1": {
- "name": "/regex/",
- "status": "Done",
- "action": "auto3dseg",
- "eta": "/regex/",
- "epoch": -1,
- "max_epoch": 9223372036854776000,
- "detailed_status_message": "/regex/"
}, - "property2": {
- "name": "/regex/",
- "status": "Done",
- "action": "auto3dseg",
- "eta": "/regex/",
- "epoch": -1,
- "max_epoch": 9223372036854776000,
- "detailed_status_message": "/regex/"
}
}, - "client_url": "/regex/",
- "status": "starting",
- "use_for": [
- "training"
], - "base_experiment_pull_complete": "starting",
- "base_experiment": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "skip_validation": true,
- "authorized_party_nca_id": "/regex/",
- "validation_details": { }
}Deletes a dataset and its associated resources. The operation will:
Deletion is only allowed if:
| org_name required | string <= 255 characters ^[a-zA-Z0-9_-]+$ Organization name owning the dataset |
| dataset_id required | string <uuid> <= 36 characters Unique identifier of the 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/",
- "shared": true,
- "description": "/regex/",
- "version": "/regex/",
- "logo": "string",
- "type": "action_recognition",
- "format": "GenericDataset",
- "workspace": "3f216741-15dd-4e46-b5ac-0077a2640e89",
- "url": "string",
- "cloud_file_path": "/regex/",
- "actions": [
- "auto3dseg"
], - "jobs": {
- "property1": {
- "name": "/regex/",
- "status": "Done",
- "action": "auto3dseg",
- "eta": "/regex/",
- "epoch": -1,
- "max_epoch": 9223372036854776000,
- "detailed_status_message": "/regex/"
}, - "property2": {
- "name": "/regex/",
- "status": "Done",
- "action": "auto3dseg",
- "eta": "/regex/",
- "epoch": -1,
- "max_epoch": 9223372036854776000,
- "detailed_status_message": "/regex/"
}
}, - "client_url": "/regex/",
- "status": "starting",
- "use_for": [
- "training"
], - "base_experiment_pull_complete": "starting",
- "base_experiment": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "skip_validation": true,
- "authorized_party_nca_id": "/regex/",
- "validation_details": { }
}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 |
| shared | boolean |
| 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: "action_recognition" "segmentation" "ocdnet" "stylegan_xl" "optical_inspection" "bevfusion" "pointpillars" "re_identification" "sparse4d" "visual_changenet_classify" "depth_net_mono" "maxine_dataset" "visual_changenet_segment" "centerpose" "image_classification" "ml_recog" "user_custom" "depth_net_stereo" "object_detection" "pose_classification" "not_restricted" "ocrnet" "vlm" |
| format | string Enum: "GenericDataset" "coco_raw" "maxine_gaze" "custom" "ThreeDVLM" "coco" "IssacStereo" "llava" "NvCLIP" "NYUDV2" "NYUDV2Relative" "BaseMetricMonoDataset" "raw" "ssl" "Crestereo" "BaseRelativeMonoDataset" "coco_panoptic" "unet" "FSD" "lprnet" "Eth3d" "classification_pyt" "odvg" "default" "Kitti" "IsaacRealDataset" "monai" "Middlebury" "ovpkl" "kitti" |
| workspace | string or null <uuid> <= 36 characters |
| url | string <url> <= 2048 characters |
| cloud_file_path | string or null <regex> <= 2048 characters |
| 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" |
| base_experiment_pull_complete | string Enum: "starting" "in_progress" "pull_complete" "invalid_pull" |
| base_experiment | Array of strings <uuid> <= 2 items [ items <uuid > <= 36 characters ] |
| skip_validation | boolean or null |
| authorized_party_nca_id | string or null <regex> <= 2048 characters |
{- "name": "/regex/",
- "shared": true,
- "user_id": "a169451c-8525-4352-b8ca-070dd449a1a5",
- "description": "/regex/",
- "docker_env_vars": {
- "property1": "/regex/",
- "property2": "/regex/"
}, - "version": "/regex/",
- "logo": "string",
- "type": "action_recognition",
- "format": "GenericDataset",
- "workspace": "3f216741-15dd-4e46-b5ac-0077a2640e89",
- "url": "string",
- "cloud_file_path": "/regex/",
- "client_url": "/regex/",
- "client_id": "/regex/",
- "client_secret": "/regex/",
- "filters": "/regex/",
- "status": "starting",
- "use_for": [
- "training"
], - "base_experiment_pull_complete": "starting",
- "base_experiment": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "skip_validation": true,
- "authorized_party_nca_id": "/regex/"
}{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "created_on": "2019-08-24T14:15:22Z",
- "last_modified": "2019-08-24T14:15:22Z",
- "name": "/regex/",
- "shared": true,
- "description": "/regex/",
- "version": "/regex/",
- "logo": "string",
- "type": "action_recognition",
- "format": "GenericDataset",
- "workspace": "3f216741-15dd-4e46-b5ac-0077a2640e89",
- "url": "string",
- "cloud_file_path": "/regex/",
- "actions": [
- "auto3dseg"
], - "jobs": {
- "property1": {
- "name": "/regex/",
- "status": "Done",
- "action": "auto3dseg",
- "eta": "/regex/",
- "epoch": -1,
- "max_epoch": 9223372036854776000,
- "detailed_status_message": "/regex/"
}, - "property2": {
- "name": "/regex/",
- "status": "Done",
- "action": "auto3dseg",
- "eta": "/regex/",
- "epoch": -1,
- "max_epoch": 9223372036854776000,
- "detailed_status_message": "/regex/"
}
}, - "client_url": "/regex/",
- "status": "starting",
- "use_for": [
- "training"
], - "base_experiment_pull_complete": "starting",
- "base_experiment": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "skip_validation": true,
- "authorized_party_nca_id": "/regex/",
- "validation_details": { }
}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 |
| shared | boolean |
| 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: "action_recognition" "segmentation" "ocdnet" "stylegan_xl" "optical_inspection" "bevfusion" "pointpillars" "re_identification" "sparse4d" "visual_changenet_classify" "depth_net_mono" "maxine_dataset" "visual_changenet_segment" "centerpose" "image_classification" "ml_recog" "user_custom" "depth_net_stereo" "object_detection" "pose_classification" "not_restricted" "ocrnet" "vlm" |
| format | string Enum: "GenericDataset" "coco_raw" "maxine_gaze" "custom" "ThreeDVLM" "coco" "IssacStereo" "llava" "NvCLIP" "NYUDV2" "NYUDV2Relative" "BaseMetricMonoDataset" "raw" "ssl" "Crestereo" "BaseRelativeMonoDataset" "coco_panoptic" "unet" "FSD" "lprnet" "Eth3d" "classification_pyt" "odvg" "default" "Kitti" "IsaacRealDataset" "monai" "Middlebury" "ovpkl" "kitti" |
| workspace | string or null <uuid> <= 36 characters |
| url | string <url> <= 2048 characters |
| cloud_file_path | string or null <regex> <= 2048 characters |
| 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" |
| base_experiment_pull_complete | string Enum: "starting" "in_progress" "pull_complete" "invalid_pull" |
| base_experiment | Array of strings <uuid> <= 2 items [ items <uuid > <= 36 characters ] |
| skip_validation | boolean or null |
| authorized_party_nca_id | string or null <regex> <= 2048 characters |
{- "name": "/regex/",
- "shared": true,
- "user_id": "a169451c-8525-4352-b8ca-070dd449a1a5",
- "description": "/regex/",
- "docker_env_vars": {
- "property1": "/regex/",
- "property2": "/regex/"
}, - "version": "/regex/",
- "logo": "string",
- "type": "action_recognition",
- "format": "GenericDataset",
- "workspace": "3f216741-15dd-4e46-b5ac-0077a2640e89",
- "url": "string",
- "cloud_file_path": "/regex/",
- "client_url": "/regex/",
- "client_id": "/regex/",
- "client_secret": "/regex/",
- "filters": "/regex/",
- "status": "starting",
- "use_for": [
- "training"
], - "base_experiment_pull_complete": "starting",
- "base_experiment": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "skip_validation": true,
- "authorized_party_nca_id": "/regex/"
}{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "created_on": "2019-08-24T14:15:22Z",
- "last_modified": "2019-08-24T14:15:22Z",
- "name": "/regex/",
- "shared": true,
- "description": "/regex/",
- "version": "/regex/",
- "logo": "string",
- "type": "action_recognition",
- "format": "GenericDataset",
- "workspace": "3f216741-15dd-4e46-b5ac-0077a2640e89",
- "url": "string",
- "cloud_file_path": "/regex/",
- "actions": [
- "auto3dseg"
], - "jobs": {
- "property1": {
- "name": "/regex/",
- "status": "Done",
- "action": "auto3dseg",
- "eta": "/regex/",
- "epoch": -1,
- "max_epoch": 9223372036854776000,
- "detailed_status_message": "/regex/"
}, - "property2": {
- "name": "/regex/",
- "status": "Done",
- "action": "auto3dseg",
- "eta": "/regex/",
- "epoch": -1,
- "max_epoch": 9223372036854776000,
- "detailed_status_message": "/regex/"
}
}, - "client_url": "/regex/",
- "status": "starting",
- "use_for": [
- "training"
], - "base_experiment_pull_complete": "starting",
- "base_experiment": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "skip_validation": true,
- "authorized_party_nca_id": "/regex/",
- "validation_details": { }
}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" "kmeans" "augment" "train" "evaluate" "prune" "retrain" "export" "gen_trt_engine" "trtexec" "inference" "annotation" "analyze" "validate" "auto_label" "calibration_tensorfile" Action name |
{ }Asynchronously starts a dataset action and returns corresponding Job ID. This endpoint:
| org_name required | string <= 255 characters ^[a-zA-Z0-9_-]+$ Org Name |
| dataset_id required | string <uuid> <= 36 characters ID for Dataset |
| parent_job_id | string or null <uuid> <= 36 characters |
| action | string Enum: "auto3dseg" "quantize" "batchinfer" "evaluate" "generate" "retrain" "inference" "dataset_convert" "dataset_convert_gaze" "distill" "validate" "augment" "train" "export" "convert" "prune" "analyze" "validate_images" "annotation" "gen_trt_engine" "annotation_format_convert" "validate_annotations" "auto_label" |
| name | string or null <regex> <= 500 characters |
| description | string or null <regex> <= 1000 characters |
| specs | any |
| num_gpu | integer or null <int64> [ 0 .. 9223372036854776000 ] |
| platform_id | string or null <uuid> <= 36 characters |
{- "parent_job_id": "dd63d5e7-6727-402c-8127-3fd32aa9072a",
- "action": "auto3dseg",
- "name": "/regex/",
- "description": "/regex/",
- "specs": null,
- "num_gpu": 9223372036854776000,
- "platform_id": "f41a0584-7f4a-481e-9327-001efe2ebd2c"
}"497f6eca-6276-4993-bfeb-53cbbbba6f08"Returns the list of Jobs for a given dataset. This endpoint:
| 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": "auto3dseg",
- "status": "Done",
- "job_details": {
- "property1": {
- "graphical": [
- { }
], - "categorical": [
- { }
], - "kpi": [
- { }
], - "epoch": -1,
- "max_epoch": 9223372036854776000,
- "automl_brain_info": [
- { }
], - "automl_result": [
- { }
], - "time_per_epoch": "/regex/",
- "time_per_iter": "/regex/",
- "cur_iter": 9223372036854776000,
- "eta": "/regex/",
- "detailed_status": { },
- "key_metric": 0,
- "message": "/regex/"
}, - "property2": {
- "graphical": [
- { }
], - "categorical": [
- { }
], - "kpi": [
- { }
], - "epoch": -1,
- "max_epoch": 9223372036854776000,
- "automl_brain_info": [
- { }
], - "automl_result": [
- { }
], - "time_per_epoch": "/regex/",
- "time_per_iter": "/regex/",
- "cur_iter": 9223372036854776000,
- "eta": "/regex/",
- "detailed_status": { },
- "key_metric": 0,
- "message": "/regex/"
}
}, - "specs": null,
- "name": "/regex/",
- "description": "/regex/",
- "num_gpu": 9223372036854776000,
- "platform_id": "f41a0584-7f4a-481e-9327-001efe2ebd2c",
- "dataset_id": "8c4c51f1-f6f3-43bc-b65d-7415e8ef22c0"
}
], - "pagination_info": {
- "total_records": 9223372036854776000,
- "total_pages": 9223372036854776000,
- "page_size": 9223372036854776000,
- "page_index": 9223372036854776000
}
}Deletes multiple jobs within a dataset. This endpoint:
| org_name required | string <= 255 characters ^[a-zA-Z0-9_-]+$ Org Name |
| dataset_id required | string <uuid> <= 36 characters ID for Dataset |
| job_ids | Array of strings <uuid> <= 2147483647 items [ items <uuid > <= 36 characters ] |
{- "job_ids": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
]
}{- "error_desc": "/regex/",
- "error_code": -9223372036854776000
}Asynchronously retries a dataset action and returns corresponding Job ID. This endpoint:
| 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 Job ID |
"497f6eca-6276-4993-bfeb-53cbbbba6f08"Returns the Job for a given dataset and job ID. This endpoint:
| 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": "auto3dseg",
- "status": "Done",
- "job_details": {
- "property1": {
- "graphical": [
- { }
], - "categorical": [
- { }
], - "kpi": [
- { }
], - "epoch": -1,
- "max_epoch": 9223372036854776000,
- "automl_brain_info": [
- { }
], - "automl_result": [
- { }
], - "time_per_epoch": "/regex/",
- "time_per_iter": "/regex/",
- "cur_iter": 9223372036854776000,
- "eta": "/regex/",
- "detailed_status": { },
- "key_metric": 0,
- "message": "/regex/"
}, - "property2": {
- "graphical": [
- { }
], - "categorical": [
- { }
], - "kpi": [
- { }
], - "epoch": -1,
- "max_epoch": 9223372036854776000,
- "automl_brain_info": [
- { }
], - "automl_result": [
- { }
], - "time_per_epoch": "/regex/",
- "time_per_iter": "/regex/",
- "cur_iter": 9223372036854776000,
- "eta": "/regex/",
- "detailed_status": { },
- "key_metric": 0,
- "message": "/regex/"
}
}, - "specs": null,
- "name": "/regex/",
- "description": "/regex/",
- "num_gpu": 9223372036854776000,
- "platform_id": "f41a0584-7f4a-481e-9327-001efe2ebd2c",
- "dataset_id": "8c4c51f1-f6f3-43bc-b65d-7415e8ef22c0"
}Deletes a specific job within a dataset. This endpoint:
| 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
}Returns the Specs schema for a given job. This endpoint:
| 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 |
{ }Returns the job logs for a given dataset and job ID. This endpoint:
| 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 |
Execution status: PASSCancels a specific job within a dataset. This endpoint:
| 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
}Cancels all jobs within a dataset. This endpoint:
| org_name required | string <= 255 characters ^[a-zA-Z0-9_-]+$ Org Name |
| dataset_id required | string <uuid> <= 36 characters ID for Dataset |
{- "error_desc": "/regex/",
- "error_code": -9223372036854776000
}Cancels all jobs within multiple datasets. This endpoint:
| org_name required | string <= 255 characters ^[a-zA-Z0-9_-]+$ Org Name |
| dataset_ids | Array of strings <uuid> <= 2147483647 items [ items <uuid > <= 36 characters ] |
{- "dataset_ids": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
]
}{- "error_desc": "/regex/",
- "error_code": -9223372036854776000
}Downloads all artifacts produced by a given job within a dataset. This endpoint:
| 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: "action_recognition" "classification_pyt" "mal" "ml_recog" "ocdnet" "ocrnet" "optical_inspection" "pointpillars" "pose_classification" "re_identification" "deformable_detr" "dino" "segformer" "visual_changenet_classify" "visual_changenet_segment" "centerpose" Optional network architecture filter |
| read_only | boolean Optional read_only filter |
| user_only | boolean Optional filter to select user owned experiments only |
| tag | string <= 5000 characters .* Optional tag filter |
{- "experiments": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "created_on": "2019-08-24T14:15:22Z",
- "last_modified": "2019-08-24T14:15:22Z",
- "name": "/regex/",
- "shared": true,
- "description": "/regex/",
- "model_description": "/regex/",
- "version": "/regex/",
- "logo": "string",
- "ngc_path": "/regex/",
- "workspace": "3f216741-15dd-4e46-b5ac-0077a2640e89",
- "sha256_digest": {
- "property1": null,
- "property2": null
}, - "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": "deformable_detr",
- "base_experiment": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "dataset_type": "action_recognition",
- "dataset_formats": [
- "GenericDataset"
], - "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": [
- "auto3dseg"
], - "jobs": {
- "property1": {
- "name": "/regex/",
- "status": "Done",
- "action": "auto3dseg",
- "eta": "/regex/",
- "epoch": -1,
- "max_epoch": 9223372036854776000,
- "detailed_status_message": "/regex/"
}, - "property2": {
- "name": "/regex/",
- "status": "Done",
- "action": "auto3dseg",
- "eta": "/regex/",
- "epoch": -1,
- "max_epoch": 9223372036854776000,
- "detailed_status_message": "/regex/"
}
}, - "status": "Done",
- "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_hyperparameters": "/regex/"
}, - "metric": "/regex/",
- "type": "vision",
- "realtime_infer": true,
- "realtime_infer_support": true,
- "model_params": {
- "property1": null,
- "property2": null
}, - "realtime_infer_request_timeout": 86400,
- "bundle_url": "/regex/",
- "base_experiment_metadata": { },
- "source_type": "ngc",
- "experiment_actions": [
- { }
], - "tensorboard_enabled": true,
- "tags": [
- "/regex/"
], - "authorized_party_nca_id": "/regex/"
}
], - "pagination_info": {
- "total_records": 9223372036854776000,
- "total_pages": 9223372036854776000,
- "page_size": 9223372036854776000,
- "page_index": 9223372036854776000
}
}Cancels all related running jobs and returns the status of deleted Experiments
| org_name required | string <= 255 characters ^[a-zA-Z0-9_-]+$ Org Name |
| experiment_ids | Array of strings <uuid> <= 2147483647 items [ items <uuid > <= 36 characters ] |
{- "experiment_ids": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
]
}{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "created_on": "2019-08-24T14:15:22Z",
- "last_modified": "2019-08-24T14:15:22Z",
- "name": "/regex/",
- "shared": true,
- "description": "/regex/",
- "model_description": "/regex/",
- "version": "/regex/",
- "logo": "string",
- "ngc_path": "/regex/",
- "workspace": "3f216741-15dd-4e46-b5ac-0077a2640e89",
- "sha256_digest": {
- "property1": null,
- "property2": null
}, - "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": "deformable_detr",
- "base_experiment": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "dataset_type": "action_recognition",
- "dataset_formats": [
- "GenericDataset"
], - "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": [
- "auto3dseg"
], - "jobs": {
- "property1": {
- "name": "/regex/",
- "status": "Done",
- "action": "auto3dseg",
- "eta": "/regex/",
- "epoch": -1,
- "max_epoch": 9223372036854776000,
- "detailed_status_message": "/regex/"
}, - "property2": {
- "name": "/regex/",
- "status": "Done",
- "action": "auto3dseg",
- "eta": "/regex/",
- "epoch": -1,
- "max_epoch": 9223372036854776000,
- "detailed_status_message": "/regex/"
}
}, - "status": "Done",
- "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_hyperparameters": "/regex/"
}, - "metric": "/regex/",
- "type": "vision",
- "realtime_infer": true,
- "realtime_infer_support": true,
- "model_params": {
- "property1": null,
- "property2": null
}, - "realtime_infer_request_timeout": 86400,
- "bundle_url": "/regex/",
- "base_experiment_metadata": { },
- "source_type": "ngc",
- "experiment_actions": [
- { }
], - "tensorboard_enabled": true,
- "tags": [
- "/regex/"
], - "authorized_party_nca_id": "/regex/"
}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 |
| shared | boolean |
| user_id | string <uuid> <= 36 characters |
| description | string <regex> <= 1000 characters |
| model_description | string <regex> <= 1000 characters |
| version | string <regex> <= 500 characters |
| logo | string or null <url> <= 2048 characters |
| ngc_path | string <regex> <= 250 characters |
| workspace | string or null <uuid> <= 36 characters |
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: "deformable_detr" "action_recognition" "monai_automl_generated" "grounding_dino" "ocdnet" "monai_vista2d" "stylegan_xl" "optical_inspection" "monai_genai" "monai_automl" "bevfusion" "pointpillars" "mal" "monai_custom" "re_identification" "vila" "sparse4d" "image" "monai_detection" "visual_changenet_classify" "monai_classification" "depth_net_mono" "maxine_eye_contact" "monai_vista3d" "monai_segmentation" "mae" "visual_changenet_segment" "mask2former" "monai_annotation" "classification_pyt" "segformer" "centerpose" "rtdetr" "nvdinov2" "ml_recog" "mask_grounding_dino" "monai_maisi" "analytics" "augmentation" "annotations" "dino" "depth_net_stereo" "pose_classification" "ocrnet" "auto_label" "cosmos-rl" |
| 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) or AutoML (object) | |
| metric | string or null <regex> <= 100 characters |
| type | string Enum: "vision" "medical" "maxine" |
| realtime_infer | boolean |
object or null | |
| bundle_url | string or null <regex> <= 1000 characters |
| realtime_infer_request_timeout | integer or null <int64> [ 0 .. 9223372036854776000 ] |
Array of (object or null) or ExperimentActions (object) <= 9223372036854776000 items | |
| tensorboard_enabled | boolean or null |
| tags | Array of strings <regex> <= 16 items [ items <regex > <= 36 characters ] |
| retry_experiment_id | string or null <uuid> <= 36 characters |
| authorized_party_nca_id | string or null <regex> <= 2048 characters |
{- "name": "/regex/",
- "shared": true,
- "user_id": "a169451c-8525-4352-b8ca-070dd449a1a5",
- "description": "/regex/",
- "model_description": "/regex/",
- "version": "/regex/",
- "logo": "string",
- "ngc_path": "/regex/",
- "workspace": "3f216741-15dd-4e46-b5ac-0077a2640e89",
- "sha256_digest": {
- "property1": null,
- "property2": null
}, - "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": "deformable_detr",
- "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": { },
- "metric": "/regex/",
- "type": "vision",
- "realtime_infer": true,
- "model_params": {
- "property1": null,
- "property2": null
}, - "bundle_url": "/regex/",
- "realtime_infer_request_timeout": 9223372036854776000,
- "experiment_actions": [
- { }
], - "tensorboard_enabled": true,
- "tags": [
- "/regex/"
], - "retry_experiment_id": "9156f81c-d614-4eaa-af09-2507d8dc3481",
- "authorized_party_nca_id": "/regex/"
}{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "created_on": "2019-08-24T14:15:22Z",
- "last_modified": "2019-08-24T14:15:22Z",
- "name": "/regex/",
- "shared": true,
- "description": "/regex/",
- "model_description": "/regex/",
- "version": "/regex/",
- "logo": "string",
- "ngc_path": "/regex/",
- "workspace": "3f216741-15dd-4e46-b5ac-0077a2640e89",
- "sha256_digest": {
- "property1": null,
- "property2": null
}, - "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": "deformable_detr",
- "base_experiment": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "dataset_type": "action_recognition",
- "dataset_formats": [
- "GenericDataset"
], - "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": [
- "auto3dseg"
], - "jobs": {
- "property1": {
- "name": "/regex/",
- "status": "Done",
- "action": "auto3dseg",
- "eta": "/regex/",
- "epoch": -1,
- "max_epoch": 9223372036854776000,
- "detailed_status_message": "/regex/"
}, - "property2": {
- "name": "/regex/",
- "status": "Done",
- "action": "auto3dseg",
- "eta": "/regex/",
- "epoch": -1,
- "max_epoch": 9223372036854776000,
- "detailed_status_message": "/regex/"
}
}, - "status": "Done",
- "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_hyperparameters": "/regex/"
}, - "metric": "/regex/",
- "type": "vision",
- "realtime_infer": true,
- "realtime_infer_support": true,
- "model_params": {
- "property1": null,
- "property2": null
}, - "realtime_infer_request_timeout": 86400,
- "bundle_url": "/regex/",
- "base_experiment_metadata": { },
- "source_type": "ngc",
- "experiment_actions": [
- { }
], - "tensorboard_enabled": true,
- "tags": [
- "/regex/"
], - "authorized_party_nca_id": "/regex/"
}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: "action_recognition" "classification_pyt" "mal" "ml_recog" "ocdnet" "ocrnet" "optical_inspection" "pointpillars" "pose_classification" "re_identification" "deformable_detr" "dino" "segformer" "visual_changenet_classify" "visual_changenet_segment" "centerpose" Optional network architecture filter |
| read_only | boolean Optional read_only filter |
{- "experiments": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "created_on": "2019-08-24T14:15:22Z",
- "last_modified": "2019-08-24T14:15:22Z",
- "name": "/regex/",
- "shared": true,
- "description": "/regex/",
- "model_description": "/regex/",
- "version": "/regex/",
- "logo": "string",
- "ngc_path": "/regex/",
- "workspace": "3f216741-15dd-4e46-b5ac-0077a2640e89",
- "sha256_digest": {
- "property1": null,
- "property2": null
}, - "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": "deformable_detr",
- "base_experiment": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "dataset_type": "action_recognition",
- "dataset_formats": [
- "GenericDataset"
], - "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": [
- "auto3dseg"
], - "jobs": {
- "property1": {
- "name": "/regex/",
- "status": "Done",
- "action": "auto3dseg",
- "eta": "/regex/",
- "epoch": -1,
- "max_epoch": 9223372036854776000,
- "detailed_status_message": "/regex/"
}, - "property2": {
- "name": "/regex/",
- "status": "Done",
- "action": "auto3dseg",
- "eta": "/regex/",
- "epoch": -1,
- "max_epoch": 9223372036854776000,
- "detailed_status_message": "/regex/"
}
}, - "status": "Done",
- "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_hyperparameters": "/regex/"
}, - "metric": "/regex/",
- "type": "vision",
- "realtime_infer": true,
- "realtime_infer_support": true,
- "model_params": {
- "property1": null,
- "property2": null
}, - "realtime_infer_request_timeout": 86400,
- "bundle_url": "/regex/",
- "base_experiment_metadata": { },
- "source_type": "ngc",
- "experiment_actions": [
- { }
], - "tensorboard_enabled": true,
- "tags": [
- "/regex/"
], - "authorized_party_nca_id": "/regex/"
}
], - "pagination_info": {
- "total_records": 9223372036854776000,
- "total_pages": 9223372036854776000,
- "page_size": 9223372036854776000,
- "page_index": 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/",
- "shared": true,
- "description": "/regex/",
- "model_description": "/regex/",
- "version": "/regex/",
- "logo": "string",
- "ngc_path": "/regex/",
- "workspace": "3f216741-15dd-4e46-b5ac-0077a2640e89",
- "sha256_digest": {
- "property1": null,
- "property2": null
}, - "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": "deformable_detr",
- "base_experiment": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "dataset_type": "action_recognition",
- "dataset_formats": [
- "GenericDataset"
], - "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": [
- "auto3dseg"
], - "jobs": {
- "property1": {
- "name": "/regex/",
- "status": "Done",
- "action": "auto3dseg",
- "eta": "/regex/",
- "epoch": -1,
- "max_epoch": 9223372036854776000,
- "detailed_status_message": "/regex/"
}, - "property2": {
- "name": "/regex/",
- "status": "Done",
- "action": "auto3dseg",
- "eta": "/regex/",
- "epoch": -1,
- "max_epoch": 9223372036854776000,
- "detailed_status_message": "/regex/"
}
}, - "status": "Done",
- "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_hyperparameters": "/regex/"
}, - "metric": "/regex/",
- "type": "vision",
- "realtime_infer": true,
- "realtime_infer_support": true,
- "model_params": {
- "property1": null,
- "property2": null
}, - "realtime_infer_request_timeout": 86400,
- "bundle_url": "/regex/",
- "base_experiment_metadata": { },
- "source_type": "ngc",
- "experiment_actions": [
- { }
], - "tensorboard_enabled": true,
- "tags": [
- "/regex/"
], - "authorized_party_nca_id": "/regex/"
}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/",
- "shared": true,
- "description": "/regex/",
- "model_description": "/regex/",
- "version": "/regex/",
- "logo": "string",
- "ngc_path": "/regex/",
- "workspace": "3f216741-15dd-4e46-b5ac-0077a2640e89",
- "sha256_digest": {
- "property1": null,
- "property2": null
}, - "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": "deformable_detr",
- "base_experiment": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "dataset_type": "action_recognition",
- "dataset_formats": [
- "GenericDataset"
], - "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": [
- "auto3dseg"
], - "jobs": {
- "property1": {
- "name": "/regex/",
- "status": "Done",
- "action": "auto3dseg",
- "eta": "/regex/",
- "epoch": -1,
- "max_epoch": 9223372036854776000,
- "detailed_status_message": "/regex/"
}, - "property2": {
- "name": "/regex/",
- "status": "Done",
- "action": "auto3dseg",
- "eta": "/regex/",
- "epoch": -1,
- "max_epoch": 9223372036854776000,
- "detailed_status_message": "/regex/"
}
}, - "status": "Done",
- "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_hyperparameters": "/regex/"
}, - "metric": "/regex/",
- "type": "vision",
- "realtime_infer": true,
- "realtime_infer_support": true,
- "model_params": {
- "property1": null,
- "property2": null
}, - "realtime_infer_request_timeout": 86400,
- "bundle_url": "/regex/",
- "base_experiment_metadata": { },
- "source_type": "ngc",
- "experiment_actions": [
- { }
], - "tensorboard_enabled": true,
- "tags": [
- "/regex/"
], - "authorized_party_nca_id": "/regex/"
}Updates an existing experiment with new metadata. This endpoint:
| 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 |
| shared | boolean |
| user_id | string <uuid> <= 36 characters |
| description | string <regex> <= 1000 characters |
| model_description | string <regex> <= 1000 characters |
| version | string <regex> <= 500 characters |
| logo | string or null <url> <= 2048 characters |
| ngc_path | string <regex> <= 250 characters |
| workspace | string or null <uuid> <= 36 characters |
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: "deformable_detr" "action_recognition" "monai_automl_generated" "grounding_dino" "ocdnet" "monai_vista2d" "stylegan_xl" "optical_inspection" "monai_genai" "monai_automl" "bevfusion" "pointpillars" "mal" "monai_custom" "re_identification" "vila" "sparse4d" "image" "monai_detection" "visual_changenet_classify" "monai_classification" "depth_net_mono" "maxine_eye_contact" "monai_vista3d" "monai_segmentation" "mae" "visual_changenet_segment" "mask2former" "monai_annotation" "classification_pyt" "segformer" "centerpose" "rtdetr" "nvdinov2" "ml_recog" "mask_grounding_dino" "monai_maisi" "analytics" "augmentation" "annotations" "dino" "depth_net_stereo" "pose_classification" "ocrnet" "auto_label" "cosmos-rl" |
| 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) or AutoML (object) | |
| metric | string or null <regex> <= 100 characters |
| type | string Enum: "vision" "medical" "maxine" |
| realtime_infer | boolean |
object or null | |
| bundle_url | string or null <regex> <= 1000 characters |
| realtime_infer_request_timeout | integer or null <int64> [ 0 .. 9223372036854776000 ] |
Array of (object or null) or ExperimentActions (object) <= 9223372036854776000 items | |
| tensorboard_enabled | boolean or null |
| tags | Array of strings <regex> <= 16 items [ items <regex > <= 36 characters ] |
| retry_experiment_id | string or null <uuid> <= 36 characters |
| authorized_party_nca_id | string or null <regex> <= 2048 characters |
{- "name": "/regex/",
- "shared": true,
- "user_id": "a169451c-8525-4352-b8ca-070dd449a1a5",
- "description": "/regex/",
- "model_description": "/regex/",
- "version": "/regex/",
- "logo": "string",
- "ngc_path": "/regex/",
- "workspace": "3f216741-15dd-4e46-b5ac-0077a2640e89",
- "sha256_digest": {
- "property1": null,
- "property2": null
}, - "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": "deformable_detr",
- "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": { },
- "metric": "/regex/",
- "type": "vision",
- "realtime_infer": true,
- "model_params": {
- "property1": null,
- "property2": null
}, - "bundle_url": "/regex/",
- "realtime_infer_request_timeout": 9223372036854776000,
- "experiment_actions": [
- { }
], - "tensorboard_enabled": true,
- "tags": [
- "/regex/"
], - "retry_experiment_id": "9156f81c-d614-4eaa-af09-2507d8dc3481",
- "authorized_party_nca_id": "/regex/"
}{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "created_on": "2019-08-24T14:15:22Z",
- "last_modified": "2019-08-24T14:15:22Z",
- "name": "/regex/",
- "shared": true,
- "description": "/regex/",
- "model_description": "/regex/",
- "version": "/regex/",
- "logo": "string",
- "ngc_path": "/regex/",
- "workspace": "3f216741-15dd-4e46-b5ac-0077a2640e89",
- "sha256_digest": {
- "property1": null,
- "property2": null
}, - "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": "deformable_detr",
- "base_experiment": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "dataset_type": "action_recognition",
- "dataset_formats": [
- "GenericDataset"
], - "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": [
- "auto3dseg"
], - "jobs": {
- "property1": {
- "name": "/regex/",
- "status": "Done",
- "action": "auto3dseg",
- "eta": "/regex/",
- "epoch": -1,
- "max_epoch": 9223372036854776000,
- "detailed_status_message": "/regex/"
}, - "property2": {
- "name": "/regex/",
- "status": "Done",
- "action": "auto3dseg",
- "eta": "/regex/",
- "epoch": -1,
- "max_epoch": 9223372036854776000,
- "detailed_status_message": "/regex/"
}
}, - "status": "Done",
- "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_hyperparameters": "/regex/"
}, - "metric": "/regex/",
- "type": "vision",
- "realtime_infer": true,
- "realtime_infer_support": true,
- "model_params": {
- "property1": null,
- "property2": null
}, - "realtime_infer_request_timeout": 86400,
- "bundle_url": "/regex/",
- "base_experiment_metadata": { },
- "source_type": "ngc",
- "experiment_actions": [
- { }
], - "tensorboard_enabled": true,
- "tags": [
- "/regex/"
], - "authorized_party_nca_id": "/regex/"
}Partially updates an existing experiment with new metadata. This endpoint:
| 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 |
| shared | boolean |
| user_id | string <uuid> <= 36 characters |
| description | string <regex> <= 1000 characters |
| model_description | string <regex> <= 1000 characters |
| version | string <regex> <= 500 characters |
| logo | string or null <url> <= 2048 characters |
| ngc_path | string <regex> <= 250 characters |
| workspace | string or null <uuid> <= 36 characters |
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: "deformable_detr" "action_recognition" "monai_automl_generated" "grounding_dino" "ocdnet" "monai_vista2d" "stylegan_xl" "optical_inspection" "monai_genai" "monai_automl" "bevfusion" "pointpillars" "mal" "monai_custom" "re_identification" "vila" "sparse4d" "image" "monai_detection" "visual_changenet_classify" "monai_classification" "depth_net_mono" "maxine_eye_contact" "monai_vista3d" "monai_segmentation" "mae" "visual_changenet_segment" "mask2former" "monai_annotation" "classification_pyt" "segformer" "centerpose" "rtdetr" "nvdinov2" "ml_recog" "mask_grounding_dino" "monai_maisi" "analytics" "augmentation" "annotations" "dino" "depth_net_stereo" "pose_classification" "ocrnet" "auto_label" "cosmos-rl" |
| 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) or AutoML (object) | |
| metric | string or null <regex> <= 100 characters |
| type | string Enum: "vision" "medical" "maxine" |
| realtime_infer | boolean |
object or null | |
| bundle_url | string or null <regex> <= 1000 characters |
| realtime_infer_request_timeout | integer or null <int64> [ 0 .. 9223372036854776000 ] |
Array of (object or null) or ExperimentActions (object) <= 9223372036854776000 items | |
| tensorboard_enabled | boolean or null |
| tags | Array of strings <regex> <= 16 items [ items <regex > <= 36 characters ] |
| retry_experiment_id | string or null <uuid> <= 36 characters |
| authorized_party_nca_id | string or null <regex> <= 2048 characters |
{- "name": "/regex/",
- "shared": true,
- "user_id": "a169451c-8525-4352-b8ca-070dd449a1a5",
- "description": "/regex/",
- "model_description": "/regex/",
- "version": "/regex/",
- "logo": "string",
- "ngc_path": "/regex/",
- "workspace": "3f216741-15dd-4e46-b5ac-0077a2640e89",
- "sha256_digest": {
- "property1": null,
- "property2": null
}, - "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": "deformable_detr",
- "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": { },
- "metric": "/regex/",
- "type": "vision",
- "realtime_infer": true,
- "model_params": {
- "property1": null,
- "property2": null
}, - "bundle_url": "/regex/",
- "realtime_infer_request_timeout": 9223372036854776000,
- "experiment_actions": [
- { }
], - "tensorboard_enabled": true,
- "tags": [
- "/regex/"
], - "retry_experiment_id": "9156f81c-d614-4eaa-af09-2507d8dc3481",
- "authorized_party_nca_id": "/regex/"
}{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "created_on": "2019-08-24T14:15:22Z",
- "last_modified": "2019-08-24T14:15:22Z",
- "name": "/regex/",
- "shared": true,
- "description": "/regex/",
- "model_description": "/regex/",
- "version": "/regex/",
- "logo": "string",
- "ngc_path": "/regex/",
- "workspace": "3f216741-15dd-4e46-b5ac-0077a2640e89",
- "sha256_digest": {
- "property1": null,
- "property2": null
}, - "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": "deformable_detr",
- "base_experiment": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "dataset_type": "action_recognition",
- "dataset_formats": [
- "GenericDataset"
], - "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": [
- "auto3dseg"
], - "jobs": {
- "property1": {
- "name": "/regex/",
- "status": "Done",
- "action": "auto3dseg",
- "eta": "/regex/",
- "epoch": -1,
- "max_epoch": 9223372036854776000,
- "detailed_status_message": "/regex/"
}, - "property2": {
- "name": "/regex/",
- "status": "Done",
- "action": "auto3dseg",
- "eta": "/regex/",
- "epoch": -1,
- "max_epoch": 9223372036854776000,
- "detailed_status_message": "/regex/"
}
}, - "status": "Done",
- "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_hyperparameters": "/regex/"
}, - "metric": "/regex/",
- "type": "vision",
- "realtime_infer": true,
- "realtime_infer_support": true,
- "model_params": {
- "property1": null,
- "property2": null
}, - "realtime_infer_request_timeout": 86400,
- "bundle_url": "/regex/",
- "base_experiment_metadata": { },
- "source_type": "ngc",
- "experiment_actions": [
- { }
], - "tensorboard_enabled": true,
- "tags": [
- "/regex/"
], - "authorized_party_nca_id": "/regex/"
}Returns the Specs schema for a given action and experiment. This endpoint:
| 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" "kmeans" "augment" "train" "evaluate" "prune" "retrain" "export" "gen_trt_engine" "trtexec" "inference" "annotation" "analyze" "validate" "auto_label" "calibration_tensorfile" Action name |
{ }Returns the Specs schema for a given action of the base experiment. This endpoint:
| org_name required | string <= 255 characters ^[a-zA-Z0-9_-]+$ Org Name |
| experiment_id required | string <uuid> <= 36 characters ID for Base Experiment |
| action required | string Enum: "train" "evaluate" "prune" "retrain" "export" "gen_trt_engine" "trtexec" "inference" "auto_label" Action name |
{ }Asynchronously starts a Experiment Action and returns corresponding Job ID. This endpoint:
| org_name required | string <= 255 characters ^[a-zA-Z0-9_-]+$ Org Name |
| experiment_id required | string <uuid> <= 36 characters ID for Experiment |
| parent_job_id | string or null <uuid> <= 36 characters |
| action | string Enum: "auto3dseg" "quantize" "batchinfer" "evaluate" "generate" "retrain" "inference" "dataset_convert" "dataset_convert_gaze" "distill" "validate" "augment" "train" "export" "convert" "prune" "analyze" "validate_images" "annotation" "gen_trt_engine" "annotation_format_convert" "validate_annotations" "auto_label" |
| name | string or null <regex> <= 500 characters |
| description | string or null <regex> <= 1000 characters |
| specs | any |
| num_gpu | integer or null <int64> [ 0 .. 9223372036854776000 ] |
| platform_id | string or null <uuid> <= 36 characters |
{- "parent_job_id": "dd63d5e7-6727-402c-8127-3fd32aa9072a",
- "action": "auto3dseg",
- "name": "/regex/",
- "description": "/regex/",
- "specs": null,
- "num_gpu": 9223372036854776000,
- "platform_id": "f41a0584-7f4a-481e-9327-001efe2ebd2c"
}"497f6eca-6276-4993-bfeb-53cbbbba6f08"Returns the list of Jobs for a given experiment. This endpoint:
| 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": "auto3dseg",
- "status": "Done",
- "job_details": {
- "property1": {
- "graphical": [
- { }
], - "categorical": [
- { }
], - "kpi": [
- { }
], - "epoch": -1,
- "max_epoch": 9223372036854776000,
- "automl_brain_info": [
- { }
], - "automl_result": [
- { }
], - "time_per_epoch": "/regex/",
- "time_per_iter": "/regex/",
- "cur_iter": 9223372036854776000,
- "eta": "/regex/",
- "detailed_status": { },
- "key_metric": 0,
- "message": "/regex/"
}, - "property2": {
- "graphical": [
- { }
], - "categorical": [
- { }
], - "kpi": [
- { }
], - "epoch": -1,
- "max_epoch": 9223372036854776000,
- "automl_brain_info": [
- { }
], - "automl_result": [
- { }
], - "time_per_epoch": "/regex/",
- "time_per_iter": "/regex/",
- "cur_iter": 9223372036854776000,
- "eta": "/regex/",
- "detailed_status": { },
- "key_metric": 0,
- "message": "/regex/"
}
}, - "sync": true,
- "specs": null,
- "name": "/regex/",
- "description": "/regex/",
- "num_gpu": 9223372036854776000,
- "platform_id": "f41a0584-7f4a-481e-9327-001efe2ebd2c",
- "experiment_id": "916afd89-cac5-4339-9c59-dd068abdfa69"
}
], - "pagination_info": {
- "total_records": 9223372036854776000,
- "total_pages": 9223372036854776000,
- "page_size": 9223372036854776000,
- "page_index": 9223372036854776000
}
}Deletes multiple jobs within an experiment. This endpoint:
| org_name required | string <= 255 characters ^[a-zA-Z0-9_-]+$ Org Name |
| experiment_id required | string <uuid> <= 36 characters ID for Experiment |
| job_ids | Array of strings <uuid> <= 2147483647 items [ items <uuid > <= 36 characters ] |
{- "job_ids": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
]
}{- "error_desc": "/regex/",
- "error_code": -9223372036854776000
}Asynchronously retries a Experiment Action and returns corresponding Job ID. This endpoint:
| 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"Retrieves the epoch numbers for the checkpoints present for this job. This endpoint:
| org_name required | string <= 255 characters ^[a-zA-Z0-9_-]+$ Organization 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
}Publishes models to NGC private registry. This endpoint:
| 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 |
| display_name | string or null <regex> <= 500 characters |
| description | string or null <regex> <= 500 characters |
| team_name | string or null <regex> <= 500 characters |
{- "display_name": "/regex/",
- "description": "/regex/",
- "team_name": "/regex/"
}"497f6eca-6276-4993-bfeb-53cbbbba6f08"Removes models from NGC private registry. This endpoint:
| 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 |
| display_name | string or null <regex> <= 500 characters |
| description | string or null <regex> <= 500 characters |
| team_name | string or null <regex> <= 500 characters |
{- "display_name": "/regex/",
- "description": "/regex/",
- "team_name": "/regex/"
}"497f6eca-6276-4993-bfeb-53cbbbba6f08"Returns the Specs schema for a given job. This endpoint:
| 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 |
{ }Returns the Job for a given experiment and job ID. This endpoint:
| 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": "auto3dseg",
- "status": "Done",
- "job_details": {
- "property1": {
- "graphical": [
- { }
], - "categorical": [
- { }
], - "kpi": [
- { }
], - "epoch": -1,
- "max_epoch": 9223372036854776000,
- "automl_brain_info": [
- { }
], - "automl_result": [
- { }
], - "time_per_epoch": "/regex/",
- "time_per_iter": "/regex/",
- "cur_iter": 9223372036854776000,
- "eta": "/regex/",
- "detailed_status": { },
- "key_metric": 0,
- "message": "/regex/"
}, - "property2": {
- "graphical": [
- { }
], - "categorical": [
- { }
], - "kpi": [
- { }
], - "epoch": -1,
- "max_epoch": 9223372036854776000,
- "automl_brain_info": [
- { }
], - "automl_result": [
- { }
], - "time_per_epoch": "/regex/",
- "time_per_iter": "/regex/",
- "cur_iter": 9223372036854776000,
- "eta": "/regex/",
- "detailed_status": { },
- "key_metric": 0,
- "message": "/regex/"
}
}, - "sync": true,
- "specs": null,
- "name": "/regex/",
- "description": "/regex/",
- "num_gpu": 9223372036854776000,
- "platform_id": "f41a0584-7f4a-481e-9327-001efe2ebd2c",
- "experiment_id": "916afd89-cac5-4339-9c59-dd068abdfa69"
}Deletes a specific job within an experiment. This endpoint:
| 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 for a given experiment and job ID. This endpoint:
| 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: PASSRetrieves usable AutoML details for a given experiment and job ID. This endpoint:
| 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
}Pauses a specific job within an experiment. This endpoint:
| 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
}Cancels all jobs within an experiment. This endpoint:
| 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
}Cancels all jobs within multiple experiments. This endpoint:
| org_name required | string <= 255 characters ^[a-zA-Z0-9_-]+$ Org Name |
| experiment_ids | Array of strings <uuid> <= 2147483647 items [ items <uuid > <= 36 characters ] |
{- "experiment_ids": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
]
}{- "error_desc": "/regex/",
- "error_code": -9223372036854776000
}Cancels a specific job within an experiment. This endpoint:
| 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
}Resumes a specific job within an experiment. This endpoint:
| 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
}Downloads the artifacts produced by a given job within an experiment. This endpoint:
| 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
}Retrieve available GPU types based on the backend during deployment
| org_name required | string <= 255 characters ^[a-zA-Z0-9_-]+$ Org Name |
{ }Retrieve available GPU types based on the backend during deployment
| org_name required | string <= 255 characters ^[a-zA-Z0-9_-]+$ Org Name |
{ }Returns the list of workspaces
| 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: "monai" "unet" "custom" Optional format filter |
| type | string Enum: "object_detection" "segmentation" "image_classification" Optional type filter |
[- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "user_id": "a169451c-8525-4352-b8ca-070dd449a1a5",
- "created_on": "2019-08-24T14:15:22Z",
- "last_modified": "2019-08-24T14:15:22Z",
- "name": "/regex/",
- "shared": true,
- "version": "/regex/",
- "cloud_type": "aws"
}
]Cancels all related running jobs and returns the status of deleted Workspaces
| org_name required | string <= 255 characters ^[a-zA-Z0-9_-]+$ Org Name |
| workspace_ids | Array of strings <uuid> <= 2147483647 items [ items <uuid > <= 36 characters ] |
{- "workspace_ids": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
]
}{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "user_id": "a169451c-8525-4352-b8ca-070dd449a1a5",
- "created_on": "2019-08-24T14:15:22Z",
- "last_modified": "2019-08-24T14:15:22Z",
- "name": "/regex/",
- "shared": true,
- "version": "/regex/",
- "cloud_type": "aws"
}Returns the new Workspace
| org_name required | string <= 255 characters ^[a-zA-Z0-9_-]+$ Org Name |
Initial metadata for new Workspace (type and format required)
| name | string <regex> <= 500 characters |
| shared | boolean |
| version | string <regex> <= 10 characters |
| cloud_type | string Enum: "aws" "azure" "seaweedfs" "huggingface" "self_hosted" |
| cloud_specific_details | any |
{- "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",
- "user_id": "a169451c-8525-4352-b8ca-070dd449a1a5",
- "created_on": "2019-08-24T14:15:22Z",
- "last_modified": "2019-08-24T14:15:22Z",
- "name": "/regex/",
- "shared": true,
- "version": "/regex/",
- "cloud_type": "aws"
}Returns the Workspace
| org_name required | string <= 255 characters ^[a-zA-Z0-9_-]+$ Org Name |
| workspace_id required | string <uuid> <= 36 characters ID of Workspace to return |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "user_id": "a169451c-8525-4352-b8ca-070dd449a1a5",
- "created_on": "2019-08-24T14:15:22Z",
- "last_modified": "2019-08-24T14:15:22Z",
- "name": "/regex/",
- "shared": true,
- "version": "/regex/",
- "cloud_type": "aws"
}Cancels all related running jobs and returns the deleted Workspace
| org_name required | string <= 255 characters ^[a-zA-Z0-9_-]+$ Org Name |
| workspace_id required | string <uuid> <= 36 characters ID of Workspace to delete |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "user_id": "a169451c-8525-4352-b8ca-070dd449a1a5",
- "created_on": "2019-08-24T14:15:22Z",
- "last_modified": "2019-08-24T14:15:22Z",
- "name": "/regex/",
- "shared": true,
- "version": "/regex/",
- "cloud_type": "aws"
}Returns the updated Workspace
| org_name required | string <= 255 characters ^[a-zA-Z0-9_-]+$ Org Name |
| workspace_id required | string <uuid> <= 36 characters ID of Workspace to update |
Updated metadata for Workspace
| name | string <regex> <= 500 characters |
| shared | boolean |
| version | string <regex> <= 10 characters |
| cloud_type | string Enum: "aws" "azure" "seaweedfs" "huggingface" "self_hosted" |
| cloud_specific_details | any |
{- "name": "/regex/",
- "shared": true,
- "version": "/regex/",
- "cloud_type": "aws",
- "cloud_specific_details": null
}{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "user_id": "a169451c-8525-4352-b8ca-070dd449a1a5",
- "created_on": "2019-08-24T14:15:22Z",
- "last_modified": "2019-08-24T14:15:22Z",
- "name": "/regex/",
- "shared": true,
- "version": "/regex/",
- "cloud_type": "aws"
}Returns the updated Workspace
| org_name required | string <= 255 characters ^[a-zA-Z0-9_-]+$ Org Name |
| workspace_id required | string <uuid> <= 36 characters ID of Workspace to update |
Updated metadata for Workspace
| name | string <regex> <= 500 characters |
| shared | boolean |
| version | string <regex> <= 10 characters |
| cloud_type | string Enum: "aws" "azure" "seaweedfs" "huggingface" "self_hosted" |
| cloud_specific_details | any |
{- "name": "/regex/",
- "shared": true,
- "version": "/regex/",
- "cloud_type": "aws",
- "cloud_specific_details": null
}{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "user_id": "a169451c-8525-4352-b8ca-070dd449a1a5",
- "created_on": "2019-08-24T14:15:22Z",
- "last_modified": "2019-08-24T14:15:22Z",
- "name": "/regex/",
- "shared": true,
- "version": "/regex/",
- "cloud_type": "aws"
}Returns the datasets matched with the request body args inside the Workspace
| org_name required | string <= 255 characters ^[a-zA-Z0-9_-]+$ Org Name |
| workspace_id required | string <uuid> <= 36 characters ID of Workspace to return |
{- "dataset_paths": [
- "/regex/"
]
}Backs up all MongoDB databases using provided workspace cloud credentials
| org_name required | string <= 255 characters ^[a-zA-Z0-9_-]+$ Org Name |
| workspace_metadata required | object Workspace metadata containing cloud credentials |
| backup_file_name | string Optional backup file name |
{- "workspace_metadata": { },
- "backup_file_name": "string"
}{- "message": "/regex/"
}Restores all MongoDB databases using provided workspace cloud credentials
| org_name required | string <= 255 characters ^[a-zA-Z0-9_-]+$ Org Name |
| workspace_metadata required | object Workspace metadata containing cloud credentials |
| backup_file_name | string Optional backup file name to restore from |
{- "workspace_metadata": { },
- "backup_file_name": "string"
}{- "message": "/regex/"
}Creates a new Inference Microservice job and starts the StatefulSet. Returns job_id for subsequent operations.
| org_name required | string Name of the organization |
| experiment_id required | string Experiment ID |
| model_path required | string Path to the model |
| docker_image | string Docker image for inference |
| gpu_type | string GPU type required |
| num_gpus | integer Number of GPUs required |
{- "model_path": "/workspace/model",
- "docker_image": "nvcr.io/nvidia/vila-inference:latest",
- "gpu_type": "H100",
- "num_gpus": 1
}{- "job_id": "string",
- "status": "string",
- "message": "string"
}Sends inference request to a running Inference Microservice. This endpoint:
| org_name required | string <= 255 characters ^[a-zA-Z0-9_-]+$ Org Name |
| experiment_id required | string <uuid> <= 36 characters Experiment ID |
| job_id required | string <uuid> <= 36 characters Inference Microservice Job ID |
| input required | Array of strings Base64-encoded images/videos with data URI format (data:image/jpeg;base64,...) |
| model required | string Model identifier (e.g. nvidia/nvdino-v2) |
| prompt | string Default: "" Text prompt for Inference Microservice inference |
{- "input": [
- "string"
], - "model": "string",
- "prompt": ""
}Returns the status of a Inference Microservice.
| org_name required | string <= 255 characters ^[a-zA-Z0-9_-]+$ Org Name |
| experiment_id required | string <uuid> <= 36 characters Experiment ID |
| job_id required | string <uuid> <= 36 characters Inference Microservice Job ID |
Stops a running Inference Microservice.
| org_name required | string <= 255 characters ^[a-zA-Z0-9_-]+$ Org Name |
| experiment_id required | string <uuid> <= 36 characters Experiment ID |
| job_id required | string <uuid> <= 36 characters Inference Microservice Job ID to stop |