Uses of Class
com.oracle.bmc.datascience.responses.ListModelsResponse
-
Packages that use ListModelsResponse Package Description com.oracle.bmc.datascience com.oracle.bmc.datascience.responses -
-
Uses of ListModelsResponse in com.oracle.bmc.datascience
Methods in com.oracle.bmc.datascience that return ListModelsResponse Modifier and Type Method Description ListModelsResponseDataScience. listModels(ListModelsRequest request)Lists models in the specified compartment.ListModelsResponseDataScienceClient. listModels(ListModelsRequest request)Methods in com.oracle.bmc.datascience that return types with arguments of type ListModelsResponse 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)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 ListModelsResponse 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 ListModelsResponse in com.oracle.bmc.datascience.responses
Methods in com.oracle.bmc.datascience.responses that return ListModelsResponse Modifier and Type Method Description ListModelsResponseListModelsResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.datascience.responses with parameters of type ListModelsResponse Modifier and Type Method Description ListModelsResponse.BuilderListModelsResponse.Builder. copy(ListModelsResponse o)Copy method to populate the builder with values from the given instance.
-