Uses of Class
com.oracle.bmc.aidocument.model.ProcessorJob.LifecycleState
-
Packages that use ProcessorJob.LifecycleState Package Description com.oracle.bmc.aidocument com.oracle.bmc.aidocument.model -
-
Uses of ProcessorJob.LifecycleState in com.oracle.bmc.aidocument
Methods in com.oracle.bmc.aidocument with parameters of type ProcessorJob.LifecycleState 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. -
Uses of ProcessorJob.LifecycleState in com.oracle.bmc.aidocument.model
Methods in com.oracle.bmc.aidocument.model that return ProcessorJob.LifecycleState Modifier and Type Method Description static ProcessorJob.LifecycleState
ProcessorJob.LifecycleState. create(String key)
ProcessorJob.LifecycleState
ProcessorJob. getLifecycleState()
The current state of the processor job.static ProcessorJob.LifecycleState
ProcessorJob.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static ProcessorJob.LifecycleState[]
ProcessorJob.LifecycleState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.aidocument.model with parameters of type ProcessorJob.LifecycleState Modifier and Type Method Description ProcessorJob.Builder
ProcessorJob.Builder. lifecycleState(ProcessorJob.LifecycleState lifecycleState)
The current state of the processor job.Constructors in com.oracle.bmc.aidocument.model with parameters of type ProcessorJob.LifecycleState Constructor Description ProcessorJob(String id, String compartmentId, String displayName, ProcessorConfig processorConfig, InputLocation inputLocation, Date timeAccepted, Date timeStarted, Date timeFinished, Float percentComplete, OutputLocation outputLocation, ProcessorJob.LifecycleState lifecycleState, ProcessorJob.LifecycleDetails lifecycleDetails)
Deprecated.
-