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