Studios
Studios is a unified platform which hosts a combination of container images and compute environments for interactive analysis using preferred tools like JupyterLab and RStudio Notebooks, Visual Studio Code IDEs, or Xpra remote desktops. Each Studio session is an individual interactive environment that encapsulates the live environment for dynamic data analysis.
Path and query parameters
Name | Type | Location | Req/Opt | Description |
---|---|---|---|---|
| integer | query | Optional | Optional workspace numeric identifier |
| string | query | Optional | Optional search criteria, allowing free text search on name and templateUrl and keywords: |
| integer | query | Optional | Optional max number of items to be returned, used for pagination |
| integer | query | Optional | Optional offset used for paginated responses |
| array | query | Optional | Optional additional attribute values to be included in the response ( |
| boolean | query | Optional | Optionally disable automatic launch of DataStudio upon successful creation. |
| integer | query | Optional | Organization numeric identifier. |
| string | query | Optional | Optional Studio status. |
| string | query | Optional | Optional session ID of the Studio to exclude in a query. |
| string | query | Optional | Studio name to be validated |
| string | path | Required | Session ID of the Studio. |
| integer | path | Required | Numeric identifier of the checkpoint. |
Request body parameters
Name | Type | Req/Opt | Description |
---|---|---|---|
CreateDataStudio | Create Studio | ||
name | string | Required | |
description | string | Optional | |
dataStudioToolUrl | string | Required | |
computeEnvId | string | Required | |
initialCheckpointId | integer | Optional | |
configuration | object | Optional | |
configuration.gpu | integer | Optional | |
configuration.cpu | integer | Optional | |
configuration.memory | integer | Optional | |
configuration.mountData | array | Optional | |
configuration.condaEnvironment | string | Optional | |
configuration.lifespanHours | integer | Optional | |
isPrivate | boolean | Optional | |
labelIds | array | Optional | |
UpdateDataStudioCheckpoint | Update Studio checkpoint name | ||
name | string | Optional | |
StartDataStudio | Start Studio | ||
configuration | object | Optional | |
description | string | Optional | |
labelIds | array | Optional |