Uses of Class
com.oracle.bmc.datascience.responses.GetMlApplicationInstanceResponse
-
Packages that use GetMlApplicationInstanceResponse Package Description com.oracle.bmc.datascience com.oracle.bmc.datascience.responses -
-
Uses of GetMlApplicationInstanceResponse in com.oracle.bmc.datascience
Methods in com.oracle.bmc.datascience that return GetMlApplicationInstanceResponse Modifier and Type Method Description GetMlApplicationInstanceResponse
DataScience. getMlApplicationInstance(GetMlApplicationInstanceRequest request)
Gets a MlApplicationInstance by identifierGetMlApplicationInstanceResponse
DataScienceClient. getMlApplicationInstance(GetMlApplicationInstanceRequest request)
Method parameters in com.oracle.bmc.datascience with type arguments of type GetMlApplicationInstanceResponse 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 GetMlApplicationInstanceResponse in com.oracle.bmc.datascience.responses
Methods in com.oracle.bmc.datascience.responses that return GetMlApplicationInstanceResponse Modifier and Type Method Description GetMlApplicationInstanceResponse
GetMlApplicationInstanceResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.datascience.responses with parameters of type GetMlApplicationInstanceResponse Modifier and Type Method Description GetMlApplicationInstanceResponse.Builder
GetMlApplicationInstanceResponse.Builder. copy(GetMlApplicationInstanceResponse o)
Copy method to populate the builder with values from the given instance.
-