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