Uses of Class
com.oracle.bmc.datascience.requests.ListModelsRequest
-
Packages that use ListModelsRequest Package Description com.oracle.bmc.datascience com.oracle.bmc.datascience.requests -
-
Uses of ListModelsRequest in com.oracle.bmc.datascience
Methods in com.oracle.bmc.datascience with parameters of type ListModelsRequest Modifier and Type Method Description ListModelsResponseDataScience. listModels(ListModelsRequest request)Lists models in the specified compartment.Future<ListModelsResponse>DataScienceAsync. listModels(ListModelsRequest request, AsyncHandler<ListModelsRequest,ListModelsResponse> handler)Lists models in the specified compartment.Future<ListModelsResponse>DataScienceAsyncClient. listModels(ListModelsRequest request, AsyncHandler<ListModelsRequest,ListModelsResponse> handler)ListModelsResponseDataScienceClient. listModels(ListModelsRequest request)Iterable<ModelSummary>DataSciencePaginators. listModelsRecordIterator(ListModelsRequest request)Creates a new iterable which will iterate over theModelSummaryobjects contained in responses from the listModels operation.Iterable<ListModelsResponse>DataSciencePaginators. listModelsResponseIterator(ListModelsRequest request)Creates a new iterable which will iterate over the responses received from the listModels operation.Method parameters in com.oracle.bmc.datascience with type arguments of type ListModelsRequest Modifier and Type Method Description Future<ListModelsResponse>DataScienceAsync. listModels(ListModelsRequest request, AsyncHandler<ListModelsRequest,ListModelsResponse> handler)Lists models in the specified compartment.Future<ListModelsResponse>DataScienceAsyncClient. listModels(ListModelsRequest request, AsyncHandler<ListModelsRequest,ListModelsResponse> handler) -
Uses of ListModelsRequest in com.oracle.bmc.datascience.requests
Methods in com.oracle.bmc.datascience.requests that return ListModelsRequest Modifier and Type Method Description ListModelsRequestListModelsRequest.Builder. build()Build the instance of ListModelsRequest as configured by this builderListModelsRequestListModelsRequest.Builder. buildWithoutInvocationCallback()Build the instance of ListModelsRequest as configured by this builderMethods in com.oracle.bmc.datascience.requests with parameters of type ListModelsRequest Modifier and Type Method Description ListModelsRequest.BuilderListModelsRequest.Builder. copy(ListModelsRequest o)Copy method to populate the builder with values from the given instance.
-