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