Uses of Class
com.oracle.bmc.aivision.model.VideoJob.LifecycleState
-
Packages that use VideoJob.LifecycleState Package Description com.oracle.bmc.aivision com.oracle.bmc.aivision.model -
-
Uses of VideoJob.LifecycleState in com.oracle.bmc.aivision
Methods in com.oracle.bmc.aivision with parameters of type VideoJob.LifecycleState Modifier and Type Method Description Waiter<GetVideoJobRequest,GetVideoJobResponse>
AIServiceVisionWaiters. forVideoJob(GetVideoJobRequest request, VideoJob.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetVideoJobRequest,GetVideoJobResponse>
AIServiceVisionWaiters. forVideoJob(GetVideoJobRequest request, VideoJob.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetVideoJobRequest,GetVideoJobResponse>
AIServiceVisionWaiters. forVideoJob(GetVideoJobRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, VideoJob.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of VideoJob.LifecycleState in com.oracle.bmc.aivision.model
Methods in com.oracle.bmc.aivision.model that return VideoJob.LifecycleState Modifier and Type Method Description static VideoJob.LifecycleState
VideoJob.LifecycleState. create(String key)
VideoJob.LifecycleState
VideoJob. getLifecycleState()
The current state of the batch document job.static VideoJob.LifecycleState
VideoJob.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static VideoJob.LifecycleState[]
VideoJob.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 VideoJob.LifecycleState Modifier and Type Method Description VideoJob.Builder
VideoJob.Builder. lifecycleState(VideoJob.LifecycleState lifecycleState)
The current state of the batch document job.Constructors in com.oracle.bmc.aivision.model with parameters of type VideoJob.LifecycleState Constructor Description VideoJob(String id, String compartmentId, String displayName, List<VideoFeature> features, InputLocation inputLocation, Date timeAccepted, Date timeStarted, Date timeFinished, Float percentComplete, OutputLocation outputLocation, VideoJob.LifecycleState lifecycleState, VideoJob.LifecycleDetails lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.
-