Uses of Class
com.oracle.bmc.aidocument.requests.GetProcessorJobRequest
-
Packages that use GetProcessorJobRequest Package Description com.oracle.bmc.aidocument com.oracle.bmc.aidocument.requests -
-
Uses of GetProcessorJobRequest in com.oracle.bmc.aidocument
Methods in com.oracle.bmc.aidocument that return types with arguments of type GetProcessorJobRequest Modifier and Type Method Description Waiter<GetProcessorJobRequest,GetProcessorJobResponse>
AIServiceDocumentWaiters. forProcessorJob(GetProcessorJobRequest request, ProcessorJob.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetProcessorJobRequest,GetProcessorJobResponse>
AIServiceDocumentWaiters. forProcessorJob(GetProcessorJobRequest request, ProcessorJob.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetProcessorJobRequest,GetProcessorJobResponse>
AIServiceDocumentWaiters. forProcessorJob(GetProcessorJobRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, ProcessorJob.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration.Method parameters in com.oracle.bmc.aidocument with type arguments of type GetProcessorJobRequest Modifier and Type Method Description Future<GetProcessorJobResponse>
AIServiceDocumentAsync. getProcessorJob(GetProcessorJobRequest request, AsyncHandler<GetProcessorJobRequest,GetProcessorJobResponse> handler)
Get the details of a processor job.Future<GetProcessorJobResponse>
AIServiceDocumentAsyncClient. getProcessorJob(GetProcessorJobRequest request, AsyncHandler<GetProcessorJobRequest,GetProcessorJobResponse> handler)
-
Uses of GetProcessorJobRequest in com.oracle.bmc.aidocument.requests
Methods in com.oracle.bmc.aidocument.requests that return GetProcessorJobRequest Modifier and Type Method Description GetProcessorJobRequest
GetProcessorJobRequest.Builder. build()
Build the instance of GetProcessorJobRequest as configured by this builderGetProcessorJobRequest
GetProcessorJobRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetProcessorJobRequest as configured by this builderMethods in com.oracle.bmc.aidocument.requests with parameters of type GetProcessorJobRequest Modifier and Type Method Description GetProcessorJobRequest.Builder
GetProcessorJobRequest.Builder. copy(GetProcessorJobRequest o)
Copy method to populate the builder with values from the given instance.
-