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