Uses of Class
com.oracle.bmc.datascience.requests.ListModelVersionSetsRequest
-
Packages that use ListModelVersionSetsRequest Package Description com.oracle.bmc.datascience com.oracle.bmc.datascience.requests -
-
Uses of ListModelVersionSetsRequest in com.oracle.bmc.datascience
Method parameters in com.oracle.bmc.datascience with type arguments of type ListModelVersionSetsRequest Modifier and Type Method Description Future<ListModelVersionSetsResponse>
DataScienceAsync. listModelVersionSets(ListModelVersionSetsRequest request, AsyncHandler<ListModelVersionSetsRequest,ListModelVersionSetsResponse> handler)
Lists model version sets in the specified compartment.Future<ListModelVersionSetsResponse>
DataScienceAsyncClient. listModelVersionSets(ListModelVersionSetsRequest request, AsyncHandler<ListModelVersionSetsRequest,ListModelVersionSetsResponse> handler)
-
Uses of ListModelVersionSetsRequest in com.oracle.bmc.datascience.requests
Methods in com.oracle.bmc.datascience.requests that return ListModelVersionSetsRequest Modifier and Type Method Description ListModelVersionSetsRequest
ListModelVersionSetsRequest.Builder. build()
Build the instance of ListModelVersionSetsRequest as configured by this builderListModelVersionSetsRequest
ListModelVersionSetsRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ListModelVersionSetsRequest as configured by this builderMethods in com.oracle.bmc.datascience.requests with parameters of type ListModelVersionSetsRequest Modifier and Type Method Description ListModelVersionSetsRequest.Builder
ListModelVersionSetsRequest.Builder. copy(ListModelVersionSetsRequest o)
Copy method to populate the builder with values from the given instance.
-