Status details of a notebook server
| Name | Type | Description | Notes |
|---|---|---|---|
| namespace | String | namespace of notebook | [optional] |
| uptime | Integer | duration notebook has been running in seconds | [optional] |
| cpuUsage | Integer | current cpu usage in millicpu | [optional] |
| gpuUsage | Integer | gpu usage in milligpu | [optional] |
| memoryUsage | Integer | memory usage in bytes | [optional] |
| gpuLimit | Integer | gpu limit in milligpu | [optional] |
| memoryLimit | Integer | memory allocated to notebook server in bytes | [optional] |
| storageUsage | Integer | storage usage in bytes | [optional] |
| storageLimit | Integer | storage allocated to notebook server in bytes | [optional] |
| cpuCount | Integer | millicpu allocated to notebook server | [optional] |
| cost | Double | cost in USD for the current notebook session | [optional] |
| podStatus | PodStatus | [optional] |