Download OpenAPI specification:Download
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 |
{- "accepted_dataset_intents": [
- "training"
], - "dataset_formats": [
- "/regex/"
]
}
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" "classification_tf2" "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" "visual_changenet" "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": "bevfusion",
- "format": "visual_changenet_classify",
- "workspace": "3f216741-15dd-4e46-b5ac-0077a2640e89",
- "url": "string",
- "cloud_file_path": "/regex/",
- "actions": [
- "distill"
], - "jobs": {
- "property1": {
- "name": "/regex/",
- "status": "Done",
- "action": "distill",
- "eta": "/regex/",
- "epoch": -1,
- "max_epoch": 9223372036854776000,
- "detailed_status_message": "/regex/"
}, - "property2": {
- "name": "/regex/",
- "status": "Done",
- "action": "distill",
- "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/"
}
], - "pagination_info": {
- "total_records": 9223372036854776000,
- "page_index": 9223372036854776000,
- "page_size": 9223372036854776000,
- "total_pages": 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": "bevfusion",
- "format": "visual_changenet_classify",
- "workspace": "3f216741-15dd-4e46-b5ac-0077a2640e89",
- "url": "string",
- "cloud_file_path": "/regex/",
- "actions": [
- "distill"
], - "jobs": {
- "property1": {
- "name": "/regex/",
- "status": "Done",
- "action": "distill",
- "eta": "/regex/",
- "epoch": -1,
- "max_epoch": 9223372036854776000,
- "detailed_status_message": "/regex/"
}, - "property2": {
- "name": "/regex/",
- "status": "Done",
- "action": "distill",
- "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/"
}
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: "bevfusion" "ocdnet" "image_classification" "visual_changenet" "ocrnet" "pose_classification" "stylegan_xl" "maxine_dataset" "ml_recog" "re_identification" "optical_inspection" "user_custom" "not_restricted" "object_detection" "centerpose" "action_recognition" "segmentation" "pointpillars" "vlm" |
format | string Enum: "visual_changenet_classify" "visual_changenet_segment" "coco_panoptic" "lprnet" "coco" "unet" "classification_pyt" "raw" "custom" "coco_raw" "default" "maxine_gaze" "ssl" "odvg" "kitti" "monai" "classification_tf2" |
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": "bevfusion",
- "format": "visual_changenet_classify",
- "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": "bevfusion",
- "format": "visual_changenet_classify",
- "workspace": "3f216741-15dd-4e46-b5ac-0077a2640e89",
- "url": "string",
- "cloud_file_path": "/regex/",
- "actions": [
- "distill"
], - "jobs": {
- "property1": {
- "name": "/regex/",
- "status": "Done",
- "action": "distill",
- "eta": "/regex/",
- "epoch": -1,
- "max_epoch": 9223372036854776000,
- "detailed_status_message": "/regex/"
}, - "property2": {
- "name": "/regex/",
- "status": "Done",
- "action": "distill",
- "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/"
}
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": "bevfusion",
- "format": "visual_changenet_classify",
- "workspace": "3f216741-15dd-4e46-b5ac-0077a2640e89",
- "url": "string",
- "cloud_file_path": "/regex/",
- "actions": [
- "distill"
], - "jobs": {
- "property1": {
- "name": "/regex/",
- "status": "Done",
- "action": "distill",
- "eta": "/regex/",
- "epoch": -1,
- "max_epoch": 9223372036854776000,
- "detailed_status_message": "/regex/"
}, - "property2": {
- "name": "/regex/",
- "status": "Done",
- "action": "distill",
- "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/"
}
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": "bevfusion",
- "format": "visual_changenet_classify",
- "workspace": "3f216741-15dd-4e46-b5ac-0077a2640e89",
- "url": "string",
- "cloud_file_path": "/regex/",
- "actions": [
- "distill"
], - "jobs": {
- "property1": {
- "name": "/regex/",
- "status": "Done",
- "action": "distill",
- "eta": "/regex/",
- "epoch": -1,
- "max_epoch": 9223372036854776000,
- "detailed_status_message": "/regex/"
}, - "property2": {
- "name": "/regex/",
- "status": "Done",
- "action": "distill",
- "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/"
}
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: "bevfusion" "ocdnet" "image_classification" "visual_changenet" "ocrnet" "pose_classification" "stylegan_xl" "maxine_dataset" "ml_recog" "re_identification" "optical_inspection" "user_custom" "not_restricted" "object_detection" "centerpose" "action_recognition" "segmentation" "pointpillars" "vlm" |
format | string Enum: "visual_changenet_classify" "visual_changenet_segment" "coco_panoptic" "lprnet" "coco" "unet" "classification_pyt" "raw" "custom" "coco_raw" "default" "maxine_gaze" "ssl" "odvg" "kitti" "monai" "classification_tf2" |
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": "bevfusion",
- "format": "visual_changenet_classify",
- "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": "bevfusion",
- "format": "visual_changenet_classify",
- "workspace": "3f216741-15dd-4e46-b5ac-0077a2640e89",
- "url": "string",
- "cloud_file_path": "/regex/",
- "actions": [
- "distill"
], - "jobs": {
- "property1": {
- "name": "/regex/",
- "status": "Done",
- "action": "distill",
- "eta": "/regex/",
- "epoch": -1,
- "max_epoch": 9223372036854776000,
- "detailed_status_message": "/regex/"
}, - "property2": {
- "name": "/regex/",
- "status": "Done",
- "action": "distill",
- "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/"
}
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: "bevfusion" "ocdnet" "image_classification" "visual_changenet" "ocrnet" "pose_classification" "stylegan_xl" "maxine_dataset" "ml_recog" "re_identification" "optical_inspection" "user_custom" "not_restricted" "object_detection" "centerpose" "action_recognition" "segmentation" "pointpillars" "vlm" |
format | string Enum: "visual_changenet_classify" "visual_changenet_segment" "coco_panoptic" "lprnet" "coco" "unet" "classification_pyt" "raw" "custom" "coco_raw" "default" "maxine_gaze" "ssl" "odvg" "kitti" "monai" "classification_tf2" |
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": "bevfusion",
- "format": "visual_changenet_classify",
- "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": "bevfusion",
- "format": "visual_changenet_classify",
- "workspace": "3f216741-15dd-4e46-b5ac-0077a2640e89",
- "url": "string",
- "cloud_file_path": "/regex/",
- "actions": [
- "distill"
], - "jobs": {
- "property1": {
- "name": "/regex/",
- "status": "Done",
- "action": "distill",
- "eta": "/regex/",
- "epoch": -1,
- "max_epoch": 9223372036854776000,
- "detailed_status_message": "/regex/"
}, - "property2": {
- "name": "/regex/",
- "status": "Done",
- "action": "distill",
- "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/"
}
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" "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 |
specs | any |
action | string Enum: "distill" "analyze" "convert_efficientdet_tf2" "dataset_convert_gaze" "retrain" "validate" "annotation" "validate_images" "convert" "evaluate" "train" "export" "inference" "validate_annotations" "gen_trt_engine" "batchinfer" "generate" "prune" "auto3dseg" "auto_label" "dataset_convert" "augment" "annotation_format_convert" |
platform_id | string or null <uuid> <= 36 characters |
name | string or null <regex> <= 500 characters |
parent_job_id | string or null <uuid> <= 36 characters |
num_gpu | integer or null <int64> [ 0 .. 9223372036854776000 ] |
description | string or null <regex> <= 1000 characters |
{- "specs": null,
- "action": "distill",
- "platform_id": "f41a0584-7f4a-481e-9327-001efe2ebd2c",
- "name": "/regex/",
- "parent_job_id": "dd63d5e7-6727-402c-8127-3fd32aa9072a",
- "num_gpu": 9223372036854776000,
- "description": "/regex/"
}
"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": "distill",
- "status": "Done",
- "job_details": {
- "property1": {
- "graphical": [
- {
- "metric": null,
- "x_min": -9223372036854776000,
- "x_max": -9223372036854776000,
- "y_min": 0,
- "y_max": 0,
- "values": {
- "property1": 0,
- "property2": 0
}, - "units": "/regex/"
}
], - "categorical": [
- {
- "metric": null,
- "category_wise_values": [
- {
- "category": "/regex/",
- "value": 0
}
]
}
], - "kpi": [
- {
- "metric": null,
- "values": { }
}
], - "epoch": -1,
- "max_epoch": 9223372036854776000,
- "automl_brain_info": [
- {
- "metric": "/regex/",
- "value": "/regex/"
}
], - "automl_result": [
- {
- "metric": null,
- "value": 0
}
], - "time_per_epoch": "/regex/",
- "time_per_iter": "/regex/",
- "cur_iter": 9223372036854776000,
- "eta": "/regex/",
- "detailed_status": {
- "date": "string",
- "time": "string",
- "message": "/regex/",
- "status": "/regex/"
}, - "key_metric": 0,
- "message": "/regex/"
}, - "property2": {
- "graphical": [
- {
- "metric": null,
- "x_min": -9223372036854776000,
- "x_max": -9223372036854776000,
- "y_min": 0,
- "y_max": 0,
- "values": {
- "property1": 0,
- "property2": 0
}, - "units": "/regex/"
}
], - "categorical": [
- {
- "metric": null,
- "category_wise_values": [
- {
- "category": "/regex/",
- "value": 0
}
]
}
], - "kpi": [
- {
- "metric": null,
- "values": { }
}
], - "epoch": -1,
- "max_epoch": 9223372036854776000,
- "automl_brain_info": [
- {
- "metric": "/regex/",
- "value": "/regex/"
}
], - "automl_result": [
- {
- "metric": null,
- "value": 0
}
], - "time_per_epoch": "/regex/",
- "time_per_iter": "/regex/",
- "cur_iter": 9223372036854776000,
- "eta": "/regex/",
- "detailed_status": {
- "date": "string",
- "time": "string",
- "message": "/regex/",
- "status": "/regex/"
}, - "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,
- "page_index": 9223372036854776000,
- "page_size": 9223372036854776000,
- "total_pages": 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": "distill",
- "status": "Done",
- "job_details": {
- "property1": {
- "graphical": [
- {
- "metric": null,
- "x_min": -9223372036854776000,
- "x_max": -9223372036854776000,
- "y_min": 0,
- "y_max": 0,
- "values": {
- "property1": 0,
- "property2": 0
}, - "units": "/regex/"
}
], - "categorical": [
- {
- "metric": null,
- "category_wise_values": [
- {
- "category": "/regex/",
- "value": 0
}
]
}
], - "kpi": [
- {
- "metric": null,
- "values": { }
}
], - "epoch": -1,
- "max_epoch": 9223372036854776000,
- "automl_brain_info": [
- {
- "metric": "/regex/",
- "value": "/regex/"
}
], - "automl_result": [
- {
- "metric": null,
- "value": 0
}
], - "time_per_epoch": "/regex/",
- "time_per_iter": "/regex/",
- "cur_iter": 9223372036854776000,
- "eta": "/regex/",
- "detailed_status": {
- "date": "string",
- "time": "string",
- "message": "/regex/",
- "status": "/regex/"
}, - "key_metric": 0,
- "message": "/regex/"
}, - "property2": {
- "graphical": [
- {
- "metric": null,
- "x_min": -9223372036854776000,
- "x_max": -9223372036854776000,
- "y_min": 0,
- "y_max": 0,
- "values": {
- "property1": 0,
- "property2": 0
}, - "units": "/regex/"
}
], - "categorical": [
- {
- "metric": null,
- "category_wise_values": [
- {
- "category": "/regex/",
- "value": 0
}
]
}
], - "kpi": [
- {
- "metric": null,
- "values": { }
}
], - "epoch": -1,
- "max_epoch": 9223372036854776000,
- "automl_brain_info": [
- {
- "metric": "/regex/",
- "value": "/regex/"
}
], - "automl_result": [
- {
- "metric": null,
- "value": 0
}
], - "time_per_epoch": "/regex/",
- "time_per_iter": "/regex/",
- "cur_iter": 9223372036854776000,
- "eta": "/regex/",
- "detailed_status": {
- "date": "string",
- "time": "string",
- "message": "/regex/",
- "status": "/regex/"
}, - "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: PASS
Cancels 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: "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 |
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": { },
- "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": "character_recognition",
- "base_experiment": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "dataset_type": "bevfusion",
- "dataset_formats": [
- "visual_changenet_classify"
], - "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": [
- "distill"
], - "jobs": {
- "property1": {
- "name": "/regex/",
- "status": "Done",
- "action": "distill",
- "eta": "/regex/",
- "epoch": -1,
- "max_epoch": 9223372036854776000,
- "detailed_status_message": "/regex/"
}, - "property2": {
- "name": "/regex/",
- "status": "Done",
- "action": "distill",
- "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": { },
- "realtime_infer_request_timeout": 86400,
- "bundle_url": "/regex/",
- "base_experiment_metadata": {
- "task": "unknown",
- "domain": "unknown",
- "backbone_type": "unknown",
- "backbone_class": "unknown",
- "num_parameters": "/regex/",
- "accuracy": "/regex/",
- "license": "unknown",
- "model_card_link": "string",
- "is_backbone": true,
- "is_trainable": true,
- "spec_file_present": true,
- "specs": null
}, - "experiment_actions": [
- {
- "specs": null,
- "action": "distill",
- "platform_id": "f41a0584-7f4a-481e-9327-001efe2ebd2c",
- "name": "/regex/",
- "parent_job_id": "dd63d5e7-6727-402c-8127-3fd32aa9072a",
- "num_gpu": 9223372036854776000,
- "description": "/regex/"
}
], - "tensorboard_enabled": true,
- "tags": [
- "/regex/"
], - "authorized_party_nca_id": "/regex/"
}
], - "pagination_info": {
- "total_records": 9223372036854776000,
- "page_index": 9223372036854776000,
- "page_size": 9223372036854776000,
- "total_pages": 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": { },
- "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": "character_recognition",
- "base_experiment": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "dataset_type": "bevfusion",
- "dataset_formats": [
- "visual_changenet_classify"
], - "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": [
- "distill"
], - "jobs": {
- "property1": {
- "name": "/regex/",
- "status": "Done",
- "action": "distill",
- "eta": "/regex/",
- "epoch": -1,
- "max_epoch": 9223372036854776000,
- "detailed_status_message": "/regex/"
}, - "property2": {
- "name": "/regex/",
- "status": "Done",
- "action": "distill",
- "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": { },
- "realtime_infer_request_timeout": 86400,
- "bundle_url": "/regex/",
- "base_experiment_metadata": {
- "task": "unknown",
- "domain": "unknown",
- "backbone_type": "unknown",
- "backbone_class": "unknown",
- "num_parameters": "/regex/",
- "accuracy": "/regex/",
- "license": "unknown",
- "model_card_link": "string",
- "is_backbone": true,
- "is_trainable": true,
- "spec_file_present": true,
- "specs": null
}, - "experiment_actions": [
- {
- "specs": null,
- "action": "distill",
- "platform_id": "f41a0584-7f4a-481e-9327-001efe2ebd2c",
- "name": "/regex/",
- "parent_job_id": "dd63d5e7-6727-402c-8127-3fd32aa9072a",
- "num_gpu": 9223372036854776000,
- "description": "/regex/"
}
], - "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 |
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: "character_recognition" "bevfusion" "analytics" "ocdnet" "mae" "image_classification" "rtdetr" "visual_changenet" "classification_tf2" "ocrnet" "mal" "classification_pyt" "maxine_eye_contact" "grounding_dino" "dino" "monai_detection" "pose_classification" "monai_automl_generated" "nvdinov2" "segformer" "stylegan_xl" "maxine_dataset" "monai_annotation" "augmentation" "vila" "ml_recog" "monai_vista3d" "re_identification" "monai_automl" "mask2former" "optical_inspection" "monai_vista2d" "monai_genai" "image" "deformable_detr" "monai_segmentation" "object_detection" "monai_custom" "mask_grounding_dino" "monai_maisi" "centerpose" "efficientdet_tf2" "action_recognition" "annotations" "auto_label" "segmentation" "monai_classification" "pointpillars" "vlm" |
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" "maxine" |
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 ] |
Array of objects or null <= 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": { },
- "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": "character_recognition",
- "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_hyperparameters": "/regex/"
}, - "metric": "/regex/",
- "type": "vision",
- "realtime_infer": true,
- "model_params": { },
- "bundle_url": "/regex/",
- "realtime_infer_request_timeout": 9223372036854776000,
- "experiment_actions": [
- {
- "specs": null,
- "action": "distill",
- "platform_id": "f41a0584-7f4a-481e-9327-001efe2ebd2c",
- "name": "/regex/",
- "parent_job_id": "dd63d5e7-6727-402c-8127-3fd32aa9072a",
- "num_gpu": 9223372036854776000,
- "description": "/regex/"
}
], - "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": { },
- "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": "character_recognition",
- "base_experiment": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "dataset_type": "bevfusion",
- "dataset_formats": [
- "visual_changenet_classify"
], - "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": [
- "distill"
], - "jobs": {
- "property1": {
- "name": "/regex/",
- "status": "Done",
- "action": "distill",
- "eta": "/regex/",
- "epoch": -1,
- "max_epoch": 9223372036854776000,
- "detailed_status_message": "/regex/"
}, - "property2": {
- "name": "/regex/",
- "status": "Done",
- "action": "distill",
- "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": { },
- "realtime_infer_request_timeout": 86400,
- "bundle_url": "/regex/",
- "base_experiment_metadata": {
- "task": "unknown",
- "domain": "unknown",
- "backbone_type": "unknown",
- "backbone_class": "unknown",
- "num_parameters": "/regex/",
- "accuracy": "/regex/",
- "license": "unknown",
- "model_card_link": "string",
- "is_backbone": true,
- "is_trainable": true,
- "spec_file_present": true,
- "specs": null
}, - "experiment_actions": [
- {
- "specs": null,
- "action": "distill",
- "platform_id": "f41a0584-7f4a-481e-9327-001efe2ebd2c",
- "name": "/regex/",
- "parent_job_id": "dd63d5e7-6727-402c-8127-3fd32aa9072a",
- "num_gpu": 9223372036854776000,
- "description": "/regex/"
}
], - "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: "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 |
{- "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": { },
- "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": "character_recognition",
- "base_experiment": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "dataset_type": "bevfusion",
- "dataset_formats": [
- "visual_changenet_classify"
], - "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": [
- "distill"
], - "jobs": {
- "property1": {
- "name": "/regex/",
- "status": "Done",
- "action": "distill",
- "eta": "/regex/",
- "epoch": -1,
- "max_epoch": 9223372036854776000,
- "detailed_status_message": "/regex/"
}, - "property2": {
- "name": "/regex/",
- "status": "Done",
- "action": "distill",
- "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": { },
- "realtime_infer_request_timeout": 86400,
- "bundle_url": "/regex/",
- "base_experiment_metadata": {
- "task": "unknown",
- "domain": "unknown",
- "backbone_type": "unknown",
- "backbone_class": "unknown",
- "num_parameters": "/regex/",
- "accuracy": "/regex/",
- "license": "unknown",
- "model_card_link": "string",
- "is_backbone": true,
- "is_trainable": true,
- "spec_file_present": true,
- "specs": null
}, - "experiment_actions": [
- {
- "specs": null,
- "action": "distill",
- "platform_id": "f41a0584-7f4a-481e-9327-001efe2ebd2c",
- "name": "/regex/",
- "parent_job_id": "dd63d5e7-6727-402c-8127-3fd32aa9072a",
- "num_gpu": 9223372036854776000,
- "description": "/regex/"
}
], - "tensorboard_enabled": true,
- "tags": [
- "/regex/"
], - "authorized_party_nca_id": "/regex/"
}
], - "pagination_info": {
- "total_records": 9223372036854776000,
- "page_index": 9223372036854776000,
- "page_size": 9223372036854776000,
- "total_pages": 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": { },
- "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": "character_recognition",
- "base_experiment": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "dataset_type": "bevfusion",
- "dataset_formats": [
- "visual_changenet_classify"
], - "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": [
- "distill"
], - "jobs": {
- "property1": {
- "name": "/regex/",
- "status": "Done",
- "action": "distill",
- "eta": "/regex/",
- "epoch": -1,
- "max_epoch": 9223372036854776000,
- "detailed_status_message": "/regex/"
}, - "property2": {
- "name": "/regex/",
- "status": "Done",
- "action": "distill",
- "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": { },
- "realtime_infer_request_timeout": 86400,
- "bundle_url": "/regex/",
- "base_experiment_metadata": {
- "task": "unknown",
- "domain": "unknown",
- "backbone_type": "unknown",
- "backbone_class": "unknown",
- "num_parameters": "/regex/",
- "accuracy": "/regex/",
- "license": "unknown",
- "model_card_link": "string",
- "is_backbone": true,
- "is_trainable": true,
- "spec_file_present": true,
- "specs": null
}, - "experiment_actions": [
- {
- "specs": null,
- "action": "distill",
- "platform_id": "f41a0584-7f4a-481e-9327-001efe2ebd2c",
- "name": "/regex/",
- "parent_job_id": "dd63d5e7-6727-402c-8127-3fd32aa9072a",
- "num_gpu": 9223372036854776000,
- "description": "/regex/"
}
], - "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": { },
- "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": "character_recognition",
- "base_experiment": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "dataset_type": "bevfusion",
- "dataset_formats": [
- "visual_changenet_classify"
], - "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": [
- "distill"
], - "jobs": {
- "property1": {
- "name": "/regex/",
- "status": "Done",
- "action": "distill",
- "eta": "/regex/",
- "epoch": -1,
- "max_epoch": 9223372036854776000,
- "detailed_status_message": "/regex/"
}, - "property2": {
- "name": "/regex/",
- "status": "Done",
- "action": "distill",
- "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": { },
- "realtime_infer_request_timeout": 86400,
- "bundle_url": "/regex/",
- "base_experiment_metadata": {
- "task": "unknown",
- "domain": "unknown",
- "backbone_type": "unknown",
- "backbone_class": "unknown",
- "num_parameters": "/regex/",
- "accuracy": "/regex/",
- "license": "unknown",
- "model_card_link": "string",
- "is_backbone": true,
- "is_trainable": true,
- "spec_file_present": true,
- "specs": null
}, - "experiment_actions": [
- {
- "specs": null,
- "action": "distill",
- "platform_id": "f41a0584-7f4a-481e-9327-001efe2ebd2c",
- "name": "/regex/",
- "parent_job_id": "dd63d5e7-6727-402c-8127-3fd32aa9072a",
- "num_gpu": 9223372036854776000,
- "description": "/regex/"
}
], - "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 |
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: "character_recognition" "bevfusion" "analytics" "ocdnet" "mae" "image_classification" "rtdetr" "visual_changenet" "classification_tf2" "ocrnet" "mal" "classification_pyt" "maxine_eye_contact" "grounding_dino" "dino" "monai_detection" "pose_classification" "monai_automl_generated" "nvdinov2" "segformer" "stylegan_xl" "maxine_dataset" "monai_annotation" "augmentation" "vila" "ml_recog" "monai_vista3d" "re_identification" "monai_automl" "mask2former" "optical_inspection" "monai_vista2d" "monai_genai" "image" "deformable_detr" "monai_segmentation" "object_detection" "monai_custom" "mask_grounding_dino" "monai_maisi" "centerpose" "efficientdet_tf2" "action_recognition" "annotations" "auto_label" "segmentation" "monai_classification" "pointpillars" "vlm" |
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" "maxine" |
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 ] |
Array of objects or null <= 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": { },
- "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": "character_recognition",
- "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_hyperparameters": "/regex/"
}, - "metric": "/regex/",
- "type": "vision",
- "realtime_infer": true,
- "model_params": { },
- "bundle_url": "/regex/",
- "realtime_infer_request_timeout": 9223372036854776000,
- "experiment_actions": [
- {
- "specs": null,
- "action": "distill",
- "platform_id": "f41a0584-7f4a-481e-9327-001efe2ebd2c",
- "name": "/regex/",
- "parent_job_id": "dd63d5e7-6727-402c-8127-3fd32aa9072a",
- "num_gpu": 9223372036854776000,
- "description": "/regex/"
}
], - "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": { },
- "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": "character_recognition",
- "base_experiment": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "dataset_type": "bevfusion",
- "dataset_formats": [
- "visual_changenet_classify"
], - "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": [
- "distill"
], - "jobs": {
- "property1": {
- "name": "/regex/",
- "status": "Done",
- "action": "distill",
- "eta": "/regex/",
- "epoch": -1,
- "max_epoch": 9223372036854776000,
- "detailed_status_message": "/regex/"
}, - "property2": {
- "name": "/regex/",
- "status": "Done",
- "action": "distill",
- "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": { },
- "realtime_infer_request_timeout": 86400,
- "bundle_url": "/regex/",
- "base_experiment_metadata": {
- "task": "unknown",
- "domain": "unknown",
- "backbone_type": "unknown",
- "backbone_class": "unknown",
- "num_parameters": "/regex/",
- "accuracy": "/regex/",
- "license": "unknown",
- "model_card_link": "string",
- "is_backbone": true,
- "is_trainable": true,
- "spec_file_present": true,
- "specs": null
}, - "experiment_actions": [
- {
- "specs": null,
- "action": "distill",
- "platform_id": "f41a0584-7f4a-481e-9327-001efe2ebd2c",
- "name": "/regex/",
- "parent_job_id": "dd63d5e7-6727-402c-8127-3fd32aa9072a",
- "num_gpu": 9223372036854776000,
- "description": "/regex/"
}
], - "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 |
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: "character_recognition" "bevfusion" "analytics" "ocdnet" "mae" "image_classification" "rtdetr" "visual_changenet" "classification_tf2" "ocrnet" "mal" "classification_pyt" "maxine_eye_contact" "grounding_dino" "dino" "monai_detection" "pose_classification" "monai_automl_generated" "nvdinov2" "segformer" "stylegan_xl" "maxine_dataset" "monai_annotation" "augmentation" "vila" "ml_recog" "monai_vista3d" "re_identification" "monai_automl" "mask2former" "optical_inspection" "monai_vista2d" "monai_genai" "image" "deformable_detr" "monai_segmentation" "object_detection" "monai_custom" "mask_grounding_dino" "monai_maisi" "centerpose" "efficientdet_tf2" "action_recognition" "annotations" "auto_label" "segmentation" "monai_classification" "pointpillars" "vlm" |
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" "maxine" |
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 ] |
Array of objects or null <= 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": { },
- "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": "character_recognition",
- "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_hyperparameters": "/regex/"
}, - "metric": "/regex/",
- "type": "vision",
- "realtime_infer": true,
- "model_params": { },
- "bundle_url": "/regex/",
- "realtime_infer_request_timeout": 9223372036854776000,
- "experiment_actions": [
- {
- "specs": null,
- "action": "distill",
- "platform_id": "f41a0584-7f4a-481e-9327-001efe2ebd2c",
- "name": "/regex/",
- "parent_job_id": "dd63d5e7-6727-402c-8127-3fd32aa9072a",
- "num_gpu": 9223372036854776000,
- "description": "/regex/"
}
], - "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": { },
- "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": "character_recognition",
- "base_experiment": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "dataset_type": "bevfusion",
- "dataset_formats": [
- "visual_changenet_classify"
], - "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": [
- "distill"
], - "jobs": {
- "property1": {
- "name": "/regex/",
- "status": "Done",
- "action": "distill",
- "eta": "/regex/",
- "epoch": -1,
- "max_epoch": 9223372036854776000,
- "detailed_status_message": "/regex/"
}, - "property2": {
- "name": "/regex/",
- "status": "Done",
- "action": "distill",
- "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": { },
- "realtime_infer_request_timeout": 86400,
- "bundle_url": "/regex/",
- "base_experiment_metadata": {
- "task": "unknown",
- "domain": "unknown",
- "backbone_type": "unknown",
- "backbone_class": "unknown",
- "num_parameters": "/regex/",
- "accuracy": "/regex/",
- "license": "unknown",
- "model_card_link": "string",
- "is_backbone": true,
- "is_trainable": true,
- "spec_file_present": true,
- "specs": null
}, - "experiment_actions": [
- {
- "specs": null,
- "action": "distill",
- "platform_id": "f41a0584-7f4a-481e-9327-001efe2ebd2c",
- "name": "/regex/",
- "parent_job_id": "dd63d5e7-6727-402c-8127-3fd32aa9072a",
- "num_gpu": 9223372036854776000,
- "description": "/regex/"
}
], - "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" "convert_efficientdet_tf2" "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 |
specs | any |
action | string Enum: "distill" "analyze" "convert_efficientdet_tf2" "dataset_convert_gaze" "retrain" "validate" "annotation" "validate_images" "convert" "evaluate" "train" "export" "inference" "validate_annotations" "gen_trt_engine" "batchinfer" "generate" "prune" "auto3dseg" "auto_label" "dataset_convert" "augment" "annotation_format_convert" |
platform_id | string or null <uuid> <= 36 characters |
name | string or null <regex> <= 500 characters |
parent_job_id | string or null <uuid> <= 36 characters |
num_gpu | integer or null <int64> [ 0 .. 9223372036854776000 ] |
description | string or null <regex> <= 1000 characters |
{- "specs": null,
- "action": "distill",
- "platform_id": "f41a0584-7f4a-481e-9327-001efe2ebd2c",
- "name": "/regex/",
- "parent_job_id": "dd63d5e7-6727-402c-8127-3fd32aa9072a",
- "num_gpu": 9223372036854776000,
- "description": "/regex/"
}
"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": "distill",
- "status": "Done",
- "job_details": {
- "property1": {
- "graphical": [
- {
- "metric": null,
- "x_min": -9223372036854776000,
- "x_max": -9223372036854776000,
- "y_min": 0,
- "y_max": 0,
- "values": {
- "property1": 0,
- "property2": 0
}, - "units": "/regex/"
}
], - "categorical": [
- {
- "metric": null,
- "category_wise_values": [
- {
- "category": "/regex/",
- "value": 0
}
]
}
], - "kpi": [
- {
- "metric": null,
- "values": { }
}
], - "epoch": -1,
- "max_epoch": 9223372036854776000,
- "automl_brain_info": [
- {
- "metric": "/regex/",
- "value": "/regex/"
}
], - "automl_result": [
- {
- "metric": null,
- "value": 0
}
], - "time_per_epoch": "/regex/",
- "time_per_iter": "/regex/",
- "cur_iter": 9223372036854776000,
- "eta": "/regex/",
- "detailed_status": {
- "date": "string",
- "time": "string",
- "message": "/regex/",
- "status": "/regex/"
}, - "key_metric": 0,
- "message": "/regex/"
}, - "property2": {
- "graphical": [
- {
- "metric": null,
- "x_min": -9223372036854776000,
- "x_max": -9223372036854776000,
- "y_min": 0,
- "y_max": 0,
- "values": {
- "property1": 0,
- "property2": 0
}, - "units": "/regex/"
}
], - "categorical": [
- {
- "metric": null,
- "category_wise_values": [
- {
- "category": "/regex/",
- "value": 0
}
]
}
], - "kpi": [
- {
- "metric": null,
- "values": { }
}
], - "epoch": -1,
- "max_epoch": 9223372036854776000,
- "automl_brain_info": [
- {
- "metric": "/regex/",
- "value": "/regex/"
}
], - "automl_result": [
- {
- "metric": null,
- "value": 0
}
], - "time_per_epoch": "/regex/",
- "time_per_iter": "/regex/",
- "cur_iter": 9223372036854776000,
- "eta": "/regex/",
- "detailed_status": {
- "date": "string",
- "time": "string",
- "message": "/regex/",
- "status": "/regex/"
}, - "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,
- "page_index": 9223372036854776000,
- "page_size": 9223372036854776000,
- "total_pages": 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 |
{- "data": [
- 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": "distill",
- "status": "Done",
- "job_details": {
- "property1": {
- "graphical": [
- {
- "metric": null,
- "x_min": -9223372036854776000,
- "x_max": -9223372036854776000,
- "y_min": 0,
- "y_max": 0,
- "values": {
- "property1": 0,
- "property2": 0
}, - "units": "/regex/"
}
], - "categorical": [
- {
- "metric": null,
- "category_wise_values": [
- {
- "category": "/regex/",
- "value": 0
}
]
}
], - "kpi": [
- {
- "metric": null,
- "values": { }
}
], - "epoch": -1,
- "max_epoch": 9223372036854776000,
- "automl_brain_info": [
- {
- "metric": "/regex/",
- "value": "/regex/"
}
], - "automl_result": [
- {
- "metric": null,
- "value": 0
}
], - "time_per_epoch": "/regex/",
- "time_per_iter": "/regex/",
- "cur_iter": 9223372036854776000,
- "eta": "/regex/",
- "detailed_status": {
- "date": "string",
- "time": "string",
- "message": "/regex/",
- "status": "/regex/"
}, - "key_metric": 0,
- "message": "/regex/"
}, - "property2": {
- "graphical": [
- {
- "metric": null,
- "x_min": -9223372036854776000,
- "x_max": -9223372036854776000,
- "y_min": 0,
- "y_max": 0,
- "values": {
- "property1": 0,
- "property2": 0
}, - "units": "/regex/"
}
], - "categorical": [
- {
- "metric": null,
- "category_wise_values": [
- {
- "category": "/regex/",
- "value": 0
}
]
}
], - "kpi": [
- {
- "metric": null,
- "values": { }
}
], - "epoch": -1,
- "max_epoch": 9223372036854776000,
- "automl_brain_info": [
- {
- "metric": "/regex/",
- "value": "/regex/"
}
], - "automl_result": [
- {
- "metric": null,
- "value": 0
}
], - "time_per_epoch": "/regex/",
- "time_per_iter": "/regex/",
- "cur_iter": 9223372036854776000,
- "eta": "/regex/",
- "detailed_status": {
- "date": "string",
- "time": "string",
- "message": "/regex/",
- "status": "/regex/"
}, - "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: PASS
Retrieves 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.
specs | any or null |
parent_job_id | string or null <uuid> <= 36 characters |
{- "specs": null,
- "parent_job_id": "dd63d5e7-6727-402c-8127-3fd32aa9072a"
}
{- "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" "gcp" "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" "gcp" "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" "gcp" "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/"
]
}