Uses of Class
com.oracle.bmc.ailanguage.requests.CreateJobRequest
-
Packages that use CreateJobRequest Package Description com.oracle.bmc.ailanguage com.oracle.bmc.ailanguage.requests -
-
Uses of CreateJobRequest in com.oracle.bmc.ailanguage
Methods in com.oracle.bmc.ailanguage with parameters of type CreateJobRequest Modifier and Type Method Description CreateJobResponse
AIServiceLanguage. createJob(CreateJobRequest request)
Creates a new language service async job.Future<CreateJobResponse>
AIServiceLanguageAsync. createJob(CreateJobRequest request, AsyncHandler<CreateJobRequest,CreateJobResponse> handler)
Creates a new language service async job.Future<CreateJobResponse>
AIServiceLanguageAsyncClient. createJob(CreateJobRequest request, AsyncHandler<CreateJobRequest,CreateJobResponse> handler)
CreateJobResponse
AIServiceLanguageClient. createJob(CreateJobRequest request)
Method parameters in com.oracle.bmc.ailanguage with type arguments of type CreateJobRequest Modifier and Type Method Description Future<CreateJobResponse>
AIServiceLanguageAsync. createJob(CreateJobRequest request, AsyncHandler<CreateJobRequest,CreateJobResponse> handler)
Creates a new language service async job.Future<CreateJobResponse>
AIServiceLanguageAsyncClient. createJob(CreateJobRequest request, AsyncHandler<CreateJobRequest,CreateJobResponse> handler)
-
Uses of CreateJobRequest in com.oracle.bmc.ailanguage.requests
Methods in com.oracle.bmc.ailanguage.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.ailanguage.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.
-