Uses of Class
com.oracle.bmc.datascience.model.NotebookSessionShapeSeries
-
Packages that use NotebookSessionShapeSeries Package Description com.oracle.bmc.datascience.model -
-
Uses of NotebookSessionShapeSeries in com.oracle.bmc.datascience.model
Methods in com.oracle.bmc.datascience.model that return NotebookSessionShapeSeries Modifier and Type Method Description static NotebookSessionShapeSeries
NotebookSessionShapeSeries. create(String key)
NotebookSessionShapeSeries
NotebookSessionShapeSummary. getShapeSeries()
The family that the compute shape belongs to.static NotebookSessionShapeSeries
NotebookSessionShapeSeries. valueOf(String name)
Returns the enum constant of this type with the specified name.static NotebookSessionShapeSeries[]
NotebookSessionShapeSeries. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.datascience.model with parameters of type NotebookSessionShapeSeries Modifier and Type Method Description NotebookSessionShapeSummary.Builder
NotebookSessionShapeSummary.Builder. shapeSeries(NotebookSessionShapeSeries shapeSeries)
The family that the compute shape belongs to.Constructors in com.oracle.bmc.datascience.model with parameters of type NotebookSessionShapeSeries Constructor Description NotebookSessionShapeSummary(String name, Integer coreCount, Integer memoryInGBs, NotebookSessionShapeSeries shapeSeries)
Deprecated.
-