Uses of Class
com.oracle.bmc.datascience.requests.CreateMlApplicationRequest
-
Packages that use CreateMlApplicationRequest Package Description com.oracle.bmc.datascience com.oracle.bmc.datascience.requests -
-
Uses of CreateMlApplicationRequest in com.oracle.bmc.datascience
Methods in com.oracle.bmc.datascience with parameters of type CreateMlApplicationRequest Modifier and Type Method Description CreateMlApplicationResponse
DataScience. createMlApplication(CreateMlApplicationRequest request)
Creates a new MlApplication.Future<CreateMlApplicationResponse>
DataScienceAsync. createMlApplication(CreateMlApplicationRequest request, AsyncHandler<CreateMlApplicationRequest,CreateMlApplicationResponse> handler)
Creates a new MlApplication.Future<CreateMlApplicationResponse>
DataScienceAsyncClient. createMlApplication(CreateMlApplicationRequest request, AsyncHandler<CreateMlApplicationRequest,CreateMlApplicationResponse> handler)
CreateMlApplicationResponse
DataScienceClient. createMlApplication(CreateMlApplicationRequest request)
Method parameters in com.oracle.bmc.datascience with type arguments of type CreateMlApplicationRequest 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 CreateMlApplicationRequest in com.oracle.bmc.datascience.requests
Methods in com.oracle.bmc.datascience.requests that return CreateMlApplicationRequest Modifier and Type Method Description CreateMlApplicationRequest
CreateMlApplicationRequest.Builder. build()
Build the instance of CreateMlApplicationRequest as configured by this builderCreateMlApplicationRequest
CreateMlApplicationRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateMlApplicationRequest as configured by this builderMethods in com.oracle.bmc.datascience.requests with parameters of type CreateMlApplicationRequest Modifier and Type Method Description CreateMlApplicationRequest.Builder
CreateMlApplicationRequest.Builder. copy(CreateMlApplicationRequest o)
Copy method to populate the builder with values from the given instance.
-