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