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