Uses of Class
com.oracle.bmc.datascience.responses.GetMlApplicationResponse
-
Packages that use GetMlApplicationResponse Package Description com.oracle.bmc.datascience com.oracle.bmc.datascience.responses -
-
Uses of GetMlApplicationResponse in com.oracle.bmc.datascience
Methods in com.oracle.bmc.datascience that return GetMlApplicationResponse Modifier and Type Method Description GetMlApplicationResponse
DataScience. getMlApplication(GetMlApplicationRequest request)
Gets a MlApplication by identifierGetMlApplicationResponse
DataScienceClient. getMlApplication(GetMlApplicationRequest request)
Method parameters in com.oracle.bmc.datascience with type arguments of type GetMlApplicationResponse Modifier and Type Method Description Future<GetMlApplicationResponse>
DataScienceAsync. getMlApplication(GetMlApplicationRequest request, AsyncHandler<GetMlApplicationRequest,GetMlApplicationResponse> handler)
Gets a MlApplication by identifierFuture<GetMlApplicationResponse>
DataScienceAsyncClient. getMlApplication(GetMlApplicationRequest request, AsyncHandler<GetMlApplicationRequest,GetMlApplicationResponse> handler)
-
Uses of GetMlApplicationResponse in com.oracle.bmc.datascience.responses
Methods in com.oracle.bmc.datascience.responses that return GetMlApplicationResponse Modifier and Type Method Description GetMlApplicationResponse
GetMlApplicationResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.datascience.responses with parameters of type GetMlApplicationResponse Modifier and Type Method Description GetMlApplicationResponse.Builder
GetMlApplicationResponse.Builder. copy(GetMlApplicationResponse o)
Copy method to populate the builder with values from the given instance.
-