Package | Description |
---|---|
com.oracle.bmc.datascience.model |
Modifier and Type | Method and Description |
---|---|
static NotebookSessionShapeSummary.Builder |
NotebookSessionShapeSummary.builder()
Create a new builder.
|
NotebookSessionShapeSummary.Builder |
NotebookSessionShapeSummary.Builder.copy(NotebookSessionShapeSummary model) |
NotebookSessionShapeSummary.Builder |
NotebookSessionShapeSummary.Builder.coreCount(Integer coreCount)
The number of cores associated with this notebook session shape.
|
NotebookSessionShapeSummary.Builder |
NotebookSessionShapeSummary.Builder.memoryInGBs(Integer memoryInGBs)
The amount of memory in GBs associated with this notebook session shape.
|
NotebookSessionShapeSummary.Builder |
NotebookSessionShapeSummary.Builder.name(String name)
The name of the notebook session shape.
|
NotebookSessionShapeSummary.Builder |
NotebookSessionShapeSummary.Builder.shapeSeries(NotebookSessionShapeSeries shapeSeries)
The family that the compute shape belongs to.
|
NotebookSessionShapeSummary.Builder |
NotebookSessionShapeSummary.toBuilder() |
Copyright © 2016–2024. All rights reserved.