Uses of Class
com.oracle.bmc.datascience.requests.ListMlApplicationInstancesRequest
-
Packages that use ListMlApplicationInstancesRequest Package Description com.oracle.bmc.datascience com.oracle.bmc.datascience.requests -
-
Uses of ListMlApplicationInstancesRequest in com.oracle.bmc.datascience
Method parameters in com.oracle.bmc.datascience with type arguments of type ListMlApplicationInstancesRequest Modifier and Type Method Description Future<ListMlApplicationInstancesResponse>
DataScienceAsync. listMlApplicationInstances(ListMlApplicationInstancesRequest request, AsyncHandler<ListMlApplicationInstancesRequest,ListMlApplicationInstancesResponse> handler)
Returns a list of MlApplicationsInstances.Future<ListMlApplicationInstancesResponse>
DataScienceAsyncClient. listMlApplicationInstances(ListMlApplicationInstancesRequest request, AsyncHandler<ListMlApplicationInstancesRequest,ListMlApplicationInstancesResponse> handler)
-
Uses of ListMlApplicationInstancesRequest in com.oracle.bmc.datascience.requests
Methods in com.oracle.bmc.datascience.requests that return ListMlApplicationInstancesRequest Modifier and Type Method Description ListMlApplicationInstancesRequest
ListMlApplicationInstancesRequest.Builder. build()
Build the instance of ListMlApplicationInstancesRequest as configured by this builderListMlApplicationInstancesRequest
ListMlApplicationInstancesRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ListMlApplicationInstancesRequest as configured by this builderMethods in com.oracle.bmc.datascience.requests with parameters of type ListMlApplicationInstancesRequest Modifier and Type Method Description ListMlApplicationInstancesRequest.Builder
ListMlApplicationInstancesRequest.Builder. copy(ListMlApplicationInstancesRequest o)
Copy method to populate the builder with values from the given instance.
-