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