Uses of Class
com.oracle.bmc.ailanguage.requests.CancelJobRequest
-
Packages that use CancelJobRequest Package Description com.oracle.bmc.ailanguage com.oracle.bmc.ailanguage.requests -
-
Uses of CancelJobRequest in com.oracle.bmc.ailanguage
Methods in com.oracle.bmc.ailanguage with parameters of type CancelJobRequest Modifier and Type Method Description CancelJobResponse
AIServiceLanguage. cancelJob(CancelJobRequest request)
Canceling the job cancels all the tasks under it.Future<CancelJobResponse>
AIServiceLanguageAsync. cancelJob(CancelJobRequest request, AsyncHandler<CancelJobRequest,CancelJobResponse> handler)
Canceling the job cancels all the tasks under it.Future<CancelJobResponse>
AIServiceLanguageAsyncClient. cancelJob(CancelJobRequest request, AsyncHandler<CancelJobRequest,CancelJobResponse> handler)
CancelJobResponse
AIServiceLanguageClient. cancelJob(CancelJobRequest request)
Method parameters in com.oracle.bmc.ailanguage with type arguments of type CancelJobRequest Modifier and Type Method Description Future<CancelJobResponse>
AIServiceLanguageAsync. cancelJob(CancelJobRequest request, AsyncHandler<CancelJobRequest,CancelJobResponse> handler)
Canceling the job cancels all the tasks under it.Future<CancelJobResponse>
AIServiceLanguageAsyncClient. cancelJob(CancelJobRequest request, AsyncHandler<CancelJobRequest,CancelJobResponse> handler)
-
Uses of CancelJobRequest in com.oracle.bmc.ailanguage.requests
Methods in com.oracle.bmc.ailanguage.requests that return CancelJobRequest Modifier and Type Method Description CancelJobRequest
CancelJobRequest.Builder. build()
Build the instance of CancelJobRequest as configured by this builderCancelJobRequest
CancelJobRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CancelJobRequest as configured by this builderMethods in com.oracle.bmc.ailanguage.requests with parameters of type CancelJobRequest Modifier and Type Method Description CancelJobRequest.Builder
CancelJobRequest.Builder. copy(CancelJobRequest o)
Copy method to populate the builder with values from the given instance.
-