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