Uses of Class
com.oracle.bmc.datascience.model.JobLifecycleState
-
Packages that use JobLifecycleState Package Description com.oracle.bmc.datascience com.oracle.bmc.datascience.model com.oracle.bmc.datascience.requests -
-
Uses of JobLifecycleState in com.oracle.bmc.datascience
Methods in com.oracle.bmc.datascience with parameters of type JobLifecycleState Modifier and Type Method Description Waiter<GetJobRequest,GetJobResponse>
DataScienceWaiters. forJob(GetJobRequest request, JobLifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetJobRequest,GetJobResponse>
DataScienceWaiters. forJob(GetJobRequest request, JobLifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetJobRequest,GetJobResponse>
DataScienceWaiters. forJob(GetJobRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, JobLifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of JobLifecycleState in com.oracle.bmc.datascience.model
Methods in com.oracle.bmc.datascience.model that return JobLifecycleState Modifier and Type Method Description static JobLifecycleState
JobLifecycleState. create(String key)
JobLifecycleState
Job. getLifecycleState()
The state of the job.JobLifecycleState
JobSummary. getLifecycleState()
The state of the job.static JobLifecycleState
JobLifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static JobLifecycleState[]
JobLifecycleState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.datascience.model with parameters of type JobLifecycleState Modifier and Type Method Description Job.Builder
Job.Builder. lifecycleState(JobLifecycleState lifecycleState)
The state of the job.JobSummary.Builder
JobSummary.Builder. lifecycleState(JobLifecycleState lifecycleState)
The state of the job.Constructors in com.oracle.bmc.datascience.model with parameters of type JobLifecycleState Constructor Description Job(String id, Date timeCreated, String createdBy, String projectId, String compartmentId, String displayName, String description, JobConfigurationDetails jobConfigurationDetails, JobInfrastructureConfigurationDetails jobInfrastructureConfigurationDetails, JobEnvironmentConfigurationDetails jobEnvironmentConfigurationDetails, JobLogConfigurationDetails jobLogConfigurationDetails, List<StorageMountConfigurationDetails> jobStorageMountConfigurationDetailsList, JobLifecycleState lifecycleState, String lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.JobSummary(String id, Date timeCreated, String createdBy, String projectId, String compartmentId, String displayName, JobLifecycleState lifecycleState, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated. -
Uses of JobLifecycleState in com.oracle.bmc.datascience.requests
Methods in com.oracle.bmc.datascience.requests that return JobLifecycleState Modifier and Type Method Description JobLifecycleState
ListJobsRequest. getLifecycleState()
Filter results by the specified lifecycle state.
Methods in com.oracle.bmc.datascience.requests with parameters of type JobLifecycleState Modifier and Type Method Description ListJobsRequest.Builder
ListJobsRequest.Builder. lifecycleState(JobLifecycleState lifecycleState)
Filter results by the specified lifecycle state.
-