Uses of Class
com.oracle.bmc.datascience.requests.ListModelGroupsRequest
-
Packages that use ListModelGroupsRequest Package Description com.oracle.bmc.datascience com.oracle.bmc.datascience.requests -
-
Uses of ListModelGroupsRequest in com.oracle.bmc.datascience
Methods in com.oracle.bmc.datascience with parameters of type ListModelGroupsRequest Modifier and Type Method Description ListModelGroupsResponseDataScience. listModelGroups(ListModelGroupsRequest request)Lists all the modelGroups in the specified compartment.Future<ListModelGroupsResponse>DataScienceAsync. listModelGroups(ListModelGroupsRequest request, AsyncHandler<ListModelGroupsRequest,ListModelGroupsResponse> handler)Lists all the modelGroups in the specified compartment.Future<ListModelGroupsResponse>DataScienceAsyncClient. listModelGroups(ListModelGroupsRequest request, AsyncHandler<ListModelGroupsRequest,ListModelGroupsResponse> handler)ListModelGroupsResponseDataScienceClient. listModelGroups(ListModelGroupsRequest request)Iterable<ModelGroupSummary>DataSciencePaginators. listModelGroupsRecordIterator(ListModelGroupsRequest request)Creates a new iterable which will iterate over theModelGroupSummaryobjects contained in responses from the listModelGroups operation.Iterable<ListModelGroupsResponse>DataSciencePaginators. listModelGroupsResponseIterator(ListModelGroupsRequest request)Creates a new iterable which will iterate over the responses received from the listModelGroups operation.Method parameters in com.oracle.bmc.datascience with type arguments of type ListModelGroupsRequest Modifier and Type Method Description Future<ListModelGroupsResponse>DataScienceAsync. listModelGroups(ListModelGroupsRequest request, AsyncHandler<ListModelGroupsRequest,ListModelGroupsResponse> handler)Lists all the modelGroups in the specified compartment.Future<ListModelGroupsResponse>DataScienceAsyncClient. listModelGroups(ListModelGroupsRequest request, AsyncHandler<ListModelGroupsRequest,ListModelGroupsResponse> handler) -
Uses of ListModelGroupsRequest in com.oracle.bmc.datascience.requests
Methods in com.oracle.bmc.datascience.requests that return ListModelGroupsRequest Modifier and Type Method Description ListModelGroupsRequestListModelGroupsRequest.Builder. build()Build the instance of ListModelGroupsRequest as configured by this builderListModelGroupsRequestListModelGroupsRequest.Builder. buildWithoutInvocationCallback()Build the instance of ListModelGroupsRequest as configured by this builderMethods in com.oracle.bmc.datascience.requests with parameters of type ListModelGroupsRequest Modifier and Type Method Description ListModelGroupsRequest.BuilderListModelGroupsRequest.Builder. copy(ListModelGroupsRequest o)Copy method to populate the builder with values from the given instance.
-