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