Uses of Class
com.oracle.bmc.aivision.model.DocumentJob.LifecycleState
-
Packages that use DocumentJob.LifecycleState Package Description com.oracle.bmc.aivision com.oracle.bmc.aivision.model -
-
Uses of DocumentJob.LifecycleState in com.oracle.bmc.aivision
Methods in com.oracle.bmc.aivision with parameters of type DocumentJob.LifecycleState Modifier and Type Method Description Waiter<GetDocumentJobRequest,GetDocumentJobResponse>
AIServiceVisionWaiters. forDocumentJob(GetDocumentJobRequest request, DocumentJob.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetDocumentJobRequest,GetDocumentJobResponse>
AIServiceVisionWaiters. forDocumentJob(GetDocumentJobRequest request, DocumentJob.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetDocumentJobRequest,GetDocumentJobResponse>
AIServiceVisionWaiters. forDocumentJob(GetDocumentJobRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, DocumentJob.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of DocumentJob.LifecycleState in com.oracle.bmc.aivision.model
Methods in com.oracle.bmc.aivision.model that return DocumentJob.LifecycleState Modifier and Type Method Description static DocumentJob.LifecycleState
DocumentJob.LifecycleState. create(String key)
DocumentJob.LifecycleState
DocumentJob. getLifecycleState()
The current state of the batch document job.static DocumentJob.LifecycleState
DocumentJob.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static DocumentJob.LifecycleState[]
DocumentJob.LifecycleState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.aivision.model with parameters of type DocumentJob.LifecycleState Modifier and Type Method Description DocumentJob.Builder
DocumentJob.Builder. lifecycleState(DocumentJob.LifecycleState lifecycleState)
The current state of the batch document job.Constructors in com.oracle.bmc.aivision.model with parameters of type DocumentJob.LifecycleState Constructor Description DocumentJob(String id, String compartmentId, String displayName, List<DocumentFeature> features, DocumentLanguage language, DocumentType documentType, InputLocation inputLocation, Date timeAccepted, Date timeStarted, Date timeFinished, Float percentComplete, OutputLocation outputLocation, DocumentJob.LifecycleState lifecycleState, Boolean isZipOutputEnabled, DocumentJob.LifecycleDetails lifecycleDetails)
Deprecated.
-