Uses of Class
com.oracle.bmc.datascience.model.JobRunLifecycleState
-
Packages that use JobRunLifecycleState Package Description com.oracle.bmc.datascience com.oracle.bmc.datascience.model com.oracle.bmc.datascience.requests -
-
Uses of JobRunLifecycleState in com.oracle.bmc.datascience
Methods in com.oracle.bmc.datascience with parameters of type JobRunLifecycleState Modifier and Type Method Description Waiter<GetJobRunRequest,GetJobRunResponse>
DataScienceWaiters. forJobRun(GetJobRunRequest request, JobRunLifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetJobRunRequest,GetJobRunResponse>
DataScienceWaiters. forJobRun(GetJobRunRequest request, JobRunLifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetJobRunRequest,GetJobRunResponse>
DataScienceWaiters. forJobRun(GetJobRunRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, JobRunLifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of JobRunLifecycleState in com.oracle.bmc.datascience.model
Methods in com.oracle.bmc.datascience.model that return JobRunLifecycleState Modifier and Type Method Description static JobRunLifecycleState
JobRunLifecycleState. create(String key)
JobRunLifecycleState
JobRun. getLifecycleState()
The state of the job run.JobRunLifecycleState
JobRunSummary. getLifecycleState()
The state of the job run.static JobRunLifecycleState
JobRunLifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static JobRunLifecycleState[]
JobRunLifecycleState. 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 JobRunLifecycleState Modifier and Type Method Description JobRun.Builder
JobRun.Builder. lifecycleState(JobRunLifecycleState lifecycleState)
The state of the job run.JobRunSummary.Builder
JobRunSummary.Builder. lifecycleState(JobRunLifecycleState lifecycleState)
The state of the job run.Constructors in com.oracle.bmc.datascience.model with parameters of type JobRunLifecycleState Constructor Description JobRun(String id, Date timeAccepted, Date timeStarted, Date timeFinished, String createdBy, String projectId, String compartmentId, String jobId, String displayName, JobConfigurationDetails jobConfigurationOverrideDetails, JobInfrastructureConfigurationDetails jobInfrastructureConfigurationDetails, JobEnvironmentConfigurationDetails jobEnvironmentConfigurationOverrideDetails, JobLogConfigurationDetails jobLogConfigurationOverrideDetails, List<StorageMountConfigurationDetails> jobStorageMountConfigurationDetailsList, JobRunLogDetails logDetails, JobRunLifecycleState lifecycleState, String lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.JobRunSummary(String id, Date timeAccepted, Date timeStarted, Date timeFinished, String createdBy, String projectId, String compartmentId, String jobId, String displayName, JobRunLifecycleState lifecycleState, String lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated. -
Uses of JobRunLifecycleState in com.oracle.bmc.datascience.requests
Methods in com.oracle.bmc.datascience.requests that return JobRunLifecycleState Modifier and Type Method Description JobRunLifecycleState
ListJobRunsRequest. getLifecycleState()
Filter results by the specified lifecycle state.
Methods in com.oracle.bmc.datascience.requests with parameters of type JobRunLifecycleState Modifier and Type Method Description ListJobRunsRequest.Builder
ListJobRunsRequest.Builder. lifecycleState(JobRunLifecycleState lifecycleState)
Filter results by the specified lifecycle state.
-