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