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