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