Uses of Class
com.oracle.bmc.ailanguage.responses.CreateJobResponse
-
Packages that use CreateJobResponse Package Description com.oracle.bmc.ailanguage com.oracle.bmc.ailanguage.responses -
-
Uses of CreateJobResponse in com.oracle.bmc.ailanguage
Methods in com.oracle.bmc.ailanguage that return CreateJobResponse Modifier and Type Method Description CreateJobResponse
AIServiceLanguage. createJob(CreateJobRequest request)
Creates a new language service async job.CreateJobResponse
AIServiceLanguageClient. createJob(CreateJobRequest request)
Methods in com.oracle.bmc.ailanguage that return types with arguments of type CreateJobResponse 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)
Method parameters in com.oracle.bmc.ailanguage with type arguments of type CreateJobResponse 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 CreateJobResponse in com.oracle.bmc.ailanguage.responses
Methods in com.oracle.bmc.ailanguage.responses that return CreateJobResponse Modifier and Type Method Description CreateJobResponse
CreateJobResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.ailanguage.responses with parameters of type CreateJobResponse Modifier and Type Method Description CreateJobResponse.Builder
CreateJobResponse.Builder. copy(CreateJobResponse o)
Copy method to populate the builder with values from the given instance.
-