Uses of Class
com.oracle.bmc.datascience.model.JobShapeSummary.Builder
-
Packages that use JobShapeSummary.Builder Package Description com.oracle.bmc.datascience.model -
-
Uses of JobShapeSummary.Builder in com.oracle.bmc.datascience.model
Methods in com.oracle.bmc.datascience.model that return JobShapeSummary.Builder Modifier and Type Method Description static JobShapeSummary.Builder
JobShapeSummary. builder()
Create a new builder.JobShapeSummary.Builder
JobShapeSummary.Builder. copy(JobShapeSummary model)
JobShapeSummary.Builder
JobShapeSummary.Builder. coreCount(Integer coreCount)
The number of cores associated with this job run shape.JobShapeSummary.Builder
JobShapeSummary.Builder. memoryInGBs(Integer memoryInGBs)
The number of cores associated with this job shape.JobShapeSummary.Builder
JobShapeSummary.Builder. name(String name)
The name of the job shape.JobShapeSummary.Builder
JobShapeSummary.Builder. shapeSeries(JobShapeSummary.ShapeSeries shapeSeries)
The family that the compute shape belongs to.JobShapeSummary.Builder
JobShapeSummary. toBuilder()
-