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