v1

latestSwagger 2.02026-07-17121521.9 KB

Create a Notebook in the given Namesapce

Post Notebooks.

post/aide/v1/namespaces/{namespace}/notebooks

Path parameters

namespacestring string required

Request body

namestring required

Notebook name

namespacestring required

Kubernetes Namespace where notebook will be created

proxyUserstring

Proxy User of Notebook.

cpunumber double required

Specify the total amount of CPU reserved by user's Notebook. For CPU-Intensive workloads,user can choose more than 1 CPU (e.g 1.5)

extraResourcesstring

Reserve additional resources,for example, to reserve 2 GPUs: {"nvidia.com/gup": 2}

queuestring

BDAP Yarn Queue Setting

executorCoresstring

User excutor core setting in BDAP Yarn Cluster

executorMemorystring

User excutor memory setting in BDAP Yarn Cluster

executorsstring

User excutors setting in BDAP Yarn Cluster

driverMemorystring

User driver memory in BDAP Yarn Cluster

sparkSessionNumnumber

The number of spark session

Response

OK