Uses of Class
com.oracle.bmc.datascience.model.JobShapeSummary
-
Packages that use JobShapeSummary Package Description com.oracle.bmc.datascience com.oracle.bmc.datascience.model com.oracle.bmc.datascience.responses -
-
Uses of JobShapeSummary in com.oracle.bmc.datascience
Methods in com.oracle.bmc.datascience that return types with arguments of type JobShapeSummary Modifier and Type Method Description Iterable<JobShapeSummary>
DataSciencePaginators. listJobShapesRecordIterator(ListJobShapesRequest request)
Creates a new iterable which will iterate over theJobShapeSummary
objects contained in responses from the listJobShapes operation. -
Uses of JobShapeSummary in com.oracle.bmc.datascience.model
Methods in com.oracle.bmc.datascience.model that return JobShapeSummary Modifier and Type Method Description JobShapeSummary
JobShapeSummary.Builder. build()
Methods in com.oracle.bmc.datascience.model with parameters of type JobShapeSummary Modifier and Type Method Description JobShapeSummary.Builder
JobShapeSummary.Builder. copy(JobShapeSummary model)
-
Uses of JobShapeSummary in com.oracle.bmc.datascience.responses
Methods in com.oracle.bmc.datascience.responses that return types with arguments of type JobShapeSummary Modifier and Type Method Description List<JobShapeSummary>
ListJobShapesResponse. getItems()
A list of com.oracle.bmc.datascience.model.JobShapeSummary instances.Method parameters in com.oracle.bmc.datascience.responses with type arguments of type JobShapeSummary Modifier and Type Method Description ListJobShapesResponse.Builder
ListJobShapesResponse.Builder. items(List<JobShapeSummary> items)
A list of com.oracle.bmc.datascience.model.JobShapeSummary instances.
-