Package | Description |
---|---|
com.oracle.bmc.aidocument | |
com.oracle.bmc.aidocument.model |
Modifier and Type | Method and Description |
---|---|
Waiter<GetProcessorJobRequest,GetProcessorJobResponse> |
AIServiceDocumentWaiters.forProcessorJob(GetProcessorJobRequest request,
ProcessorJob.LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetProcessorJobRequest,GetProcessorJobResponse> |
AIServiceDocumentWaiters.forProcessorJob(GetProcessorJobRequest request,
ProcessorJob.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetProcessorJobRequest,GetProcessorJobResponse> |
AIServiceDocumentWaiters.forProcessorJob(GetProcessorJobRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
ProcessorJob.LifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and Description |
---|---|
static ProcessorJob.LifecycleState |
ProcessorJob.LifecycleState.create(String key) |
ProcessorJob.LifecycleState |
ProcessorJob.getLifecycleState()
The current state of the processor job.
|
static ProcessorJob.LifecycleState |
ProcessorJob.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProcessorJob.LifecycleState[] |
ProcessorJob.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ProcessorJob.Builder |
ProcessorJob.Builder.lifecycleState(ProcessorJob.LifecycleState lifecycleState)
The current state of the processor job.
|
Constructor and Description |
---|
ProcessorJob(String id,
String compartmentId,
String displayName,
ProcessorConfig processorConfig,
InputLocation inputLocation,
Date timeAccepted,
Date timeStarted,
Date timeFinished,
Float percentComplete,
OutputLocation outputLocation,
ProcessorJob.LifecycleState lifecycleState,
ProcessorJob.LifecycleDetails lifecycleDetails)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.