Package | Description |
---|---|
com.oracle.bmc.datascience.model |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
NotebookSessionShapeSummary.Builder |
NotebookSessionShapeSummary.Builder.shapeSeries(NotebookSessionShapeSeries shapeSeries)
The family that the compute shape belongs to.
|
Constructor and Description |
---|
NotebookSessionShapeSummary(String name,
Integer coreCount,
Integer memoryInGBs,
NotebookSessionShapeSeries shapeSeries)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.