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