Uses of Class
com.oracle.bmc.datascience.requests.RecoverMlApplicationInstanceViewRequest
-
Packages that use RecoverMlApplicationInstanceViewRequest Package Description com.oracle.bmc.datascience com.oracle.bmc.datascience.requests -
-
Uses of RecoverMlApplicationInstanceViewRequest in com.oracle.bmc.datascience
Method parameters in com.oracle.bmc.datascience with type arguments of type RecoverMlApplicationInstanceViewRequest Modifier and Type Method Description Future<RecoverMlApplicationInstanceViewResponse>
DataScienceAsync. recoverMlApplicationInstanceView(RecoverMlApplicationInstanceViewRequest request, AsyncHandler<RecoverMlApplicationInstanceViewRequest,RecoverMlApplicationInstanceViewResponse> handler)
Provider can initiate recovery of the resource only if MlApplicationInstanceView is in one of the recoverable sub-states (RECOVERABLE_PROVIDER_ISSUE, RECOVERABLE_SERVICE_ISSUE).Future<RecoverMlApplicationInstanceViewResponse>
DataScienceAsyncClient. recoverMlApplicationInstanceView(RecoverMlApplicationInstanceViewRequest request, AsyncHandler<RecoverMlApplicationInstanceViewRequest,RecoverMlApplicationInstanceViewResponse> handler)
-
Uses of RecoverMlApplicationInstanceViewRequest in com.oracle.bmc.datascience.requests
Methods in com.oracle.bmc.datascience.requests that return RecoverMlApplicationInstanceViewRequest Modifier and Type Method Description RecoverMlApplicationInstanceViewRequest
RecoverMlApplicationInstanceViewRequest.Builder. build()
Build the instance of RecoverMlApplicationInstanceViewRequest as configured by this builderRecoverMlApplicationInstanceViewRequest
RecoverMlApplicationInstanceViewRequest.Builder. buildWithoutInvocationCallback()
Build the instance of RecoverMlApplicationInstanceViewRequest as configured by this builderMethods in com.oracle.bmc.datascience.requests with parameters of type RecoverMlApplicationInstanceViewRequest Modifier and Type Method Description RecoverMlApplicationInstanceViewRequest.Builder
RecoverMlApplicationInstanceViewRequest.Builder. copy(RecoverMlApplicationInstanceViewRequest o)
Copy method to populate the builder with values from the given instance.
-