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 ListModelsResponse
DataScience. 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)
ListModelsResponse
DataScienceClient. listModels(ListModelsRequest request)
Iterable<ModelSummary>
DataSciencePaginators. listModelsRecordIterator(ListModelsRequest request)
Creates a new iterable which will iterate over theModelSummary
objects 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 ListModelsRequest
ListModelsRequest.Builder. build()
Build the instance of ListModelsRequest as configured by this builderListModelsRequest
ListModelsRequest.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.Builder
ListModelsRequest.Builder. copy(ListModelsRequest o)
Copy method to populate the builder with values from the given instance.
-