Package | Description |
---|---|
com.oracle.bmc.aivision | |
com.oracle.bmc.aivision.model |
Modifier and Type | Method and Description |
---|---|
Waiter<GetImageJobRequest,GetImageJobResponse> |
AIServiceVisionWaiters.forImageJob(GetImageJobRequest request,
ImageJob.LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetImageJobRequest,GetImageJobResponse> |
AIServiceVisionWaiters.forImageJob(GetImageJobRequest request,
ImageJob.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetImageJobRequest,GetImageJobResponse> |
AIServiceVisionWaiters.forImageJob(GetImageJobRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
ImageJob.LifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
ImageJob.Builder |
ImageJob.Builder.lifecycleState(ImageJob.LifecycleState lifecycleState)
The current state of the batch image job.
|
Constructor and 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.
|
Copyright © 2016–2024. All rights reserved.