Uses of Class
com.oracle.bmc.ailanguage.model.Job.LifecycleState
-
Packages that use Job.LifecycleState Package Description com.oracle.bmc.ailanguage com.oracle.bmc.ailanguage.model com.oracle.bmc.ailanguage.requests -
-
Uses of Job.LifecycleState in com.oracle.bmc.ailanguage
Methods in com.oracle.bmc.ailanguage with parameters of type Job.LifecycleState Modifier and Type Method Description Waiter<GetJobRequest,GetJobResponse>
AIServiceLanguageWaiters. forJob(GetJobRequest request, Job.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetJobRequest,GetJobResponse>
AIServiceLanguageWaiters. forJob(GetJobRequest request, Job.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetJobRequest,GetJobResponse>
AIServiceLanguageWaiters. forJob(GetJobRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, Job.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of Job.LifecycleState in com.oracle.bmc.ailanguage.model
Methods in com.oracle.bmc.ailanguage.model that return Job.LifecycleState Modifier and Type Method Description static Job.LifecycleState
Job.LifecycleState. create(String key)
Job.LifecycleState
Job. getLifecycleState()
The current state of the Job.Job.LifecycleState
JobSummary. getLifecycleState()
The current state of the Speech 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.Methods in com.oracle.bmc.ailanguage.model with parameters of type Job.LifecycleState Modifier and Type Method Description Job.Builder
Job.Builder. lifecycleState(Job.LifecycleState lifecycleState)
The current state of the Job.JobSummary.Builder
JobSummary.Builder. lifecycleState(Job.LifecycleState lifecycleState)
The current state of the Speech Job.Constructors in com.oracle.bmc.ailanguage.model with parameters of type Job.LifecycleState Constructor 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. -
Uses of Job.LifecycleState in com.oracle.bmc.ailanguage.requests
Methods in com.oracle.bmc.ailanguage.requests that return Job.LifecycleState Modifier and Type Method Description Job.LifecycleState
ListJobsRequest. getLifecycleState()
A filter to return only resources whose lifecycleState matches the given lifecycleState.Methods in com.oracle.bmc.ailanguage.requests with parameters of type Job.LifecycleState Modifier and Type Method Description ListJobsRequest.Builder
ListJobsRequest.Builder. lifecycleState(Job.LifecycleState lifecycleState)
A filter to return only resources whose lifecycleState matches the given lifecycleState.
-