public static class NotebookSessionShapeConfigDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
NotebookSessionShapeConfigDetails |
build() |
NotebookSessionShapeConfigDetails.Builder |
copy(NotebookSessionShapeConfigDetails model) |
NotebookSessionShapeConfigDetails.Builder |
memoryInGBs(Float memoryInGBs)
The total amount of memory available to the notebook session instance, in gigabytes.
|
NotebookSessionShapeConfigDetails.Builder |
ocpus(Float ocpus)
The total number of OCPUs available to the notebook session instance.
|
public NotebookSessionShapeConfigDetails.Builder ocpus(Float ocpus)
The total number of OCPUs available to the notebook session instance.
ocpus
- the value to setpublic NotebookSessionShapeConfigDetails.Builder memoryInGBs(Float memoryInGBs)
The total amount of memory available to the notebook session instance, in gigabytes.
memoryInGBs
- the value to setpublic NotebookSessionShapeConfigDetails build()
public NotebookSessionShapeConfigDetails.Builder copy(NotebookSessionShapeConfigDetails model)
Copyright © 2016–2024. All rights reserved.