Package | Description |
---|---|
com.oracle.bmc.ailanguage | |
com.oracle.bmc.ailanguage.model | |
com.oracle.bmc.ailanguage.requests |
Modifier and Type | Method and Description |
---|---|
Waiter<GetJobRequest,GetJobResponse> |
AIServiceLanguageWaiters.forJob(GetJobRequest request,
Job.LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetJobRequest,GetJobResponse> |
AIServiceLanguageWaiters.forJob(GetJobRequest request,
Job.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetJobRequest,GetJobResponse> |
AIServiceLanguageWaiters.forJob(GetJobRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
Job.LifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and Description |
---|---|
static Job.LifecycleState |
Job.LifecycleState.create(String key) |
Job.LifecycleState |
JobSummary.getLifecycleState()
The current state of the Speech Job.
|
Job.LifecycleState |
Job.getLifecycleState()
The current state of the Job.
|
static Job.LifecycleState |
Job.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Job.LifecycleState[] |
Job.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
JobSummary.Builder |
JobSummary.Builder.lifecycleState(Job.LifecycleState lifecycleState)
The current state of the Speech Job.
|
Job.Builder |
Job.Builder.lifecycleState(Job.LifecycleState lifecycleState)
The current state of the Job.
|
Constructor and Description |
---|
Job(String id,
String displayName,
String description,
InputLocation inputLocation,
InputConfiguration inputConfiguration,
List<ModelMetadataDetails> modelMetadataDetails,
String compartmentId,
Job.LifecycleState lifecycleState,
String lifecycleDetails,
Integer percentComplete,
Integer totalDocuments,
Integer pendingDocuments,
Integer completedDocuments,
Integer failedDocuments,
Integer warningsCount,
ObjectPrefixOutputLocation outputLocation,
Integer ttlInDays,
String createdBy,
Date timeAccepted,
Date timeStarted,
Date timeCompleted)
Deprecated.
|
JobSummary(String id,
String displayName,
String description,
String compartmentId,
Job.LifecycleState lifecycleState,
String lifecycleDetails,
Integer percentComplete,
Integer totalDocuments,
Integer pendingDocuments,
Integer completedDocuments,
Integer failedDocuments,
Integer warningsCount,
String createdBy,
Date timeAccepted,
Date timeStarted,
Date timeCompleted)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Job.LifecycleState |
ListJobsRequest.getLifecycleState()
A filter to return only resources whose lifecycleState matches the given lifecycleState.
|
Modifier and Type | Method and Description |
---|---|
ListJobsRequest.Builder |
ListJobsRequest.Builder.lifecycleState(Job.LifecycleState lifecycleState)
A filter to return only resources whose lifecycleState matches the given lifecycleState.
|
Copyright © 2016–2024. All rights reserved.